https://bugs.freedesktop.org/show_bug.cgi?id=50883
--- Comment #8 from Stephan Bergmann <[email protected]> 2012-07-09 08:38:20 PDT --- (In reply to comment #3) > I tried to reproduce within and without gdb session. > Without gdb, I didn't reproduce the problem badfully > Within gdb, I had a segfault, eg here the backtrace : > Program received signal SIGSEGV, Segmentation fault. [...] > But by going on, the macro dialog appears as if segfault hadn't happen. SIGSEGV from within JIT'ed JVM code is normal and harmless (JVM signal handler catches it an synthesizes java.lang.NullPointerException from it). Markus, I assume attachment 63469 also only shows backtraces at the time of such a harmless JVM SIGSEGV? (That is, you were not able to reproduce the problem either?) -- 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
