openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #05098
[Bug 653549] Re: Application randomly chashes
After instruction in the topic you send me:
arek@ubuntu-home:/usr/lib$ gdb python
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug/usr/bin/python2.6...done.
done.
(gdb) run openshot.py
Starting program: /usr/bin/python openshot.py
[Thread debugging using libthread_db enabled]
/usr/bin/python: can't open file 'openshot.py': [Errno 2] No such file or directory
Program exited with code 02.
So I found openshot.py in
./usr/share/pyshared/openshot/openshot.py
(gdb) /usr/lib/pymodules/python2.6/openshot/openshot.py
Undefined command: "". Try "help".
(gdb) run /usr/share/pyshared/openshot/openshot.py
Starting program: /usr/bin/python /usr/share/pyshared/openshot/openshot.py
[Thread debugging using libthread_db enabled]
Traceback (most recent call last):
File "/usr/share/pyshared/openshot/openshot.py", line 22, in <module>
from classes import info
ImportError: No module named classes
Program exited with code 01.
(gdb)
arek@ubuntu-home:/$ ls -l ./usr/share/pyshared/openshot/openshot.py
-rw-r--r-- 1 root root 2530 2010-09-19 21:59 ./usr/share/pyshared/openshot/openshot.py
arek@ubuntu-home:/$ ls -l ./usr/lib/pymodules/python2.6/openshot/openshot.py
lrwxrwxrwx 1 root root 40 2010-11-06 22:51 ./usr/lib/pymodules/python2.6/openshot/openshot.py -> /usr/share/pyshared/openshot/openshot.py
arek@ubuntu-home:/$ ls -l /usr/lib/*libmlt*
-rw-r--r-- 1 root root 120396 2010-04-22 03:44 /usr/lib/libmlt.so.0.5.4
-rw-r--r-- 1 root root 121140 2010-04-22 03:44 /usr/lib/libmlt++.so.0.5.4
lrwxrwxrwx 1 root root 15 2010-10-02 21:04 /usr/lib/libmlt.so.2 -> libmlt.so.0.5.4
lrwxrwxrwx 1 root root 26 2010-10-02 21:24 /usr/lib/libmlt++.so.2 -> /usr/lib/libmlt++.so.0.5.4
lrwxrwxrwx 1 root root 17 2010-10-02 21:04 /usr/lib/libmlt++.so.3 -> libmlt++.so.0.5.4
arek@ubuntu-home:/$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version
'2.6.5 (r265:79063, Apr 16 2010, 13:09:56) \n[GCC 4.4.3]'
>>> import mlt
>>> mlt.Profile()
<mlt.Profile; proxy of <Swig Object of type 'Mlt::Profile *' at 0x9169c28> >
>>> mlt.Factory()
<mlt.Factory; proxy of <Swig Object of type 'Mlt::Factory *' at 0x9190da8> >
>>> mlt.Factory().init()
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0x917bd58> >
arek@ubuntu-home:/$ dpkg -S _mlt.so
python-mlt2: /usr/lib/pyshared/python2.6/_mlt.so
python-mlt2: /usr/lib/python2.5/site-packages/_mlt.so
arek@ubuntu-home:/$ cd /usr/lib
arek@ubuntu-home:/usr/lib$ ls -la *mlt*
-rw-r--r-- 1 root root 120396 2010-04-22 03:44 libmlt.so.0.5.4
-rw-r--r-- 1 root root 121140 2010-04-22 03:44 libmlt++.so.0.5.4
lrwxrwxrwx 1 root root 15 2010-10-02 21:04 libmlt.so.2 -> libmlt.so.0.5.4
lrwxrwxrwx 1 root root 26 2010-10-02 21:24 libmlt++.so.2 -> /usr/lib/libmlt++.so.0.5.4
lrwxrwxrwx 1 root root 17 2010-10-02 21:04 libmlt++.so.3 -> libmlt++.so.0.5.4
mlt:
razem 872
drwxr-xr-x 2 root root 4096 2010-10-02 21:04 .
drwxr-xr-x 266 root root 118784 2010-11-16 19:41 ..
-rw-r--r-- 1 root root 63376 2010-04-22 03:44 libmltavformat.so
-rw-r--r-- 1 root root 96156 2010-04-22 03:44 libmltcore.so
-rw-r--r-- 1 root root 17764 2010-04-22 03:44 libmltdgraft.so
-rw-r--r-- 1 root root 22124 2010-04-22 03:44 libmltdv.so
-rw-r--r-- 1 root root 9524 2010-04-22 03:44 libmlteffectv.so
-rw-r--r-- 1 root root 22044 2010-04-22 03:44 libmltfrei0r.so
-rw-r--r-- 1 root root 34496 2010-04-22 03:44 libmltgtk2.so
-rw-r--r-- 1 root root 42584 2010-04-22 03:44 libmltjackrack.so
-rw-r--r-- 1 root root 21936 2010-04-22 03:44 libmltkdenlive.so
-rw-r--r-- 1 root root 96064 2010-04-22 03:44 libmltkino.so
-rw-r--r-- 1 root root 13788 2010-04-22 03:44 libmltmelt.so
-rw-r--r-- 1 root root 9572 2010-04-22 03:44 libmltnormalize.so
-rw-r--r-- 1 root root 21936 2010-04-22 03:44 libmltoldfilm.so
-rw-r--r-- 1 root root 21920 2010-04-22 03:44 libmltplus.so
-rw-r--r-- 1 root root 76072 2010-04-22 03:44 libmltqimage.so
-rw-r--r-- 1 root root 9552 2010-04-22 03:44 libmltresample.so
-rw-r--r-- 1 root root 38580 2010-04-22 03:44 libmltsdl.so
-rw-r--r-- 1 root root 9576 2010-04-22 03:44 libmltsox.so
-rw-r--r-- 1 root root 17880 2010-04-22 03:44 libmltvmfx.so
-rw-r--r-- 1 root root 9644 2010-04-22 03:44 libmltvorbis.so
-rw-r--r-- 1 root root 13716 2010-04-22 03:44 libmltxine.so
-rw-r--r-- 1 root root 42660 2010-04-22 03:44 libmltxml.so
--
Application randomly chashes
https://bugs.launchpad.net/bugs/653549
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
Here is last few lines from terminal where OpenHot was run:
on_tlbSnap_toggled called with self.GtkToggleToolButton
project modified: Klip przeniesiony
state saved
project saved! - zwiazek
on_mnuRemoveClip_activate clicked
project modified: Removed clip
state saved
project saved! - zwiazek
on_tlbPlay_clicked called with self.GtkToolButton
on_frmMain_destroy
Killed
My software:
Linux ubuntu-home 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 i686 GNU/Linux
References