Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index



On Tue, 2013-03-26 at 17:20 +0530, Janit Anjaria wrote:
I have coded the concept patch but i have been getting an error where
the writer "hangs" and doesnt give an appropriate output.

        Great :-) then you have some endless loop on the main thread.

It would be great if someone could provide me help so i can complete
the bug hence LO gets this feature up working asap.

        So - do:

        $ ps auwx | grep soffice.bin # note the pid of soffice.bin
        gdb
        attach <that pid you noted above>
        ...
        <ctrl>-c
        thread apply all backtrace

        And (I imagine thread one) should be in the piece of code that is
hanging. Quite possibly you need to re-configure with --enable-symbols
and re-build just the piece that is hanging (initially) to get gdb to
show you much that is of use :-)

        HTH,

                Michael.

-- 
michael.meeks@suse.com  <><, Pseudo Engineer, itinerant idiot


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.