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 551363 - gnome-terminal crash when trying to open http://linuxfr.org/%
gnome-terminal crash when trying to open http://linuxfr.org/%
Status: RESOLVED DUPLICATE of bug 539967
Product: gvfs
Classification: Core
Component: daemon
0.99.x
Other All
: Normal critical
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-09-08 12:42 UTC by misc
Modified: 2008-09-08 13:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description misc 2008-09-08 12:42:33 UTC
Steps to reproduce:
1. run gnome-terminal
2. type http://linuxfr.org/%
3. right click and select "open url"


Stack trace:
Program received signal SIGSEGV, Segmentation fault.
g_mount_spec_canonicalize_path (path=0x0) at gmountspec.c:481
481       if (*path != '/')
(gdb) bt
  • #0 g_mount_spec_canonicalize_path
    at gmountspec.c line 481
  • #1 g_daemon_file_new
    at gdaemonfile.c line 99
  • #2 g_daemon_vfs_get_file_for_uri
    at gdaemonvfs.c line 395
  • #3 g_vfs_get_file_for_uri
    from /usr/lib/libgio-2.0.so.0
  • #4 g_file_new_for_uri
    from /usr/lib/libgio-2.0.so.0
  • #5 g_app_info_launch_default_for_uri
    from /usr/lib/libgio-2.0.so.0
  • #6 gtk_show_uri
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 open_url
    at terminal-util.c line 125
  • #8 terminal_util_open_url
    at terminal-util.c line 238
  • #9 popup_open_url_callback
    at terminal-window.c line 987
  • #10 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #12 ??
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #15 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 gtk_action_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #19 ??
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #21 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #22 gtk_widget_activate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 gtk_menu_shell_activate_item
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #26 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #27 ??
    from /usr/lib/libgobject-2.0.so.0
  • #28 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #29 ??
    from /usr/lib/libgobject-2.0.so.0
  • #30 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #31 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #32 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #34 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #35 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #36 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #37 ??
    from /usr/lib/libglib-2.0.so.0
  • #38 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #39 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #40 main
    at terminal.c line 1269


Other information:
I am running mandriva cooker, on x86, without utf8, and the bug can reproduced reliably by me and another people.
Comment 1 Bastien Nocera 2008-09-08 13:35:32 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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