I have put an application.terminate into the except part of a try..except in the initialization, so this seems to be where the @Halt0 comes from. I can't find anywhere in this part of the program that I may try to free something I didn't allocate. It also doesn't explain why I can't reproduce this error and none of my colleagues or other customers has ever encountered this problem. How can it be that a problem like this exists on only one computer?
TIA. Brigitte > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 10 July 2005 20:39 > To: [email protected] > Subject: Re: [delphi-en] bugreport > Importance: High > > > Hi Brigitte, > I can make assuptions only: > > exception message : Access violation at address > 00000074. Read of > > address 00000074. > this was not allocated to your program, so the error > > > > main thread ($b48): > > 00000074 ??? > > 00403fac Or-Fin.exe System TObject.Free > > 004acf22 Or-Fin.exe Forms TCustomForm.Destroy > > 0042f932 Or-Fin.exe Classes > TComponent.DestroyComponents > > 004aae0f Or-Fin.exe Forms DoneApplication > > 0040fd9e Or-Fin.exe SysUtils DoExitProc > > 00404d60 Or-Fin.exe System @Halt0 > > 00803444 Or-Fin.exe OrFin 107 +52 initialization > This shows: You are in the initialization (Line 107???) and > your program executed a Halt (Terminate program) Probably in > the cleanup process you try to get rid of something you > didn't allocate... But it seems essential, that your > initialization code shuts down your program. By the way: I > use the Jedi library and have built a debugging module for > myself, which seems to dump some more information. You should > have a look at Jedi. > > Bob > > > > ----------------------------------------------------- > Home page: http://groups.yahoo.com/group/delphi-en/ > To unsubscribe: [EMAIL PROTECTED] > Yahoo! Groups Links > > > > > > ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

