March 22, 2003
1:11 p.m.
I got CVS from 3 days ago. No problem there. I'll try to get CVS from 2 days ago & see what's gonna happen. Saturday, March 22, 2003, 11:18:38 AM, you wrote: > Vitaliy Margolen wrote: >> I have a problem with latest CVS in the past several days. Every app locking up. >> Any suggestions where should I look. It's not a dead loop. Something happening, >> according to trace. > two points: > - are you sure you properly recompile all wine files ? (at least > regenerating the depends after the cvs update) # cvs update # configure # make depend && make clean && make > - try to run the program under a debugger (even gdb if winedbg fails) so > that we get a proper stack trace when the program segfaults (in your > case, the program has its own fault handler which covers with more smoke > the issue) (or try using another application) Here is what I got from winedbg: Wine-dbg>c First chance exception: page fault on read access to 0x0000000c in 32-bit code (0x0040eeb2). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:008f GS:005f EIP:0040eeb2 ESP:40592ce4 EBP:40592d04 EFLAGS:00010246( R- 00 I Z- -P1 ) EAX:00000000 EBX:00457bec ECX:00371000 EDX:400f2c30 ESI:413710cc EDI:00457bec Stack dump: 0x40592ce4 (NTDLL.DLL.sqrt+0x3833c0): 00457bec 0040f0a3 40592d0c 0040f106 0x40592cf4 (NTDLL.DLL.sqrt+0x3833d0): 40592d04 41011628 0043a2ec 41371628 0x40592d04 (NTDLL.DLL.sqrt+0x3833e0): 40592e58 0043cf42 40592d18 0043cfa8 0x40592d14 (NTDLL.DLL.sqrt+0x3833f0): 40592e58 40592d24 0043cfe0 40592e58 0x40592d24 (NTDLL.DLL.sqrt+0x383400): 40592d30 0043d000 40592e58 40592e60 0x40592d34 (NTDLL.DLL.sqrt+0x383410): 00402ffd 40592e58 41371628 41371628 0x40592d44 (NTDLL.DLL.sqrt+0x383420): 0011: sel=008f base=400f1e20 limit=00000fff 32-bit rw- Backtrace: =>0 0x0040eeb2 (virtuallistview.exe.CODE+0xdeb2 in F:\wine\Virtual_Listview\virtuallistview.exe) (ebp=40592d04) 1 0x0043cf42 (virtuallistview.exe.CODE+0x3bf42 in F:\wine\Virtual_Listview\virtuallistview.exe) (ebp=40592e58) 2 0x00443dec (virtuallistview.exe.CODE+0x42dec in F:\wine\Virtual_Listview\virtuallistview.exe) (ebp=40592e7c) 3 0x00459354 (virtuallistview.exe.EntryPoint+0x34 in F:\wine\Virtual_Listview\virtuallistview.exe) (ebp=40592e90) 4 0x4009a5a3 (start_process+0x24f [process.c:566] in libntdll.dll.so) (ebp=40592f38) 5 0x4009eb03 (call_on_thread_stack+0x23(func=0x4009a354) [sysdeps.c:171] in libntdll.dll.so) (ebp=40592ff4) 6 0x4009eca4 (SYSDEPS_CallOnStack+0x14 in libntdll.dll.so) (ebp=00000000) 0x0040eeb2 (virtuallistview.exe.CODE+0xdeb2 in F:\wine\Virtual_Listview\virtuallistview.exe): cmpl $0,0xc(%eax)