SIGTRAP while debugging

Started by
-1 comments, last by Sceletor 16 years, 4 months ago
I just finished to expand my classes for dropdown menus and I used the debugger just to check if anything goes bad (normal execution of my prgram returns status 0). The debugger tells me:
Quote: Debugger name and version: GNU gdb 5.2.1 Program received signal SIGTRAP, Trace/breakpoint trap. In _libmsvcrt_a_iname () () Debugger finished with status 0
I dont know why this happens, I only know that a SIGTRAP is surely nothing positive, so I wanted to ask how I can trace the error. Google only told me that msvcrt is a microsoft c runtime library... EDIT: I found the error, seems like I called a delete() on an object I shouldnt delete.. But does anybody know how these errors are triggered? [Edited by - Sceletor on December 1, 2007 4:33:21 PM]

This topic is closed to new replies.

Advertisement