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

--- Comment #8 from V Stuart Foote <[email protected]> ---
@Michael, *,

(In reply to comment #7)
> Any synchronous network connection on start sounds like a horrible bug to me
> =) It'd be wonderful to have a stack-trace for that - just attach the
> debugger and get a trace of all threads at that point (?) =)

Just verified on Windows 7 sp1, 64-bit with both todays TB39 build of master
and TB42 build of 4.2.3

After normal /A administrative install, initial launch of either Impress or
Draw will trigger network activity that gets stopped as originating from
soffice.bin.

To repeat, have to clear the LibreOfficeDev "Allowed progarms and features"
from the Windows Firewall each launch attempt to see the Windows Firewall
exception pop-up. 

Not a proper StackTrace (have to work out how to bypass the first chance
exceptions with WinDbg in order to get one) but I pulled these from a
ProcessExplorer properties with TB39 master and its symbols.

These calls look kind of suspect to me ;-)

sdlo.dll!?restoreDiscoverable@RemoteServer and
sdlo.dll!?ensureDiscoverable@RemoteServer 
coupled with the winsock calls

This from one of the threads in a Draw lauch hung at the Firewall exception:

wow64cpu.dll!TurboDispatchJumpAddressEnd+0x6c0
wow64cpu.dll!TurboDispatchJumpAddressEnd+0x4a8
wow64.dll!Wow64SystemServiceEx+0x1ce
wow64.dll!Wow64LdrpInitialize+0x42b
ntdll.dll!RtlIsDosDeviceName_U+0x23a27
ntdll.dll!LdrInitializeThunk+0xe
ntdll.dll!ZwWaitForSingleObject+0x15
mswsock.dll!MigrateWinsockConfiguration+0x52a6
WS2_32.dll!recvfrom+0x79
sdlo.dll!?restoreDiscoverable@RemoteServer@sd@@SAXXZ+0x652e
sdlo.dll!?GetViewFrame@ViewShell@sd@@QBEPAVSfxViewFrame@@XZ+0x7fe8
sal3.dll!osl_setThreadTextEncoding+0x63
MSVCR110.dll!__get_tlsindex+0x61
MSVCR110.dll!__get_tlsindex+0x45
ntdll.dll!RtlInitializeExceptionChain+0x63
ntdll.dll!RtlInitializeExceptionChain+0x36


And this from one of the threds in a Presentation launch hung at the Firewall
exception:

wow64cpu.dll!TurboDispatchJumpAddressEnd+0x6c0
wow64cpu.dll!TurboDispatchJumpAddressEnd+0x4a8
wow64.dll!Wow64SystemServiceEx+0x1ce
wow64.dll!Wow64LdrpInitialize+0x42b
ntdll.dll!RtlIsDosDeviceName_U+0x23a27
ntdll.dll!LdrInitializeThunk+0xe
ntdll.dll!ZwWaitForSingleObject+0x15
mswsock.dll!MigrateWinsockConfiguration+0x6455
sal3.dll!osl_acceptConnectionOnSocket+0xcb
sal3.dll!sal_detail_log+0x10
sdlo.dll!?ensureDiscoverable@RemoteServer@sd@@SAXXZ+0x7a2
sal3.dll!osl_setThreadTextEncoding+0x63
MSVCR110.dll!__get_tlsindex+0x61
MSVCR110.dll!__get_tlsindex+0x45
ntdll.dll!RtlInitializeExceptionChain+0x63
ntdll.dll!RtlInitializeExceptionChain+0x36

-- 
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