close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Last modified 16 years ago

#412 assigned defect

Crash if hit options twice in a graphic

Reported by: Francisco Muñoz Owned by: livan
Priority: normal Milestone:
Component: Graphics Version: head
Severity: major Keywords:
Cc:

Description

If you hit the options in a graphic twice the program crashes.

From the debugger:

Unhandled exception in tolbase.exe (TCL84.DLL): 0xC00000005: Access Violation

(This issue is already reported in the mailing list... I just got motivated to fill the
report after the last crash)

Change History (1)

comment:1 Changed 16 years ago by Víctor de Buen Remiro

Owner: changed from rcsoto to livan
Status: newassigned

Now TOL doesn't crash, just an error message is shown.

window name "t" already exists in parent
window name "t" already exists in parent

while executing

"toplevel $path -relief $re -borderwidth $bd -class $dialogClass"

(procedure "Dialog::create" line 22)
invoked from within

"Dialog $path.t -title [mc "Graph Options"] -modal local -parent $path"

(procedure "::bayesGraph::GrapOpt" line 18)
invoked from within

"::bayesGraph::GrapOpt ::bayesGraph::.main.mdi.slave9.work.g"

("uplevel" body line 1)
invoked from within

"uplevel \#0 $cmd"

(procedure "Button::_release" line 19)
invoked from within

"Button::_release .main.mdi.slave9.work.g.tb.tbg.options"

(command bound to event)

Note: See TracTickets for help on using tickets.