https://bugs.freedesktop.org/show_bug.cgi?id=54827
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |bjoern.michaelsen@canonical | |.com, | |[email protected] --- Comment #4 from Michael Meeks <[email protected]> 2012-09-17 09:32:48 UTC --- This is the problem: 27507 inotify_rm_watch(27, 7) = 0 27507 open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 45 27507 writev(45, [{"*** glibc detected *** ", 23}, {"/usr/lib/libreoffice/program/soffice.bin", 40}, {": ", 2}, {"free(): invalid pointer", 23}, {": 0x", 4}, {"00007f385000a050", 16}, {" ***\n", 5}], 7) = 113 27507 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f387a358000 27507 futex(0x7f387964ddf0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 27507 write(45, "======= Backtrace: =========\n", 29) = 29 Some memory corruption, apparently related to the gtk+2 file-selector on Ubuntu. Mas: can you install the libreoffice and gtk+ / glib debuginfo packages: otherwise traces are pretty useless :-) Then we'll need you to run libreoffice under valgrind: valgrind --trace-children=yes soffice >& /tmp/val-log And attach the val-log as/when you've crashed it. 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
