https://bugs.freedesktop.org/show_bug.cgi?id=46129

--- Comment #8 from Stephan Bergmann <sberg...@redhat.com> 2012-02-15 23:51:42 
PST ---
And indeed, compiling the C++ test program at
<http://cgit.freedesktop.org/libreoffice/core/tree/configure.in?id=3ac780d8a2f8d1b94e9b4776d7f556274d3197dc#n4221>
 makes it run fine for me (Fedora 16 x86_64,
based on GCC 4.6.2), but running it with 
LD_LIBRARY_PATH=/opt/libreoffice3.5/ure/lib (so that it picks up the 
libstdc++.so.6 and libgcc_s.so.1 GCC standard
libraries from the official LO instanllation set, which come from a rather old 
GCC toolchain) makes it hang.

That is, the assumption that all Linux GCC >= 4 have a working 
-fthreadsafe-statics is apparently wrong.  Need to dig out the exact version 
where the problem
got fixed.

Dave, a quick workaround should be to move away 
/opt/libreoffice3.5/ure/lib/{libgcc_s.so.1,libstdc++.so.6}.  The deadlocks 
should hopefully go away then.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to