After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 59012 - Crash when selecting row
Crash when selecting row
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: Jonathan Blandford
Jonathan Blandford
Depends on:
Blocks:
 
 
Reported: 2001-08-14 16:17 UTC by Jonathan Blandford
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case that crashes the tree (3.68 KB, text/plain)
2001-08-14 16:18 UTC, Jonathan Blandford
Details

Description Jonathan Blandford 2001-08-14 16:17:14 UTC
(reported by Mikael Hermansson <tyan@linux.se>)

first expand "AlbumA" and select the first child item "songname 1" and then
again select "songname 2"

then try to expand "AlbumB" and select any of the childitems and it will fail.
Comment 1 Jonathan Blandford 2001-08-14 16:18:12 UTC
Created attachment 896 [details]
Test case that crashes the tree
Comment 2 Jonathan Blandford 2001-09-28 18:08:14 UTC
It's a problem with the rowreference
Comment 3 Jonathan Blandford 2001-10-01 19:04:00 UTC
Fixed in CVS.  This Test case is pretty ugly, btw.  It's not a great
way to use the TreeStore.  however, I think it's all handled
correctly, now.