GNOME Bugzilla – Bug 571273
crash in Archive Manager: Opening an archive (ISO)
Last modified: 2009-04-01 10:03:36 UTC
Version: 2.24.3 What were you doing when the application crashed? Opening an archive (ISO) Distribution: Unknown Gnome Release: 2.24.3 2009-02-05 (FreeBSD GNOME Project) BugBuddy Version: 2.24.2 System: FreeBSD 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Feb 10 04:05:14 EST 2009 nick@presario.shmon.net:/usr/obj/usr/src/sys/PRESARIO i386 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 41218048 vsize: 41218048 resident: 20279296 share: 90071745 rss: 20279296 rss_rlim: 4951 CPU usage: start_time: 0 rtime: 128 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 128 Backtrace was generated from '/usr/local/bin/file-roller' [New Thread 0x29301100 (LWP 100154)]
+ Trace 212450
Thread 691015936 (LWP 100154)
----------- .xsession-errors --------------------- Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". (file-roller:72129): GLib-CRITICAL **: g_strsplit: assertion `string != NULL' failed Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". Variable "flags" is not available. Error accessing memory address 0x0: Bad address. /usr/local/share/bug-buddy/gdb-cmd:3: Error in sourced command file: Variable "ret" is not available. --------------------------------------------------
Created attachment 128464 [details] [review] Check if there was split items before looking for time The call to mktime_from_string doesn't check for the NULL fields case before making the call (which happens on this particular version of 7z). This patch fixes that.
Patch applied, thank you.
*** Bug 567230 has been marked as a duplicate of this bug. ***
If 2.24 is still being maintained, could you apply the patch to the 2.24 branch?
applied now to the gnome-2-24 branch as well.