Jason White | 3 Aug 2011 03:50

Re: LibreOffice and Orca (WAS: Should Writer export taggedPDF and bookmarks by default?)

Christophe Strobbe  <accessibility <at> global.libreoffice.org> wrote:
>>Someone who actually needs LibreOffice and who has the time should install
>>debug symbols and get stack traces.
>
>
>Is there any guidance anywhere on how to do this?

Under the Debian distribution (and possibly others) there is a libreoffice-dbg
package that contains the debug symbols. the first step would be to install
it.

The second step would be to run LibreOffice under gdb to obtain back traces
when there is a segmentation fault.

Alternatively, you could enable the creation of core files:
ulimit -c unlimited
which will create a core file whenever a program crashes. You can then use gdb
to examine the core file.

I am sure there are instructions specific to LibreOffice available somewhere.

Someone who knows the internals of LibreOffice well and who is skilled in
debugging C++ code should be able to find and fix the bugs.

--

-- 
Unsubscribe instructions: E-mail to accessibility+help <at> global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/accessibility/
All messages sent to this list will be publicly archived and cannot be deleted
(Continue reading)

Tom Davies | 3 Aug 2011 16:27
Picon
Favicon

Bug-Report Guide & accessibility

Hi :)
Documentation on how to post a bug-report would be great!  There is an excellent 
wiki-page here
http://wiki.documentfoundation.org/BugReport
That might benefit from a bit of re-arranging and tidy-up.  I have forwarded an 
email from the Accessibility list that might be worth incorporating.  It's all 
waaay beyond me.  

Regards from
Tom :)

PS i have CC'd this email to the Accessibility list just to keep people 
informed. 

----- Forwarded Message ----
From: Jason White <jason <at> jasonjgw.net>
To: accessibility <at> global.libreoffice.org
Sent: Wed, 3 August, 2011 2:50:48
Subject: [libreoffice-accessibility] Re: LibreOffice and Orca (WAS: Should 
Writer export taggedPDF and bookmarks by default?)

Christophe Strobbe  <accessibility <at> global.libreoffice.org> wrote:
>>Someone who actually needs LibreOffice and who has the time should install
>>debug symbols and get stack traces.
>
>
>Is there any guidance anywhere on how to do this?

Under the Debian distribution (and possibly others) there is a 
libreoffice-dbgpackage that contains the debug symbols. the first step would be 
(Continue reading)


Gmane