The following commit breaks the winsock test for me.

commit 4c5b55a0f82e83793814a21eadec8b50d48751f3
Author: Alexandre Julliard <[EMAIL PROTECTED]>
Date:   Mon Jun 4 18:16:48 2007 +0200

    server: Run async I/O APCs from the SIGUSR1 handler.

I have attached the backtrace.

This is currently stopping me from confirming if my WSAStringToAddress patch 
is correct.

Cheers,
Kai

-- 
Kai Blin
WorldForge developer  http://www.worldforge.org/
Wine developer        http://wiki.winehq.org/KaiBlin
Samba team member     http://www.samba.org/samba/team/
--
Will code for cotton.
trace:winsock:DllMain 0x60400000 0x3 (nil)
wine: Unhandled page fault on read access to 0xffffffff at address 0x7618d8df 
(thread 000f), starting debugger...
Unhandled exception: page fault on read access to 0xffffffff in 32-bit code 
(0x7618d8df).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:7618d8df ESP:7ece6840 EBP:7ece68a8 EFLAGS:00010206(   - 00      - RIP1)
 EAX:ffffffff EBX:761b14f4 ECX:761b97a4 EDX:7ffd8f10
 ESI:7ffd6000 EDI:00000000
Stack dump:
0x7ece6840:  761b14f4 761b14f4 7ece6858 7616c05b
0x7ece6850:  00110020 603839e4 7ece6938 7615ec11
0x7ece6860:  00110000 00000000 00126140 761b14f4
0x7ece6870:  761cbb3c 761cbb3c 7ece68a8 761705b2
0x7ece6880:  00110000 00000000 00000000 00126140
0x7ece6890:  00000000 7ece6938 7618d8bb 761b14f4
Backtrace:
=>1 0x7618d8df server_exit_thread+0x2f(status=0x0) 
[/home/kai/wine/build/dlls/ntdll/../../../wine-git/dlls/ntdll/server.c:147] in 
ntdll (0x7ece68a8)
  2 0x76193e32 in ntdll (+0x43e32) (0x7ece68b8)
  3 0x60363cfb in kernel32 (+0x73cfb) (0x7ece6948)
  4 0x64a86f0b client_stop+0xab() 
[/home/kai/wine/build/dlls/ws2_32/tests/../../../../wine-git/dlls/ws2_32/tests/sock.c:382]
 in ws2_32_test (0x7ece6978)
  5 0x64a8833c event_client+0x21c(par=0x64a90ccc) 
[/home/kai/wine/build/dlls/ws2_32/tests/../../../../wine-git/dlls/ws2_32/tests/sock.c:755]
 in ws2_32_test (0x7ece6a18)
  6 0x7619326e call_thread_entry_point+0xe() in ntdll (0x7ece6a28)
  7 0x76193f42 call_thread_func+0x42(rtl_func=<register EDI not in topmost 
frame>, arg=<register ESI not in topmost frame>) 
[/home/kai/wine/build/dlls/ntdll/../../../wine-git/dlls/ntdll/thread.c:404] in 
ntdll (0x7ece6ac8)
  8 0x761941df in ntdll (+0x441df) (0x7ece73c8)
  9 0x601362fb (0x7ece74b8)
  10 0x6021993e (0x00000000)
0x7618d8df server_exit_thread+0x2f 
[/home/kai/wine/build/dlls/ntdll/../../../wine-git/dlls/ntdll/server.c:147] in 
ntdll: movl   %edx,0x0(%eax)
147         RemoveEntryList( &NtCurrentTeb()->TlsLinks );
Modules:
Module  Address                 Debug info      Name (22 modules)
ELF     45135000-45149000       Deferred        libresolv.so.2
ELF     48599000-485b6000       Deferred        ld-linux.so.2
ELF     48f6a000-490be000       Deferred        libc.so.6
ELF     490c0000-490e9000       Deferred        libm.so.6
ELF     490eb000-490f0000       Deferred        libdl.so.2
ELF     4910f000-49127000       Deferred        libpthread.so.0
ELF     4946e000-4947a000       Deferred        libgcc_s.so.1
ELF     6001d000-60131000       Deferred        libwine.so.1
ELF     602cb000-602d7000       Deferred        libnss_files.so.2
ELF     602d7000-603fc000       Dwarf           kernel32<elf>
  \-PE  602f0000-603fc000       \               kernel32
ELF     603fc000-60427000       Deferred        ws2_32<elf>
  \-PE  60400000-60427000       \               ws2_32
ELF     60427000-60445000       Deferred        iphlpapi<elf>
  \-PE  60430000-60445000       \               iphlpapi
ELF     60459000-6049f000       Deferred        advapi32<elf>
  \-PE  60460000-6049f000       \               advapi32
ELF     64a74000-64a91000       Dwarf           ws2_32_test<elf>
  \-PE  64a80000-64a91000       \               ws2_32_test
ELF     76136000-761cd000       Dwarf           ntdll<elf>
  \-PE  76150000-761cd000       \               ntdll
ELF     7bf00000-7bf03000       Deferred        <wine-loader>
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) H:\wine\build\dlls\ws2_32\tests\ws2_32_test.exe
        0000000f    0 <==
        0000000e    0
        00000009    0

Attachment: pgpB5KZr3021K.pgp
Description: PGP signature



Reply via email to