Apache OpenOffice (AOO) Bugzilla – Issue 117597
[sw] crash in undo on solaris
Last modified: 2012-06-13 12:23:20 UTC
only on solaris: current DEV300 OOo crashes in Undo with a linker error message: ld.so.1: soffice.bin: fatal: relocation error: ... libswsi.so ... referenced symbol not found reason is that the declaration and definition of the offending symbol differ in parameter constness, and SunC++ has the bug that it mangles parameter constness into the symbol. what is surprising about this is that the library linked at all; iirc the linker used to complain about this kind of thing.
fixed in CWS solaris11 http://hg.services.openoffice.org/hg/cws/solaris11/rev/7acea158da84
due to the fix for issue 107606 (which is really the root cause for this) the inconsistent parameter constness now causes linking of libsw to fail.
*** Issue 117622 has been marked as a duplicate of this issue. ***
getting rid of value "enhancement" for field "severity". For enhancement the field "issue type" shall be used.