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 555070 - "Open link" crash
"Open link" crash
Status: RESOLVED DUPLICATE of bug 546256
Product: gnome-terminal
Classification: Core
Component: general
2.24.x
Other Linux
: Normal major
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-05 09:08 UTC by Fryderyk Dziarmagowski
Modified: 2008-10-05 11:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Fryderyk Dziarmagowski 2008-10-05 09:08:50 UTC
GNOME terminal is no longer able to open an URL containing special characters.
It's a regression from previous stable 2.22.x release (and older).

Following URL (just an example):
Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
can't be opened with "Open link" (right mouse click when URL is selected).

gdb trace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6f21700 (LWP 13582)]
g_mount_spec_canonicalize_path (path=0x0) at gmountspec.c:481
481	  if (*path != '/')
(gdb) thread apply all bt

Thread 1 (Thread 0xb6f21700 (LWP 13582))

  • #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 IA__g_vfs_get_file_for_uri
    at gvfs.c line 123
  • #4 IA__g_file_new_for_uri
    at gfile.c line 4863
  • #5 IA__g_app_info_launch_default_for_uri
    at gappinfo.c line 557
  • #6 IA__gtk_show_uri
    at gtkshow.c line 73
  • #7 open_url
    at terminal-util.c line 125
  • #8 terminal_util_open_url
    at terminal-util.c line 239
  • #9 popup_open_url_callback
    at terminal-window.c line 987
  • #10 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #11 IA__g_closure_invoke
    at gclosure.c line 767
  • #12 signal_emit_unlocked_R
    at gsignal.c line 3244
  • #13 IA__g_signal_emit_valist
    at gsignal.c line 2977
  • #14 IA__g_signal_emit
    at gsignal.c line 3034
  • #15 _gtk_action_emit_activate
    at gtkaction.c line 885
  • #16 IA__gtk_action_activate
    at gtkaction.c line 912
  • #17 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #18 IA__g_closure_invoke
    at gclosure.c line 767
  • #19 signal_emit_unlocked_R
    at gsignal.c line 3244
  • #20 IA__g_signal_emit_valist
    at gsignal.c line 2977
  • #21 IA__g_signal_emit
    at gsignal.c line 3034
  • #22 IA__gtk_widget_activate
    at gtkwidget.c line 4776
  • #23 IA__gtk_menu_shell_activate_item
    at gtkmenushell.c line 1139
  • #24 gtk_menu_shell_button_release
    at gtkmenushell.c line 678
  • #25 gtk_menu_button_release
    at gtkmenu.c line 2850
  • #26 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #27 g_type_class_meta_marshal
    at gclosure.c line 878
  • #28 IA__g_closure_invoke
    at gclosure.c line 767
  • #29 signal_emit_unlocked_R
    at gsignal.c line 3282
  • #30 IA__g_signal_emit_valist
    at gsignal.c line 2987
  • #31 IA__g_signal_emit
    at gsignal.c line 3034
  • #32 gtk_widget_event_internal
    at gtkwidget.c line 4745
  • #33 IA__gtk_propagate_event
    at gtkmain.c line 2391
  • #34 IA__gtk_main_do_event
    at gtkmain.c line 1596
  • #35 gdk_event_dispatch
    at gdkevents-x11.c line 2365
  • #36 IA__g_main_context_dispatch
    at gmain.c line 2142
  • #37 g_main_context_iterate
    at gmain.c line 2776
  • #38 IA__g_main_loop_run
    at gmain.c line 2984
  • #39 IA__gtk_main
    at gtkmain.c line 1200
  • #40 main
    at terminal.c line 1252

Comment 1 Christian Persch 2008-10-05 11:19:45 UTC

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