Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Starteam    [ Add a report in this area ]  
Report #:  23430   Status: Closed
IDE Exception caught everytime the IDE is run in the debugger
Project:  Delphi Build #:  10.0.2151.25345
Version:    10.0 Submitted By:   Jeremy North
Report Type:  Basic functionality failure Date Reported:  1/12/2006 4:56:08 AM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   238281
Resolution: Fixed (Resolution Comments) Resolved in Build: : 10.0.2277.33714
Duplicate of:  None
Voting and Rating
Overall Rating: (4 Total Ratings)
4.00 out of 5
Total Votes: None
Description
When you are trying to debug IDE addins and running an instance of the IDE under the debugger every time you run the application the following exception is displayed in the Event Log and the debugger stops.

Debug Output: HEAP[bds.exe]:  Process bds.exe (5696)
Debug Output: Invalid Address specified to RtlFreeHeap( 00140000, 0C465508 )  Process bds.exe (5696)

Needless to say, this is extremely frustrating.
Steps to Reproduce:
1. Create a new Win32 Package
2. Select Run | Parameters menu item
3. For host application, enter the path to your D2006 BDS.exe file
4. Run package (no code needed in package)

While the IDE is starting you will see that the run has stopped on an exception and if you look in the Event Log window you get an idea of what has caused this exception.
Workarounds
None
Attachment
None
Comments

Sebastian Modersohn at 1/12/2006 6:35:23 AM -
I agree that this is annoying, but IMO this is definitely not a showstopper. It doesn't crash, there's no dataloss, I don't think this is total failure and debugging the IDE with the IDE is also not something every developer does every day.

Martin Lafferty at 1/12/2006 12:04:49 PM -
I noticed this the other day when I ran the IDE up under WinDbg. It may not have any known consequences, but it does look rather nasty. If this was my code, I would certainly want to investigate further.

Server Response from: ETNACODE01