https://bugs.freedesktop.org/show_bug.cgi?id=42133

--- Comment #4 from Kevin Hunter <[email protected]> 2011-12-16 03:35:05 PST 
---
This still fails for me, but now on line 32 in the script with:

-----
$ ./SimpleTest.py
[...]
Traceback (most recent call last):
  File "./SimpleTest.py", line 32, in <module>
    desktop = cxt.ServiceManager.createInstance( "com.sun.star.frame.Desktop" )
__main__.RuntimeException: Binary URP bridge disposed during call
-----

After judicious additions of the SAL_WARN macro, it appears to die in
binaryurp/source/reader.cxx, in Reader::run, around

for (sal_uInt32 i = 0; i != count; ++i) {
   readMessage(block);
}

Is SimpleTest.py utilizing the API incorrectly?  Do I need to build from a
'make clean'?

For reference:

$ git log -1 --format=oneline
e21bbcf27291c30d4888a533beb2d013f456ea14 Fix typo and clean up.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to