Comment 11 for bug 443426

Revision history for this message
Kamil Páral (kamil.paral) wrote :

$ pdb ./lrcShow-X.py
> /home/ripper/programy/lrcShow-X/lrcShow-X.py(28)<module>()
-> import os,sys,gettext,pickle,ConfigParser,commands
(Pdb) r
Error: lrcShow-X allows only one instance
--Return--
> /home/ripper/programy/lrcShow-X/lrcShow-X.py(102)<module>()->None
-> sys.exit()
(Pdb)

After I have modified the source code to disable the single instance check:

$ pdb ./lrcShow-X.py
> /home/ripper/programy/lrcShow-X/lrcShow-X.py(28)<module>()
-> import os,sys,gettext,pickle,ConfigParser,commands
(Pdb) r
Player 'amarok' is not running.
Player 'audacious' is not running.
exaile instance has no attribute 'version'
Player 'qmmp' is not running.
Player 'quodlibet' is not running.
Player 'vlc' is not running.
Player 'juk' is not running.
QThread: Destroyed while thread is still running
Segmentation fault
$

Maybe I am missing some debug libraries or something?