-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test failure: #214: Changing linker flags #244
Comments
This is only happening on Linux, and not on OSX. I have reproduced this on a VM. Gdb tells me that this is crashing with SIGSEGV in |
This closes #244, I think, pending review by Duncan.
@dcoutts, @Mikolaj : I think I found the source of the problem: we were not generating position independent code. I have now modified the code that so that always (unconditionally) generate position independent code; @dcoutts , it would be great if you could review the patch (820f980) -- it's a one line change. |
(Note to self: http://stackoverflow.com/a/2422063/742991 is useful when debugging generated assembly code under gdb) |
The text was updated successfully, but these errors were encountered: