Bug 544050

Summary: wish segfaults when an iwidgets::scrolledframe is created.
Product: [Fedora] Fedora Reporter: Bryson Lee <bamablee>
Component: itclAssignee: Wart <wart>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: low    
Version: 12CC: wart
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-23 00:56:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
gdb traceback after wish segfault none

Description Bryson Lee 2009-12-03 19:38:32 UTC
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.

Comment 1 Bryson Lee 2009-12-16 16:42:40 UTC
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.

Comment 2 Bryson Lee 2009-12-23 00:56:25 UTC

*** This bug has been marked as a duplicate of bug 539453 ***