GNOME Bugzilla – Bug 608743
Crash in g_hostname_to_ascii visiting certain website in epiphany
Last modified: 2010-02-14 20:58:16 UTC
Epiphany crashes visiting the following website: Visiting the following page crashes epiphany http://www.trusteer.com/list-context/publications/address-bar-spoofing-attacks-against-microsoft-internet-explorer-6 In the backtrace, note that the www.foo�bar.com has a non-printable or broken UTF-8 character. (I'm not quite sure which). Here is a better backtrace: Program received signal SIGSEGV, Segmentation fault. 0x019e4801 in IA__g_hostname_to_ascii (hostname=0x85ba9e8 "www.foo�bar.com") at /build/buildd/glib2.0-2.23.2/glib/ghostutils.c:402 402 /build/buildd/glib2.0-2.23.2/glib/ghostutils.c: No such file or directory. in /build/buildd/glib2.0-2.23.2/glib/ghostutils.c (gdb) bt
+ Trace 220370
(gdb) print (char[])hostname[0] $9 = "w" (gdb) print (char[])hostname[1] $10 = "w" (gdb) print (char[])hostname[2] $11 = "w" (gdb) print (char[])hostname[3] $12 = "." (gdb) print (char[])hostname[4] $13 = "f" (gdb) print (char[])hostname[5] $14 = "o" (gdb) print (char[])hostname[6] $15 = "o" (gdb) print (char[])hostname[7] $16 = <incomplete sequence \357> (gdb) print (char[])hostname[8] $17 = "\277" (gdb) print (char[])hostname[9] $18 = "\275" (gdb) print (char[])hostname[10] $19 = "b" (gdb) print (char[])hostname[11] $20 = "a" (gdb) print (char[])hostname[12] $21 = "r"
fixed in git
Thanks!
*** Bug 609938 has been marked as a duplicate of this bug. ***