This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

int 3 dialog box


I'm running Insight version 5.1 under Cygwin. If I embed an int 3
instruction in my code and I my program gets to the int 3, a Warning dialog
box with the message:

 Program received signal SIGTRAP, Trace/breakpoint trap

pops up. This is fine and if I click on the Ok button the dialog box goes
away, however, if I hit return a GDB Error dialog box with the message:

 Error: can't resolve scoped variable "@itcl ::.warningdlg0.warningdlg
::ModalDialog::unpost_notification": can't find object
::.warningdlg0.warningdlg

pops up and if I click on the Stack trace button I get:

Stack trace shows:

 can't resolve scoped variable "@itcl ::.warningdlg0.warningdlg
::ModalDialog::unpost_notification": can't find object
::.warningdlg0.warningdlg
     while executing
 "set {@itcl ::.warningdlg0.warningdlg ::ModalDialog::unpost_notification}
1"
     ("after" script)errorCode is NONE

Is there a fix for this so that the GDB Error dialog box doesn't pop up?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]