Comment 27 for bug 901547

Revision history for this message
Dimitri Papadopoulos (dimitri-papadopoulos) wrote :

Running xmlcopyeditor in strace, it appears there is a problem of C++ binary incompatibility. Has some piece of code been built with a different version of the C++ compiler?

$ strace xmlcopyeditor
[...]
stat("/usr/share/xmlcopyeditor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
writev(2, [{"xmlcopyeditor", 13}, {": ", 2}, {"relocation error", 16}, {": ", 2}, {"xmlcopyeditor", 13}, {": ", 2}, {"symbol _ZN16wxStyledTextCtrl7Sen"..., 127}, {"", 0}, {"", 0}, {"\n", 1}], 10) = 176
exit_group(127) = ?
$