https://bugs.freedesktop.org/show_bug.cgi?id=60210
--- Comment #46 from Gavin C. Flower <[email protected]> --- what next? libreoffice not showing on screen, but is 'running' - see ps output below $ pwd /opt/libreoffice4.0/program $ gdb --args ./soffice.bin -writer GNU gdb (GDB) Fedora (7.3.50.20110722-16.fc16) Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /opt/libreoffice4.0/program/soffice.bin...(no debugging symbols found)...done. (gdb) break __cxa_throw Function "__cxa_throw" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (__cxa_throw) pending. (gdb) run Starting program: /opt/libreoffice4.0/program/soffice.bin -writer [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7fffef266700 (LWP 25690)] Warning: -writer is deprecated. Use --writer instead. Breakpoint 1, __cxxabiv1::__cxa_throw (obj=0x6b7030, tinfo=0x7ffff7d980f0, dest=0x7ffff4009de0 <com::sun::star::uno::RuntimeException::~RuntimeException()>) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:70 70 header->exc.unexpectedHandler = __unexpected_handler; Missing separate debuginfos, use: debuginfo-install libreoffice4.0-4.0.0.3-103.x86_64 (gdb) //////////// # ps aux | grep soffice gavin 25679 1.8 1.8 369720 151976 pts/26 S+ 10:08 0:02 gdb --args ./soffice.bin -writer gavin 25687 0.1 0.3 433832 30776 pts/26 tl 10:08 0:00 /opt/libreoffice4.0/program/soffice.bin -writer root 25730 0.0 0.0 109248 844 pts/22 S+ 10:10 0:00 grep --color=auto soffice # -- 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
