GNOME Bugzilla – Bug 348808
crash on Archive Manager -- regression to Bug 347416
Last modified: 2006-07-26 19:43:47 UTC
What were you doing when the application crashed? Clicked on gzipped tarball on desktop Distribution: Gentoo Base System version 1.12.1 Gnome Release: 2.15.90 2006-07-25 (Gentoo) BugBuddy Version: 2.15.90 Memory status: size: 177979392 vsize: 177979392 resident: 11018240 share: 8433664 rss: 11018240 rss_rlim: -1 CPU usage: start_time: 1153931708 rtime: 10 utime: 9 stime: 1 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/file-roller' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 47216480254064 (LWP 6659)] 0x00002af16ec638f5 in __libc_waitpid (pid=6660, stat_loc=0x7fff3ecd6e7c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:32 in ../sysdeps/unix/sysv/linux/waitpid.c
+ Trace 69653
Thread 1 (Thread 47216480254064 (LWP 6659))
File-roller 2.15.90 has a regression to bug #347416. The patch in that bug was not applied: Index: src/window.c =================================================================== RCS file: /cvs/gnome/file-roller/src/window.c,v retrieving revision 1.166 diff -u -r1.166 window.c --- src/window.c 10 Jul 2006 09:29:20 -0000 1.166 +++ src/window.c 13 Jul 2006 15:39:31 -0000 @@ -1116,7 +1116,7 @@ /* recents menu. */ - set_sensitive (window, "RecentFilesMenu", ! running); + set_sensitive (window, "OpenRecentMenu", ! running); } window.c: /* recents menu. */ set_sensitive (window, "RecentFilesMenu", ! running);
patch has been applied to CVS after releasing 2.15.90, so it will be present in the next release.
*** This bug has been marked as a duplicate of 347416 ***