-
Notifications
You must be signed in to change notification settings - Fork 7
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
Console library tries to resolve IPC service with empty name #14
Comments
See http://stackoverflow.com/questions/29086636/gcc-x86-inline-asm-how-do-you-tell-gcc-that-inline-assembly-section-will-modify for the full details here. |
There are probably system calls that are still in error. I just fixed one. Will report all of them towards this issue for reference. |
perlun
added a commit
that referenced
this issue
Mar 20, 2015
perlun
added a commit
that referenced
this issue
Mar 20, 2015
I think we still have problems with this. The "right" way would be to get the constraints right, but at the moment, I'm just too lazy and have too little time to feel it's worth it. Someone can always come along later, play with and submit a PR if they feel like improving on this. It's not like someone will run mission critical servers on chaos this decade anyway. :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...which causes this:
I don't think the problem is really the code, but more like something corrupts the parameter name on its way in to the system call. Will debug it and see.
The text was updated successfully, but these errors were encountered: