After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 492403 - testsuite hangs on ubuntu gutsy
testsuite hangs on ubuntu gutsy
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-01 16:39 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2008-05-06 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2007-11-01 16:39:21 UTC
The testsuite hangs on ubuntu gutsy (gstreamer 0.10.14, pygobject 2.14.0, python 2.5):

..............................................................Traceback (most recent call last):
  • File "./runtests.py", line 56 in <module>
    result = testRunner.run(suite)
  • File "/usr/lib/python2.5/unittest.py", line 705 in run
    test(result)
  • File "/usr/lib/python2.5/unittest.py", line 437 in __call__
    return self.run(*args, **kwds)
  • File "/usr/lib/python2.5/unittest.py", line 433 in run
    test(result)
  • File "/usr/lib/python2.5/unittest.py", line 437 in __call__
    return self.run(*args, **kwds)
  • File "/usr/lib/python2.5/unittest.py", line 433 in run
    test(result)
  • File "/usr/lib/python2.5/unittest.py", line 437 in __call__
    return self.run(*args, **kwds)
  • File "/usr/lib/python2.5/unittest.py", line 433 in run
    test(result)
  • File "/usr/lib/python2.5/unittest.py", line 281 in __call__
    return self.run(*args, **kwds)
  • File "/usr/lib/python2.5/unittest.py", line 260 in run
    testMethod()
  • File "/home/jdahlin/devel/gst-python/testsuite/test_event.py", line 127 in testSeekCur
    self.playAndIter()
  • File "/home/jdahlin/devel/gst-python/testsuite/test_event.py", line 108 in playAndIter
    msg = self.bus.pop() KeyboardInterrupt

Comment 1 René Stadler 2007-11-10 11:02:22 UTC
I cannot reproduce this, neither with the gutsy host packages nor with gst from cvs.  Does it hang every time?
Comment 2 Johan (not receiving bugmail) Dahlin 2007-11-10 22:20:01 UTC
I'm using the host packages of gst, and cvs of gst-python and yes, it hangs everytime.
Comment 3 Sebastian Dröge (slomo) 2008-05-06 08:57:36 UTC
Can you still reproduce this with latest gstreamer releases?
Comment 4 Johan (not receiving bugmail) Dahlin 2008-05-06 13:15:00 UTC
No, I cannot reproduce this on hardy. Probably safe to close.