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 348808 - crash on Archive Manager -- regression to Bug 347416
crash on Archive Manager -- regression to Bug 347416
Status: RESOLVED DUPLICATE of bug 347416
Product: file-roller
Classification: Applications
Component: general
2.15.x
Other Linux
: High critical
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2006-07-26 16:35 UTC by Jose M. daLuz
Modified: 2006-07-26 19:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Jose M. daLuz 2006-07-26 16:35:37 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

Thread 1 (Thread 47216480254064 (LWP 6659))

  • #0 __libc_waitpid
    at ../sysdeps/unix/sysv/linux/waitpid.c line 32
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 867
  • #2 <signal handler called>
  • #3 IA__g_logv
    at gmessages.c line 493
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__g_object_set
    at gobject.c line 1178
  • #6 _window_update_sensitivity
    at window.c line 1119
  • #7 window_new
    at window.c line 3963
  • #8 startup_cb
    at main.c line 583
  • #9 IA__g_main_context_dispatch
    at gmain.c line 2043
  • #10 g_main_context_iterate
    at gmain.c line 2675
  • #11 IA__g_main_loop_run
    at gmain.c line 2879
  • #12 IA__gtk_main
    at gtkmain.c line 1000
  • #13 main
    at main.c line 227

Comment 1 Jose M. daLuz 2006-07-26 16:38:23 UTC
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);
Comment 2 Paolo Bacchilega 2006-07-26 19:42:31 UTC
patch has been applied to CVS after releasing 2.15.90, so it will be present in the next release.
Comment 3 Paolo Bacchilega 2006-07-26 19:43:47 UTC

*** This bug has been marked as a duplicate of 347416 ***