Created attachment 375889 [details] gdb traceback after wish segfault Description of problem: wish segfaults when an iwidgets::scrolledframe is created. Version-Release number of selected component (if applicable): iwidgets-4.0.2-3.fc12.noarch itk-3.4-5.fc12.i686 itcl-3.4-5.fc12.i686 tk-8.5.7-2.fc12.i686 tcl-8.5.7-4.fc12.i686 How reproducible: Attempt to create an iwidgets::scrolledframe in a wish session. Steps to Reproduce: 1. $ wish 2. % package require Iwidgets 3. % iwidgets::scrolledframe .sf Actual results: Segmentation fault. Expected results: iwidgets::scrolledframe created. Additional info: traceback attached.
In bug 537665 the reporter describes a crash when running the IWidgets demo "notebook" on F12. The underlying cause may be the same as in this bug; using % iwidgets::notebook .nb as Step 3 of "Steps to Reproduce" also results in a segfault of the wish interpreter.
*** This bug has been marked as a duplicate of bug 539453 ***