Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on launch: child exited on signal 11 #7

Open
goeland86 opened this issue Mar 2, 2024 · 0 comments
Open

Error on launch: child exited on signal 11 #7

goeland86 opened this issue Mar 2, 2024 · 0 comments

Comments

@goeland86
Copy link

goeland86 commented Mar 2, 2024

I'm fairly new at this, and hoping to use the simulator so that I can test serial-port command streams without needing to be physically tethered to a machine.

I've tried both compiling with cmake myself, and the web-builder's binary, both cause the same issue.
I'm on Mint 21.3 (recent switch from Ubuntu), and I may have some permissions missing. If I run the given socat command as described in the README, I get a "permission denied" when attempting to create the /dev/ttyGRBL port.

When I run the same command with sudo, I get the following output (with a changing child process ID):

john@Eitri:~/tools/Grblhal-sim$ sudo socat PTY,raw,link=/dev/ttyGRBL,echo=0,group-late=dialout,mode=660 "EXEC:'./grblHAL_sim -n -s step.out -b block.out',pty,raw,echo=0" 
2024/03/02 21:02:34 socat[6196] E waitpid(): child 6197 exited on signal 11

Any idea what could be causing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant