From: SourceForge.net <no...@so...> - 2005-07-22 17:48:27
|
Bugs item #1243236, was opened at 2005-07-22 10:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1243236&group_id=53614 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leon (lbarrett) Assigned to: Nobody/Anonymous (nobody) Summary: crash bug using GtkTreeView Initial Comment: I get a crash when I combine a GtkTreeView with a GtkListStore, a cell data function, and a selection function. I'm not sure if all of those things are critical to the crash or not. The crash output looks like this: ---BEGIN CRASH OUTPUT--- testcase.rb:48: [BUG] Segmentation fault ruby 1.8.2 (2004-12-25) [i686-linux] ---END CRASH OUTPUT--- (note: testcase.rb:48 is where I call Gtk.main) I'm using Gentoo Linux, with ruby-libglade2, ruby-gnome2, and ruby-gtk2 all at version 0.12.0. (The crash also occurred with those libraries at earlier revisions, but I updated to the latest ones to confirm the bug wasn't fixed.) I include the test case as a file attachment, and I'd be happy to help figure out where the bug is. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1243236&group_id=53614 |