On 2015-06-01 09:55 AM, Stephan Bergmann wrote:
On 06/01/2015 09:48 AM, Lionel Elie Mamane wrote:
Interesting... I got that error on my machine, I made some changes,
and then didn't get it on three consecutive "make JunitTest_dbaccess_complex"
so I thought it gone. The operative part is

   Caught UNO exception 'URP: queryInterface request message with unknown OID 
received'

Anybody has a clue what this is about?

The UNO remote protocol represents each UNO object with a unique OID string.  
The error means that one end of a remote
connection sent a queryInterface request with a OID representing an object that 
the other end claims it does not know
about.  Which sounds like a scary bug somewhere.  Any way to reproduce that?


Maybe try cranking up the number of threads in
   dbaccess/qa/complex/dbaccess/RowSet.java
in the
   testConcurrentAccess
method?

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to