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 648472 - crash on exit after using Open With
crash on exit after using Open With
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-22 15:10 UTC by Edward Sheldrake
Modified: 2011-04-23 07:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix - only free that list on exit (1.30 KB, patch)
2011-04-22 15:10 UTC, Edward Sheldrake
none Details | Review

Description Edward Sheldrake 2011-04-22 15:10:05 UTC
Created attachment 186483 [details] [review]
fix - only free that list on exit

file-roller 3.0.0 crashes when you close it, if you opened files in an archive using the "Open With" dialog.

You either get a segfault or: *** glibc detected *** /home/ejs/rpmbuild/BUILD/file-roller-3.0.0/src/file-roller: free(): invalid pointer: 0x0000000000bdf880 ***

backtrace:
  • #0 raise
    from /lib64/libc.so.6
  • #1 abort
    from /lib64/libc.so.6
  • #2 __libc_message
    from /lib64/libc.so.6
  • #3 _int_free
    from /lib64/libc.so.6
  • #4 g_list_foreach
    from /lib64/libglib-2.0.so.0
  • #5 path_list_free
    at file-utils.c line 757
  • #6 command_done
    at fr-init.c line 642
  • #7 release_data
    at fr-init.c line 659
  • #8 main
    at main.c line 323

Comment 1 Paolo Bacchilega 2011-04-23 07:59:28 UTC
patch applied to master branch, thank you.