Frank Schönheit - Sun Microsystems Germany wrote:
[3888]desktop::GetURL_Impl
ntdll.dll!7c92eb94()
ntdll.dll!7c92e9c0()
kernel32.dll!7c8025cb()
ntdll.dll!7c92fb6c()
ntdll.dll!7c92da69()
kernel32.dll!7c802532()
kernel32.dll!7c831608()
sal3.dll!osl_acceptPipe(oslPipeImpl * pPipe=0x02dec57c) Line 418 + 0x17 C
vos3MSC.dll!vos::OPipe::accept(vos::OStreamPipe & Connection={...}) Line
232 + 0xf C++
soffice.exe!desktop::OfficeIPCThread::run() Line 575 + 0x13 C++
vos3MSC.dll!vos::threadWorkerFunction_impl(void * pthis=0x02e0a804) Line
50 + 0xc C++
sal3.dll!oslWorkerWrapperFunction(void * pData=0x0330e778) Line 81 + 0xd C
msvcr71.dll!63fb9565()
kernel32.dll!7c80b683()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
soffice.exe!desktop::GetURL_Impl(const String & rName={...}) Line 2786 +
0xd C++
c0c40000()
soffice.exe!desktop::GetURL_Impl(const String & rName=) Line 2786 + 0xd C++

This thread's stack looks suspicious - too many GetURL_Impl instances
here, I somehow think this stack is corrupted. Besides this, I think
this thread might also be a part of the freeze.

Nah, the top of the stack is the OfficeIPCThread, which waits for a second instance of soffice to connect against it. It is normal that this thread is there and that it is blocked in osl_acceptPipe. (Just the tail of the stack trace appears to be garbage, probably an artifact of the tooling used to generate those traces.)

-Stephan

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

Reply via email to