GNOME Bugzilla – Bug 684990
Doesn't accept http://[::]:8080 as URL
Last modified: 2012-10-07 22:25:17 UTC
When I try to enter http://[::]:8080 as URL, epiphany doesn't do anything, it doesn't appear to accept that as a valid URL, but doesn't complain either. (In case this is not clear, this URL is the equivalent of http://127.0.0.1:8080 for IPv6) epiphany-3.5.92-1.fc18.x86_64
Do you have adblock enabled? Here it just tries to load it, apparently forever.
OK, I get this now: (epiphany:25500): GLib-GIO-WARNING **: Invalid URI 'http://:::8080' Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007ffff5062e21 in g_logv (log_domain=0x7ffff52f20fc "GLib-GIO", log_level=G_LOG_LEVEL_WARNING, format=0x7ffff52f2234 "Invalid URI '%s'", args=0x7fffffffce18) at gmessages.c:967 967 G_BREAKPOINT (); Missing separate debuginfos, use: debuginfo-install libxkbfile-1.0.7-2.fc15.x86_64 (gdb) bt
+ Trace 230988
And then: (epiphany:25500): GLib-GIO-CRITICAL **: g_proxy_resolver_lookup_async: assertion `uri != NULL' failed Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007ffff5062e21 in g_logv (log_domain=0x7ffff52eeadf "GLib-GIO", log_level=G_LOG_LEVEL_CRITICAL, format=0x7ffff50e7d6c "%s: assertion `%s' failed", args=0x7fffffffd118) at gmessages.c:967 967 G_BREAKPOINT (); (gdb) bt
+ Trace 230989
(In reply to comment #1) > Do you have adblock enabled? Here it just tries to load it, apparently forever. I don't think I have adblock enabled, never really configured anything at all. But yeah, this is precisely what I am seeing too: nothing happens at all.
(In reply to comment #4) > (In reply to comment #1) > > Do you have adblock enabled? Here it just tries to load it, apparently forever. > > I don't think I have adblock enabled, never really configured anything at all. > But yeah, this is precisely what I am seeing too: nothing happens at all. My question was whether *nothing* happens (blank page, no load) or if a load starts but never finishes (blank page, but you get the spinner in the tab going forever). I get the latter here.
Yes, I do get the spinner but nothing loads, even though I actually have something listening on the port, and firefox handles the url just fine.
So this seems to basically be libsoup dropping the ball with ipv6 here, reassigning to Dan.
oops. fixed in master