elisa sits there doing nothing

Bug #233763 reported by Thomas Vander Stichele
2
Affects Status Importance Assigned to Milestone
Moovida
Won't Fix
Undecided
Florian Boucault

Bug Description

After #1202, I removed my .elisa dir and ran elisa again.

It sits there doing nothing no output. After 15 sec, I check what processes are running.

thomas 10203 0.6 1.8 19636 9312 pts/5 S+ 23:37 0:00 /usr/bin/python /home/thomas/prefix/bin/elisa
thomas 10204 0.6 3.2 35496 16804 pts/5 S+ 23:37 0:00 /usr/bin/python /home/thomas/prefix/bin/elisa --benchmark
thomas 10248 0.0 0.1 4004 712 pts/6 S+ 23:38 0:00 grep elisa

so it runs some kind of benchmark ? But not doing it very well. It's been sitting there for 2 mins without any feedback, killing it.

Revision history for this message
Thomas Vander Stichele (thomas-fluendo) wrote :

running it with DEBUG level 5:
[thomas@davedina ~]$ ELISA_DEBUG=5 DISPLAY=:0.0 elisa
DEBUG [10252] log Apr 18 23:39:09 ELISA_DEBUG set to *:2,5 (elisa/core/common.py:82)
DEBUG MainThread log Apr 18 23:39:09 Integrating twisted logger (elisa/core/common.py:83)
LOG MainThread twisted Apr 18 23:39:09 [-] Log opened.
 (elisa/core/common.py:83)
LOG MainThread twisted Apr 18 23:39:09 [-] spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.
 (twisted/internet/process.py:273)

That seems pretty obvious to me.

Revision history for this message
Thomas Vander Stichele (thomas-fluendo) wrote :
Download full text (3.5 KiB)

[thomas@davedina ~]$ ELISA_DEBUG=5 DISPLAY=:0.0 elisa --benchmarkDEBUG [10296] log Apr 18 23:43:38 ELISA_DEBUG set to *:2,5 (elisa/core/common.py:82)
DEBUG MainThread log Apr 18 23:43:38 Integrating twisted logger (elisa/core/common.py:83)
LOG MainThread twisted Apr 18 23:43:38 [-] Log opened.
 (elisa/core/common.py:83)

(elisa:10297): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstrtppayloads.so': /usr/lib/gstreamer-0.10/libgstrtppayloads.so: undefined symbol: gst_rtp_g729_pay_plugin_init

(elisa:10297): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstschro.so': /usr/lib/libschroedinger-0.9.so.0: undefined symbol: oil_function_class_ptr_sad8x8_8xn_u8
Could not import Benchmark. Maybe your pigment is too old?
LOG MainThread logobserver Apr 18 23:43:38 Failure <twisted.python.failure.Failure <type 'exceptions.SystemExit'>> (twisted/internet/base.py:563)
WARN MainThread twisted Apr 18 23:43:38 A twisted traceback occurred. (twisted/internet/base.py:563)

Twisted traceback:
Traceback (most recent call last):
  File "/home/thomas/prefix/bin/elisa", line 23, in <module>
    elisa_boot.run()
  File "/home/thomas/prefix/lib/python2.5/site-packages/elisa-0.3.5-py2.5.egg/elisa/core/elisa_boot.py", line 119, in run
    reactor.run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 175, in run
    self.__run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 216, in simulate
    self.runUntilCurrent()
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 561, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/home/thomas/prefix/lib/python2.5/site-packages/elisa-0.3.5-py2.5.egg/elisa/core/utils/benchmark.py", line 91, in run_benchmark
    return callback()
exceptions.SystemExit:

DEBUG MainThread twisted Apr 18 23:43:38 [-] Traceback (most recent call last):
          File "/home/thomas/prefix/bin/elisa", line 23, in <module>
            elisa_boot.run()
          File "/home/thomas/prefix/lib/python2.5/site-packages/elisa-0.3.5-py2.5.egg/elisa/core/elisa_boot.py", line 119, in run
            reactor.run()
          File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 175, in run
            self.__run()
          File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 216, in simulate
            self.runUntilCurrent()
        --- <exception caught here> ---
          File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 561, in runUntilCurrent
            call.func(*call.args, **call.kw)
          File "/home/thomas/prefix/lib/python2.5/site-packages/elisa-0.3.5-py2.5.egg/elisa/core/utils/benchmark.py", line 91, in run_benchmark
            return callback()
        exceptions.SystemExit:

 (twisted/internet/base.py:563)

This is annoying on a number of levels.

 * first of all, it is easy to check the pigment version and t...

Read more...

Revision history for this message
Olivier Tilloy (osomon) wrote :

The benchmark has never been ported to 0.5.

Changed in elisa:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.