[Bug 514484] Re: Crash visiting specific website

2010-09-15 Thread Bug Watch Updater
** Changed in: glib Status: Unknown = Fix Released ** Changed in: glib Importance: Unknown = Medium -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 514484] Re: Crash visiting specific website

2010-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/glib2.0 -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 514484] Re: Crash visiting specific website

2010-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.23.3-0ubuntu1 --- glib2.0 (2.23.3-0ubuntu1) lucid; urgency=low * New upstream version: - GLib now has a facility for locks that consume only one bit of storage inside an integer: g_bit_lock - GVariant: The serializer has

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Sebastien Bacher
Thank you for your bug report. The issue is an upstream one and it would be nice if somebody having it could send the bug the to the people writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME) ** Changed in: glib2.0 (Ubuntu) Importance: Undecided = Low -- Crash visiting

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Sebastien Bacher
crashing in a glib function doesn't mean that the issue is a glib bug, it could be the caller passing uncorrect values to it -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
Well, noting that the function has a single argument, and that doesn't cause any access errors when printing it, I would imagine the glib implementation is the issue. #0 0x019e4801 in IA__g_hostname_to_ascii ( hostname=0x8b263e0 www.foo�bar.com -- Crash visiting specific website

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
Well, noting that the function has a single argument, and that doesn't cause any access errors when printing it, I would imagine the glib implementation is the issue. #0 0x019e4801 in IA__g_hostname_to_ascii ( hostname=0x8b263e0 www.foo�bar.com ** Bug watch added: GNOME Bug Tracker #608743

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Pedro Villavicencio
** Changed in: glib2.0 (Ubuntu) Status: New = Triaged -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in ubuntu. -- desktop-bugs mailing list

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
This is now fixed in glib git: commit 27a080537efdb8660c62445427b53fc29735f304 Author: Dan Winship d...@gnome.org Date: Mon Feb 1 18:11:43 2010 -0500 ghostutils: Fix a crash and add some tests https://bugzilla.gnome.org/show_bug.cgi?id=608743 -- Crash visiting specific website

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Pedro Villavicencio
Marking it as fix committed then, thanks all. ** Changed in: glib2.0 (Ubuntu) Status: Triaged = Fix Committed ** Changed in: glib2.0 (Ubuntu) Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs) -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Backtrace is as follows.. not complete, I know, but I think it shows enough relevant details to be useful: 0x019e4801 in IA__g_hostname_to_ascii (hostname=0x8b263e0 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:

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Notice, that the www.foo�bar.com has a non-printable UTF-8 character. 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

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
(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

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Funny this.. and I found the above website when looking at a concern I had regarding UTF-8 DNS, and phishing attacks. It occurred to me that UTF-8 control codes, or other non-ASCII letters could be embedded in a domain, giving a domain which is representable in emails (such as a paypal.com

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Anyhow.. looks like the crash bug is in glib, will add to the bug ** Package changed: epiphany-browser (Ubuntu) = glib2.0 (Ubuntu) -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Off-topic, I know, but does anyone know if the DNS registries reject stuff like this? ​https://www.pay​pal.com There is a zero-width space character inbetween pay and pal Epiphany doesn't appear to strip it, you just get a not found error: Problem occurred while loading the URL