On 07/02/2011 06:30 AM, Eric wrote: ... > If you can try getting a backtrace, it'll probably be useful too. > The problem is that for a complete, human-readable backtrace you need > LibO debug packages. > See:http://wiki.documentfoundation.org/BugReport#How_to_get_backtrace_.28on_Linux.29I'm > ok to make a backtrace, but where can I find the > libreoffice*-debuginfo packages (I'm on Ubuntu 11.04)?Regards,Eric
$ sudo apt-get install libreoffice-dbg You might also want to add the uno symbols as well: $ sudo apt-get install ure-dbg $ sudo apt-get install uno-libs3-dbg -- Unsubscribe instructions: E-mail to [email protected] In case of problems unsubscribing, write to [email protected] Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
