GNOME Bugzilla – Bug 596413
crash in _gtk_rbtree_reorder
Last modified: 2009-09-30 08:05:56 UTC
Version: 2.27.92 What were you doing when the application crashed? Displayed : http://en.wikipedia.org/wiki/Battle_of_Mouquet_Farm Distribution: Mandriva Linux release 2008.1 (Official) for x86_64 Gnome Release: 2.27.5 2009-08-02 (GNOME.Org) BugBuddy Version: 2.27.1 System: Linux 2.6.30.4 #1 SMP Mon Aug 3 00:35:47 EST 2009 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Enabled GTK+ Theme: Clearlooks-Olive Icon Theme: oxygen GTK+ Modules: gnomebreakpad Memory status: size: 758730752 vsize: 758730752 resident: 188289024 share: 32681984 rss: 188289024 rss_rlim: 18446744073709551615 CPU usage: start_time: 1253949194 rtime: 22626 utime: 20628 stime: 1998 cutime:0 cstime: 3 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/epiphany' [Thread debugging using libthread_db enabled] [New Thread 0x7f7bb9cb2760 (LWP 16174)] [New Thread 0x7f7ba8a55950 (LWP 16175)] 0x00007f7bad23982f in waitpid () from /lib64/libpthread.so.0
+ Trace 217860
Thread 1 (Thread 0x7f7bb9cb2760 (LWP 16174))
----------- .xsession-errors (107 sec old) --------------------- konqueror(19990) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(12781) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(1747) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(19990) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(3451) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(12781) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(1747) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(19990) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(3451) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(12781) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(3451) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(1747) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(19990) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(3451) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." konqueror(12781) KParts::BrowserExtension::slotSetActionText: BrowserExtension::slotSetActionText paste "Paste Clipboard Contents..." --------------------------------------------------
Another GTKTreeView problem-- what GTK+ version are you compiling Epiphany against?
gtk version is 2.17.9
Moving over to GTK+ then, let's see what they can make of it.
I think Xan pointed me at these issues at a recent conference. This is probably due to the recent filter model changes. If anyone sees how to reliably reproduce this issue, it would be good to know. Other than that, a back trace that also contains all values for local variables would also be of use.
This crash most likely occurs due to a mismatch between the length of the level currently known in the rbtree and the length of the new_order array provided. Because of this, I am fairly confident that this is a duplicate of bug 596580, which also suffers from incorrect level lengths. *** This bug has been marked as a duplicate of bug 596580 ***