https://bugs.freedesktop.org/show_bug.cgi?id=51028
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever Confirmed|0 |1 --- Comment #1 from Michael Meeks <[email protected]> 2012-06-13 06:31:11 PDT --- Thanks for the nice trace. It -looks- like a crash to me that is hidden behind this lock-up: ... 146 mach_msg_trap + 10 (in libSystem.B.dylib) [0x957bdafa] 6 JVM_Lseek + 143243 (in libclient.dylib) [0x2d9e613b] 6 JVM_EnableCompiler + 14233 (in libclient.dylib) [0x2da4d119] 6 JVM_EnableCompiler + 14471 (in libclient.dylib) [0x2da4d207] 6 JVM_Halt + 669 (in libclient.dylib) [0x2da7fcad] 6 JVM_Halt + 726 (in libclient.dylib) [0x2da7fce6] 6 exit + 33 (in libSystem.B.dylib) [0x957dcb14] 3 __cxa_finalize + 208 (in libSystem.B.dylib) [0x957dcbff] 1 __tcf_0 + 90 (in libswlo.dylib) [0x275f1aca] 1 SwDLL::~SwDLL() + 84 (in libswlo.dylib) [0x275f16e4] 1 _FinitCore() + 2798 (in libswlo.dylib) [0x26fca9ce] 1 SwFmtMeta::~SwFmtMeta() + 30 (in libswlo.dylib) [0x272fdffe] 1 ??? (in configmgr.uno.dylib + 151302) [0x180a7f06] 1 ??? (in configmgr.uno.dylib + 173189) [0x180ad485] Looks like Java calls 'exit' (urgh!) That then seems to cause some hideous badness around threading and cleanup of static classes that (most likely) wedges things. Of course, I might be mis-reading the trace - not sure what's going on; calling 'exit' from Java sounds rather odd. Can you report your Java version and/or experiment with upgrading that ? and/or can you run it from a console and see if you get any helpful debugging output on the console as/when it crashes ? :-) Thanks ! -- 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 [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
