At 05:48 AM 4/30/00 +0000, you wrote:
>> Hmm, is there any hope of having again the back trace when the
>> app is crashing ?
>this is working for more than two weeks (in cvs)
>did you add the AeDebug entry to your registry as explained ?
>(ok I do need to write some documentation on this)
>
>the key has been added to winedefault.reg, you just need to
>install it
>
Been here, done that.
Maybe I have a special problem; I get a back trace all right, but
it's not at all what I expect it to be; I get the impression the back
trace belongs to the debugger, not the debugged application.
Whatever the bug and the application, the new debugger always
insist I have only a problem in some part of the libc
Here is what I get with 2 different apps:
=>0 0x40338034 (__libc_read+0x14) (ebp=41496d38)
1 0x40165a1c (server_call_noerr+0x24(req=0x18) [client.c:270]) (ebp=41496d68)
2 0x4016afc9 (WaitForMultipleObjectsEx+0x95(count=0x4, handles=0x41496de8,
wait_all=0x0, timeout=0xffffffff, alertable=0x1) [synchro.c:112]) (ebp=41496d98)
3 0x4016a8a4 (SERVICE_Loop+0x194(service=0x4040a330) [services.c:104]) (ebp=41496ee8)
4 0x4016bf5f (THREAD_Start+0x8b [thread.c:255]) (ebp=41496f24)
5 0x4016b1a9 (SYSDEPS_StartThread+0x39(teb=0x414a7000) [sysdeps.c:133])
(ebp=41496ff4)
6 0x4034157e (thread_start+0x4 [sysctl.c]) (ebp=00000000)
=>0 0x40338034 (__libc_read+0x14) (ebp=409e65bc)
1 0x40165a1c (server_call_noerr+0x24(req=0x18) [client.c:270]) (ebp=409e65ec)
2 0x4016afc9 (WaitForMultipleObjectsEx+0x95(count=0x1, handles=0x409e6664,
wait_all=0x0, timeout=0xffffffff, alertable=0x0) [synchro.c:112]) (ebp=409e661c)
3 0x4016aeb9 (WaitForSingleObject+0x29(handle=0x544a4dd3, timeout=0xffffffff)
[synchro.c:65]) (ebp=409e665c) 4 0x40171da6
(UnhandledExceptionFilter+0x302(epointers=0x409e6924) [except.c:142]) (ebp=409e690c)
5 0x0040f281 (<Debugged process>.SetPrivateDlg+0x4881) (ebp=409e692c)
6 0x400a7d8c (EXC_CallHandler+0x80(record=0x409e6b0c, frame=0x409e6eb8,
context=0x409e6a40, dispatcher=0x409e69b8, handler=0x40f1ec,
nested_handler=0x400a7cb0) [exception.c:81]) (ebp=409e696c)
7 0x400a8013 (EXC_RtlRaiseException+0xff(rec=0x409e6b0c, context=0x409e6a40,
rec=0x409e6b0c, context=0x409e6a40) [exception.c:153]) (ebp=409e6a0c)
8 0x400ae319 (segv_handler+0x201(__signal=0xb, __context=0x0) [signal_i386.c:569])
(ebp=409e6b5c)
9 0x409e6c34 (_end+0x12b820) (ebp=409e4c40)
10 0x632e6365 (BANTAM.DLL..rsrc+0x149e7365) (ebp=70732e67)
Needless to say, with older versions of Wine I never end up in libc_read with
the same apps (these are long standing cases of crash at start :-()
I should have reported sooner since I see this from the beginning of your
new debugger version, but I was understanding it was work-in-progress so
I was just assuming you had not addressed yet the problem...
Or am I the only one having this ?
Gerard