[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-12-10 Thread Launchpad Bug Tracker
This bug was fixed in the package gurlchecker - 0.11-2ubuntu0.1 --- gurlchecker (0.11-2ubuntu0.1) karmic-proposed; urgency=low * debian/patches/03_gtk_segfault.diff: Added. (LP: #400839) - got patch from upstream -- Imre GergelySat, 07 Nov 2009 19:07:10 +0200 ** Changed in

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-12-09 Thread Scott Kitterman
** Tags added: verification-done ** Tags removed: verification-needed -- newest gurlchecker segfaults on Karmic https://bugs.launchpad.net/bugs/400839 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-12-09 Thread Morten Kjeldgaard
Ah. My bad, I thought I had -proposed activated, but apparently it wasn't. So, the buggy behaviour of the default karmic version was verified :-) The "proposed" version of gurlchecker still has the partly french menu titles, but the application seems to accept an URL and it runs the checks it's s

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-12-09 Thread Morten Kjeldgaard
The application has mixed language menus. "File" is "Fichier" and "Help" is "Aide". Tried to put in an URL, which made the application crash. That's it as far as I'm concerned, doesn't seem to run properly under karmic on amd64. -- newest gurlchecker segfaults on Karmic https://bugs.launchpad.net

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gurlchecker ** Branch linked: lp:ubuntu/karmic-proposed/gurlchecker -- newest gurlchecker segfaults on Karmic https://bugs.launchpad.net/bugs/400839 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-07 Thread Scott Kitterman
Accepted into karmic-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: gurlchecker (Ubuntu Karmic)

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-07 Thread Launchpad Bug Tracker
This bug was fixed in the package gurlchecker - 0.11-2ubuntu1 --- gurlchecker (0.11-2ubuntu1) lucid; urgency=low * debian/patches/03_gtk_segfault.diff: Added. (LP: #400839) - got patch from upstream -- Imre GergelySat, 07 Nov 2009 19:07:10 +0200 ** Changed in: gurlchecker

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-07 Thread Scott Kitterman
** Changed in: gurlchecker (Ubuntu Karmic) Milestone: None => karmic-updates -- newest gurlchecker segfaults on Karmic https://bugs.launchpad.net/bugs/400839 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-07 Thread John Dong
Consider this a preliminary ACK from MOTU-SRU for a karmic-proposed backport of the patch above. ** Also affects: gurlchecker (Ubuntu Karmic) Importance: Undecided Status: New -- newest gurlchecker segfaults on Karmic https://bugs.launchpad.net/bugs/400839 You received this bug notific

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-07 Thread Imre Gergely
I've tested it and it seems to work ok. Also, thanks hyperqbe for your work on this, I just thought I better notify upstream too about this problem, and he quickly sent me a patch which he also applied in stable and CVS branches, so I included this here. Attached debdiff for Lucid. ** Attachmen

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-07 Thread Imre Gergely
I've checked with upstream and he sent me his patch for this problem. Attached. I've also built a package with this patch, it's in the clamav PPA (https://launchpad.net/~ubuntu-clamav/+archive/ppa), please test it and give some feedback here. Please see this wiki page on how to install packages f

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-06 Thread hyperqbe
Perhaps I should explain the patch. The problem was that g_strstrip() was being called on the result of gtk_entry_get_text() for the username and password fields. Normally this might not be a problem, but when a GtkEntry has not been modified, gtk_entry_get_text() will return "". That is, the *co

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-06 Thread hyperqbe
Working on a patch now. A simple workaround is to open the Authentication part of the dialog, type a letter and backspace it in both the Login and Password fields. Then connecting to a URL won't crash. ** Changed in: gurlchecker (Ubuntu) Assignee: (unassigned) => hyperqbe (hyperqbe) ** Chan

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-04 Thread Scott Kitterman
** Changed in: gurlchecker (Ubuntu) Status: New => Confirmed ** Changed in: gurlchecker (Ubuntu) Importance: Undecided => High -- newest gurlchecker segfaults on Karmic https://bugs.launchpad.net/bugs/400839 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 400839] Re: newest gurlchecker segfaults on Karmic

2009-11-04 Thread Arthur Lutz
I have the same bug with no special remote X server... the last "readable" thing strace says before crashing is : access("/home/arthur/.gurlchecker/projects.xml", F_OK) = -1 ENOENT (No such file or directory) which is weird because there is a /home/user/.gurlchecker/projects directory... --