Bug 65770 - ctree.insert_node segfault
Summary: ctree.insert_node segfault
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: pygtk2
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact:
URL:
Whiteboard:
: 66831 66836 67239 (view as bug list)
Depends On:
Blocks: 67217
TreeView+ depends on / blocked
 
Reported: 2002-05-31 16:04 UTC by Tim Waugh
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-06-27 14:58:40 UTC
Embargoed:


Attachments (Terms of Use)
Here is the fix. (573 bytes, patch)
2002-06-10 12:41 UTC, Tim Waugh
no flags Details | Diff

Description Tim Waugh 2002-05-31 16:04:34 UTC
Description of Problem: 
I get a segfault with some pygtk code 
 
Version-Release number of selected component (if applicable): 
pygtk-0.6.9-3 
 
How Reproducible: 
100% 
 
Steps to Reproduce: 
$ python 
>>> import gtk 
>>> tree = gtk.CTree() 
>>> node = tree.insert_node (None, None, ['make']) 
>>> tree.insert_node (node, None, ['model'])

Comment 1 Tim Waugh 2002-06-10 12:41:27 UTC
Created attachment 60270 [details]
Here is the fix.

Comment 2 Tim Waugh 2002-06-17 14:02:32 UTC
(This prevents printconf-gui from being functional.)

Comment 3 Tim Waugh 2002-06-17 15:47:16 UTC
*** Bug 66831 has been marked as a duplicate of this bug. ***

Comment 4 Tim Waugh 2002-06-17 18:23:55 UTC
*** Bug 66836 has been marked as a duplicate of this bug. ***

Comment 5 Tim Waugh 2002-06-21 14:32:43 UTC
*** Bug 67239 has been marked as a duplicate of this bug. ***

Comment 6 Tim Waugh 2002-06-27 14:58:36 UTC
1.99.10-5.1.

Comment 7 Matt Wilson 2002-07-22 19:42:18 UTC
fixed in 1.99.11.



Note You need to log in before you can comment on or make changes to this bug.