On Mon, 2004-01-26 at 23:19, Adam Bogacki wrote: > Thanks ... see below.
Thanks. Please download the following library that I have built for you: http://people.debian.org/~halls/openoffice/test/libvcl645li.so.bz2 unpack it into /usr/lib/openoffice/program, replacing the existing library there. This version contains debugging information that gdb can display. Restart OOo and make it crash again. Do not close the pop up message about the unrecoverable error; instead run the following command in another terminal to attach to the process using gdb: gdb --pid=$(pgrep -u $(whoami) soffice.bin | head -1) soffice.bin At the (gdb) prompt type the command 'thread apply all backtrace' and send me the output please. Chris