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.
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.