Hi Marc,

This is a bug, I have just submitted an issue to myself. It is going to be fixed in OOo2.4 currently. Please use the following link to find the issue.
http://www.openoffice.org/issues/show_bug.cgi?id=82393

Thanks,
Mikhail.

Marc Santhoff wrote:
Hi again,

this time a crash report was generated. As last time there was only one
writer doc open in parallel to the IDE. The code is:

sub testLocker
        doc = ThisComponent
        args() = Array(CreateUnoValue("any", doc), CreateUnoValue("any", 1))
        psm = GetProcessServiceManager()
        lck = 
psm.createInstanceWithArguments("com.sun.star.embed.InstanceLocker", args())
        msgbox "your doc is locked while this message is shown"
        lck.dispose()
end sub

But on the machine used there is no connection to the outside. Whre
should I send it to, anyone interested?

A few lines:

<officeinfo:officeinfo xmlns:officeinfo="http://openoffice.org/2002/officeinfo"; build="680m5(Build:9221)" 
platform="wntmsci10.pro" language="" procpath="D:\PROGRAMME\OPENOFFICE.ORG 2.3\PROGRAM\" exceptiontype="0xC0000005" 
product="OpenOffice.org 2.3"/>
<systeminfo:systeminfo xmlns:systeminfo="http://openoffice.org/2002/systeminfo";>
<systeminfo:System name="Windows" version="4.10" build="67766446" 
locale="0x00000407"/>
<systeminfo:CPU type="x86"/>
</systeminfo:systeminfo>
<errormail:Stack type="Win32">
<errormail:StackInfo pos="0" ip="0x66788034" rel="0x00008034" 
ordinal="uno_Environment_enter+0x0000096E" name="CPPU3.DLL" path=""/>
<errormail:StackInfo pos="1" ip="0x6678842B" rel="0x0000842B" 
ordinal="uno_type_any_construct+0x0000001D" name="CPPU3.DLL" path=""/>
<errormail:StackInfo pos="2" ip="0x59B8113B" rel="0x0000113B" ordinal="GetVersionInfo+0x0000013B" 
name="COMPHELP4MSC.DLL" path=""/>
<errormail:StackInfo pos="3" ip="0x59BC7E43" rel="0x00047E43" 
ordinal="component_getFactory+0x000025CA" name="COMPHELP4MSC.DLL" path=""/>
<errormail:StackInfo pos="4" ip="0x5C9AD050" rel="0x0001D050" 
ordinal="cppu::createSingleComponentFactory+0x00000BBA" name="CPPUHELPER3MSC.DLL" path=""/>
<errormail:StackInfo pos="5" ip="0x5C9AD185" rel="0x0001D185" 
ordinal="cppu::createSingleComponentFactory+0x00000CEF" name="CPPUHELPER3MSC.DLL" path=""/>
<errormail:StackInfo pos="6" ip="0x5C9ADEE3" rel="0x0001DEE3" 
ordinal="cppu::createSingleComponentFactory+0x00001A4D" name="CPPUHELPER3MSC.DLL" path=""/>
<errormail:StackInfo pos="7" ip="0x626063BD" rel="0x000063BD" 
ordinal="component_getFactory+0x00004B06" name="SERVICEMGR.UNO.DLL" path=""/>
<errormail:StackInfo pos="8" ip="0x6260304D" rel="0x0000304D" 
ordinal="component_getFactory+0x00001796" name="SERVICEMGR.UNO.DLL" path=""/>
<errormail:StackInfo pos="9" ip="0x63D61BCA" rel="0x00001BCA" name="MSCI_UNO.DLL" 
path=""/>
<errormail:StackInfo pos="10" ip="0x63D61EE4" rel="0x00001EE4" name="MSCI_UNO.DLL" 
path=""/>
<errormail:StackInfo pos="11" ip="0x63D622E2" rel="0x000022E2" name="MSCI_UNO.DLL" 
path=""/>
<errormail:StackInfo pos="12" ip="0x635F70FB" rel="0x000070FB" 
ordinal="component_writeInfo+0x00004E40" name="REFLECTION.UNO.DLL" path=""/>

Maybe this will help making a guess how I get the locking to work ...

TIA,
Marc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to