Re: delete results in "User breakpoint called from code at 0x7c901230"
That certainly sound suspect. Are you sure you are creating the object
correctly, or that they don't attempt to delete it for you at some point.
These kinds problems are so hard to diagnose and often really easy to fix
once you can figure out what is happening to cause them.
If you new and delete some other kind of object does it work OK?
Tom
"KM98" <kmarcus98@gmail.com> wrote in message
news:2ac37c9d-9330-47e6-9a2b-7fe2a4dd8805@m73g2000hsh.googlegroups.com...
No not really, I have simplified it to the point of creating (new
pointer) and then immediately delete'ing. But still the same thing.
The pointer is to an object of type Db (berkeley Db from Oracle). I
wonder if they are doing something?
On May 21, 12:26 am, "Tom Serface" <tom.nos...@camaswood.com> wrote:
This could happen if you did something that corrupts your heap. Did you
possible delete the pointer previously in the program?
Tom
"KM98" <kmarcu...@gmail.com> wrote in message
news:7fd66ef9-61f8-4a53-a951-48e02094b1e5@m3g2000hsc.googlegroups.com...
Hi All-
I'm using Visual C++ 6.0 in debug mode and get the following message
when trying to delete a pointer that was previously allocated using
new.
"User breakpoint called from code at 0x7c901230"
and there is an "int 3" at 0x7c901230
My app is single threaded and this happens in the same funtion where i
declare, use and then try to delete the pointer.
I have set no breakpoints, what is the meaning of this? can anybody
please explain?
Thank you.- Hide quoted text -
- Show quoted text -