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]

GDBEventHandler::GDBEventHandler::dispatch errors


I work around some problems with "Stop" button in insight 6.1 (under cygwin
trying to debug remote target via RDP). And found the error messages in
"Insight Debug" window.
 

(GDBEventHandler::GDBEventHandler::dispatch) On busy event,
::.srcwin0.srcwin.container.pane2.childsite.con errored:

member function "::GDBEventHandler::busy" is not defined and cannot be
autoloaded

    (object "::.srcwin0.srcwin.container.pane2.childsite.con" method
"::GDBEventHandler::busy" )

    invoked from within

"$w $handler $event" 

 

(GDBEventHandler::GDBEventHandler::dispatch) On idle event,
::.srcwin0.srcwin.container.pane2.childsite.con errored:

member function "::GDBEventHandler::idle" is not defined and cannot be
autoloaded

    (object "::.srcwin0.srcwin.container.pane2.childsite.con" method
"::GDBEventHandler::idle" )

    invoked from within

"$w $handler $event" 

 

(GDBEventHandler::GDBEventHandler::dispatch) On set_variable event,
::.srcwin0.srcwin errored:

member function "::GDBEventHandler::set_variable" is not defined and cannot
be autoloaded

    (object "::.srcwin0.srcwin" method "::GDBEventHandler::set_variable" )

    invoked from within

"$w $handler $event"

 

 

Can this errors affect "Stop" button behavior? 

Anyway, how to fix it?



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