[AG-DEV] Segmerntation fault with SharedPresentation

Douglas Kosovic douglask at itee.uq.edu.au
Mon Mar 20 18:51:30 CST 2006


Hi Claus,



> When trying to Open a SharedPresentation, ImpressViewer.py
> dies with a segmentation fault in resolver.resolve(..).
>
> Operating System: Fedora Core 4 i386 smp
> Hardware: AMD64-X2 dual core
> Access-Grid 2.4-6
>
> The stack is exactly like described in
> http://www.oooforum.org/forum/viewtopic.phtml?t=31824 titled
> "XUnoUrlResolver crashes while resolving a URL".
>
> The solution for the problem in the post, which shows the
> crash using C++, is to obtain a GlobalMutex.
>
> This would obviously be different under python.
>
> Can anybody help? This is a show-stopper for shared presentations.

Have you updated your copy of OpenOffice? I believe later versions of the 
PyUNO bridge are already using a osl::MutexGuard with that method call. I 
don't think the OpenOffice mutex infrastructure is visible from with Python.


Cheers,
Doug




More information about the ag-dev mailing list