Comment 43 for bug 1427877

Revision history for this message
Tim Lunn (darkxst) wrote :

I had a poke around in gdb, for some reason type info doesn't seem to be shared between plugins, so the second plugin to load will try and reregister the types.

This was caused by linking with -Wl, -BSymbolic-functions, I think its ok to just strip this linker flag, afaik no other distro's even use it.