Fehlermeldung von MAD
- From: "Norbert Stellberg" <Stellberg@xxxxxxxxxxxx>
- Date: Fri, 14 Jul 2006 11:00:57 +0200
Hallo,
ich erhalte jedesmal beim Beenden meines Programms die nachfolgende
Fehlermeldung.
Ich kann mir keinen Reim darauf machen.
Hat jemand eine Idee, wo ich suchen könnte?
Vielen Dank
mit freundlichen Grüßen
Norbert
callstack crc : $0327685e, $a5596cee, $a5596cee
exception number : 1
exception class : EAccessViolation
exception message : Zugriffsverletzung bei Adresse 00404448 in Modul
'livestyler.exe'. Lesen von Adresse FFFFFFFF.
main thread ($d70):
00404448 +08 livestyler.exe System TObject.Free
00485099 +11 livestyler.exe ExtCtrls TImage.Destroy
004ae8d6 +8a livestyler.exe Controls TWinControl.Destroy
00491c31 +39 livestyler.exe ComCtrls TTab***.Destroy
004ae8d6 +8a livestyler.exe Controls TWinControl.Destroy
00490ee2 +3e livestyler.exe ComCtrls TCustomTabControl.Destroy
004921a5 +49 livestyler.exe ComCtrls TPageControl.Destroy
004ae8d6 +8a livestyler.exe Controls TWinControl.Destroy
004c40e0 +28 livestyler.exe Forms TScrollingWinControl.Destroy
004c4cc3 +ab livestyler.exe Forms TCustomForm.Destroy
00470f1e +46 livestyler.exe Classes TComponent.DestroyComponents
004c2fd3 +2f livestyler.exe Forms DoneApplication
00451fd6 +26 livestyler.exe SysUtils DoExitProc
004051cc +28 livestyler.exe System @Halt0
005e8555 +bd livestyler.exe Livestyler 25 initialization
thread $b7c: <priority:15>
7ffe0304 +04 ???
77f4c522 +0a ntdll.dll NtWaitForMultipleObjects
77e55eda +89 kernel32.dll WaitForMultipleObjectsEx
77e55fa5 +12 kernel32.dll WaitForMultipleObjects
thread $824: <priority:15>
7ffe0304 +04 ???
77f4c532 +0a ntdll.dll NtWaitForSingleObject
77e5a627 +85 kernel32.dll WaitForSingleObjectEx
77e5ac1c +0a kernel32.dll WaitForSingleObject
0044ca95 +0d livestyler.exe madExcept CallThreadProcSafe
0044caff +37 livestyler.exe madExcept ThreadExceptFrame
72c946b4 +00 wdmaud.drvcreated by main thread ($d70) at:
thread $ecc: <priority:15>
7ffe0304 +04 ???
77f4c522 +0a ntdll.dll NtWaitForMultipleObjects
0044ca95 +0d livestyler.exe madExcept CallThreadProcSafe
0044caff +37 livestyler.exe madExcept ThreadExceptFrame
76afa144 +00 winmm.dllcreated by main thread ($d70) at:
cpu registers:
eax = 0159e2dc
ebx = 0159e001
ecx = 00000001
edx = 0159e001
esi = 0159e040
edi = 0159cf60
eip = 00404448
esp = 0022feec
ebp = 00000000
stack dump:
0022feec 9e 50 48 00 40 e0 59 01 - 00 cf 59 01 d9 e8 4a 00
..PH.@.Y...Y...J.
0022fefc 04 7a 4e 01 60 cf 59 01 - 01 cf 59 01 36 1c 49 00
..zN.`.Y...Y.6.I.
0022ff0c 60 cf 59 01 00 15 5f 00 - d9 e8 4a 00 06 00 00 00
`.Y..._...J.....
0022ff1c 04 7a 4e 01 00 15 5f 00 - e7 0e 49 00 04 7a 4e 01
..zN..._...I..zN.
0022ff2c 01 15 5f 00 aa 21 49 00 - 78 ff 22 00 60 50 4e 01
..._..!I.x.".`PN.
0022ff3c 04 7a 4e 01 00 00 00 00 - d9 e8 4a 00 60 50 4e 01
..zN.......J.`PN.
0022ff4c 60 50 4e 01 00 00 00 00 - e5 40 4c 00 70 21 4e 01
`PN......@xxx!N.
0022ff5c e4 25 4e 01 c8 4c 4c 00 - b4 ff 22 00 04 4c 40 00
..%N..LL..."..L@.
0022ff6c 78 ff 22 00 4b 44 40 01 - 60 50 4e 01 b0 1f 45 00
x.".KD@.`PN...E.
0022ff7c 21 0f 47 00 48 10 5f 00 - 00 90 5e 00 a4 2f 4c 00
!.G.H._...^../L.
0022ff8c d8 2f 4c 00 d8 1f 45 00 - 38 16 5f 00 ce 51 40 00
../L...E.8._..Q@.
0022ff9c c0 ff 22 00 01 00 00 00 - 14 00 00 00 00 f0 fd 7f
...".............
0022ffac 5a 85 5e 00 94 c2 f4 77 - e0 ff 22 00 34 4e 40 00
Z.^....w..".4N@.
0022ffbc c0 ff 22 00 f0 ff 22 00 - c7 14 e6 77 01 00 00 00
..."..."....w....
0022ffcc 14 00 00 00 00 f0 fd 7f - f0 1c 3a ab c8 ff 22 00
...........:...".
0022ffdc 75 86 53 80 ff ff ff ff - 09 48 e7 77 10 12 e7 77
u.S......H.w...w
0022ffec 00 00 00 00 00 00 00 00 - 00 00 00 00 98 84 5e 00
...............^.
0022fffc 00 00 00 00 ....
disassembling:
00404440 public System.TObject.Free: ; function entry point
00404440 test eax, eax
00404442 jz loc_40444b
00404444 mov dl, 1
00404446 mov ecx, [eax]
00404448 > call dword ptr [ecx-4]
0040444b ret
.
- Follow-Ups:
- Re: Fehlermeldung von MAD
- From: Bjoern Schreiber
- Re: Fehlermeldung von MAD
- From: Christian \"Xtra\" Schiffler
- Re: Fehlermeldung von MAD
- Prev by Date: Indy Frage
- Next by Date: Re: Indy Frage
- Previous by thread: Indy Frage
- Next by thread: Re: Fehlermeldung von MAD
- Index(es):