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 469528 - file-roller crashed with SIGSEGV in strlen()
file-roller crashed with SIGSEGV in strlen()
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.19.x
Other Linux
: Normal critical
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2007-08-23 10:08 UTC by Sebastien Bacher
Modified: 2007-08-23 12:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Sebastien Bacher 2007-08-23 10:08:21 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/134099

"Binary package hint: file-roller

I was trying to reproduce bug 132480 and made file-roller crash by renaming a file in an archive and putting the "%" symbol in the file name. After pressing Enter file-roller crashed.
...
Package: file-roller 2.19.90-0ubuntu1
...
  • #0 strlen
    from /lib/libc.so.6
  • #1 fr_archive_add
    at fr-archive.c line 1835
  • #2 rename_selection
    at fr-window.c line 6550
  • #3 fr_window_rename_selection
    at fr-window.c line 6779
  • #4 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #5 ??
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #8 _gtk_action_emit_activate
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkaction.c line 873
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 ??
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 IA__gtk_widget_activate
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkwidget.c line 4705
  • #14 IA__gtk_menu_shell_activate_item
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmenushell.c line 1145
  • #15 gtk_menu_shell_button_release
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmenushell.c line 669
  • #16 _gtk_marshal_BOOLEAN__BOXED
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmarshalers.c line 84
  • #17 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #18 ??
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #21 gtk_widget_event_internal
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkwidget.c line 4674
  • #22 IA__gtk_propagate_event
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c line 2317
  • #23 IA__gtk_main_do_event
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c line 1537
  • #24 gdk_event_dispatch
    at /build/buildd/gtk+2.0-2.11.6/gdk/x11/gdkevents-x11.c line 2351
  • #25 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #26 ??
    from /usr/lib/libglib-2.0.so.0
  • #27 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #28 IA__gtk_main
    at /build/buildd/gtk+2.0-2.11.6/gtk/gtkmain.c line 1144
  • #29 main
    at main.c line 237
  • #30 __libc_start_main
    from /lib/libc.so.6
  • #31 _start

Comment 1 Paolo Bacchilega 2007-08-23 12:45:39 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.