[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser - 10.0.648.205~r81283-0ubuntu1 --- chromium-browser (10.0.648.205~r81283-0ubuntu1) natty; urgency=high * New upstream minor release from the Stable Channel (LP: #762275) This release fixes the following security issues: -

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-14 Thread Launchpad Bug Tracker
** Branch linked: lp:chromium-browser -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759635 Title: apport ERROR: hook /usr/share/apport/package-hooks//chromium- browser.py crashed -- ubuntu-bugs

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-14 Thread Fabien Tassin
** Changed in: chromium-browser (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759635 Title: apport ERROR: hook /usr/share/apport/package-hooks//chromium-

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~chromium-team/chromium-browser/chromium- browser.stable -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759635 Title: apport ERROR: hook

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-14 Thread Fabien Tassin
oh, i see what it's about now. when run from within apport, the hooks receive user_dir which is an apport.ui.HookUI instance. I'll fix that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759635

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
** Summary changed: - ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed + apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread Fabien Tassin
d'oh! do you even have a chromium profile? === user_dir = userdir if userdir is not None else get_user_profile_dir(report) def get_user_profile_dir(report): dir = HOME + /.config/chromium/Default return dir === ** Changed in: chromium-browser (Ubuntu) Importance: Undecided = Medium

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
I don't understand your question. It's not that I can't use chromium, the error message happens when I try to report a bug about chromium. But for the record, I logged in as another user, deleted my ~/.config/chromium folder, started up chromium once, closed it, then did ubuntu-bug

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread Fabien Tassin
sorry but i still don't understand. do you mean that you both started chromium and ubuntu-bug as the same user and it failed? if so, please check that $HOME is what you expect it to be and that $HOME/.config/chromium/Default really exists (and is readable by that user) I can easily prevent the

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
Yes, no problems with my chromium profile. As I said, I logged in as a different user (to make sure it was not only a problem with my user profile), deleted the chromium profile (to rule out any corruption), started up chromium, closed it again, checked if a new chromium profile was created

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
bug 660579 (should be a link now) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759635 Title: apport ERROR: hook /usr/share/apport/package-hooks//chromium- browser.py crashed -- ubuntu-bugs

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread Fabien Tassin
bug 660579 was different (a missing section in the prefs file), i fixed it. Yours means the python hooks are unable to even locate your profile. Could you please try this in a shell: python /usr/share/apport/package-hooks/chromium-browser.py (it should help see if the bug is in the hooks or

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
user@computer:~$ python /usr/share/apport/package-hooks/chromium-browser.py Traceback (most recent call last): File /usr/share/apport/package-hooks/chromium-browser.py, line 269, in module print '[%s]\n%s\n' % (key, report[key]) File /usr/lib/python2.7/codecs.py, line 351, in write

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
Above I replaced my name with user and my computername with computer for privacy reasons. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759635 Title: apport ERROR: hook

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread Fabien Tassin
ok, that UnicodeDecodeError is unrelated, and should not happen within apport or when redirecting the script stdout to a file. Could you please try that? I'm really inclined to think the error is elsewhere... -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
user@computer:~$ python /usr/share/apport/package-hooks/chromium-browser.py 1.txt Traceback (most recent call last): File /usr/share/apport/package-hooks/chromium-browser.py, line 269, in module print '[%s]\n%s\n' % (key, report[key]) File /usr/lib/python2.7/codecs.py, line 351, in

[Bug 759635] Re: apport ERROR: hook /usr/share/apport/package-hooks//chromium-browser.py crashed

2011-04-13 Thread joopbraak
user@computer:~$ python /usr/share/apport/package-hooks/chromium-browser.py 2 2.txt user@computer:~$ cat 2.txt Traceback (most recent call last): File /usr/share/apport/package-hooks/chromium-browser.py, line 269, in module print '[%s]\n%s\n' % (key, report[key]) File