[Bug 537885] Re: gtg crashed with RuntimeError in module()

2012-02-13 Thread Izidor Matušov
** Changed in: gtg
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/537885

Title:
  gtg crashed with RuntimeError in module()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtg/+bug/537885/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2011-08-09 Thread Lionel Dricot
** Changed in: gtg
Milestone: 0.3 = 0.2.9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/537885

Title:
  gtg crashed with RuntimeError in module()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtg/+bug/537885/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-16 Thread David Murphy
Encountered on an up-to-date installation of Lucid with package version
0.2.4-1.

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-16 Thread Apport retracing service
** Tags added: bugpattern-needed

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-16 Thread Yura Tolstik
https://bugs.launchpad.net/ubuntu/+source/gtg/+bug/564883

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-14 Thread innervision
Can confirm GTG goes on working even after the crash report. I'm on
Lucid beta 2.

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-14 Thread Flemming Christensen (laoshi)
lucid beta2 - gtg works ok but crash report recurrent

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-14 Thread Luca Falavigna
http://bazaar.launchpad.net/~gtg/gtg/trunk/revision/714

** Changed in: gtg
   Status: Confirmed = Fix Committed

** Changed in: gtg
 Assignee: (unassigned) = Luca Falavigna (dktrkranz)

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gtg - 0.2.4-1ubuntu1

---
gtg (0.2.4-1ubuntu1) lucid; urgency=low

  * debian/patches/test_executable.patch:
- Do not launch program to see if it is available, check if it is
  installed and has executable bit enable instead (LP: #537885).
 -- Luca Falavigna dktrkr...@ubuntu.com   Thu, 15 Apr 2010 00:11:07 +0200

** Changed in: gtg (Ubuntu)
   Status: Confirmed = Fix Released

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-14 Thread Luca Falavigna
** Branch unlinked: lp:~khaeru/gtg/bugfix-lp-537885

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gtg

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-13 Thread Morgan Collett
The problem is happening in GTG/tools/openurl.py where it forks a
process to check if xdg-open or exo-open are available on the system.

If I make the following change, the crash is prevented (but we lose the
ability to detect these programs - so only works on a gnome desktop):

--- openurl.py.old  2010-04-13 11:18:30.0 +0200
+++ openurl.py  2010-04-13 11:18:59.0 +0200
@@ -56,8 +56,8 @@
 def _spawn_quiet(*args):
 return _spawn_executable(True, False, *args)
 
-_has_xdg = _test_executable('xdg-open', '--help')
-_has_exo = _test_executable('exo-open', '--help')
+_has_xdg = False
+_has_exo = False
 
 def openurl(url):
 if _has_xdg: # freedesktop is the best choice :p

I don't know how to fix it (don't have time to experiment further) but
this seems to be where the problem lies.

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-13 Thread Jerry mcdermand
using lucid beta 2, get the crash report, but keeps working as reported
above

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-11 Thread Paul Kishimoto
The issue Alberto links was apparently solved in 2.6.5, but I'm running
that and also experiencing the error.

$ apt-cache policy python
python:
  Installed: 2.6.5-0ubuntu1
  Candidate: 2.6.5-0ubuntu1
  Version table:
 *** 2.6.5-0ubuntu1 0
500 http://mirror.csclub.uwaterloo.ca/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

I also found http://bugs.python.org/issue6380 and pushed a branch that
seems to fix the issue. Testing appreciated.

** Branch linked: lp:~khaeru/gtg/bugfix-lp-537885

** Bug watch added: Python Roundup #6380
   http://bugs.python.org/issue6380

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-11 Thread Luca Falavigna
** Also affects: gtg
   Importance: Undecided
   Status: New

** Changed in: gtg
   Importance: Undecided = High

** Changed in: gtg
   Status: New = Confirmed

** Changed in: gtg
Milestone: None = 0.3

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-04-04 Thread Avinandan/অভিনন্দন
I am using Lucid Beta one and still this problem is happening :\

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-03-31 Thread rdubz
Same here as well, just installed, and ran first time.  Got the crash
advisory, but program continues to run.  Just restarted after apt-get
upgrade as well.

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-03-27 Thread ccc_Avalon
as above .  I get the crash notification, but gtg continues to run.

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-03-26 Thread Daniel Dolinov
While it seems to happen to me as well, it does not seem to be actually
crashing any more.  I get the crash notification, but gtg continues to
run.

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-03-22 Thread Chris Johnston
** Changed in: gtg (Ubuntu)
   Importance: Undecided = Medium

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-03-16 Thread Daniel Holbach
Happens to me too.

** Visibility changed to: Public

** Changed in: gtg (Ubuntu)
   Status: New = Confirmed

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537885] Re: gtg crashed with RuntimeError in module()

2010-03-16 Thread Alberto Milone
It could be this python bug:
http://bugs.python.org/issue7242

** Bug watch added: Python Roundup #7242
   http://bugs.python.org/issue7242

-- 
gtg crashed with RuntimeError in module()
https://bugs.launchpad.net/bugs/537885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs