https://sourceware.org/bugzilla/show_bug.cgi?id=30940
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nickc at redhat dot com --- Comment #1 from Nick Clifton <nickc at redhat dot com> --- Created attachment 15154 --> https://sourceware.org/bugzilla/attachment.cgi?id=15154&action=edit Proposed patch Hi Michael, Please try this patch. It should stop the segfault, but it will not fix the underlying problem of the linker being unable to apply a relocation because it is being made against a local symbol in a shared library. That problem - I suspect - is due to how the shared library is built. I would expect that it needs to export that symbol as a global symbol. Of course this is just a guess as I have no way of actually investigating in depth. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.