openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #01370
[Bug 459051] Re: Segfault when importing multiple images
@Francesco
I had the same problem with pystack. I just discovered from this thread it is broken:
http://www.mail-archive.com/python-list@xxxxxxxxxx/msg259881.html
I haven't tried the fix yet. Please let me know if you try.
Your stack (bt) looks really short. Don't you get several lines? Something like this (for a different segfault):
(gdb) bt
#0 0x03b30000 in ?? () from /usr/lib/libSDL-1.2.so.0
#1 0x03aeda2f in ?? () from /usr/lib/libSDL-1.2.so.0
#2 0x03aebaa0 in SDL_DisplayYUVOverlay () from /usr/lib/libSDL-1.2.so.0
#3 0x00fb63c4 in ?? () from /usr/lib/mlt/libmltsdl.so
#4 0x00c2b80e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0x004c17ee in clone () from /lib/tls/i686/cmov/libc.so.6
I also haven't yet worked out if it is possible to get debug symbols for
libSDL without recompiling it. There seems to be no -dbg package. A
shame because it would help to get MLT fixed.
Cheers,
Z.
--
Segfault when importing multiple images
https://bugs.launchpad.net/bugs/459051
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:
Importing multiple images causes a segmentation fault.
To reproduce:
File -> Import
Select several images (holding down ctrl) or a range (hold down shift).
Click Add.
$ openshot
Added /usr/share/openshot to system path
--------------------------------
OpenShot (version 0.9.52)
--------------------------------
/usr/share/openshot/windows/SimpleGladeApp.py:340: GtkWarning: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed
return gtk.glade.XML(self.glade_path, root, domain)
A new frmMain has been created
on_tlbImportFiles_clicked called with self.tlbImportFiles
Segmentation fault
openshot 0.9.52
openshot-x264 0.67.1173-1
openshot-mlt 0.4.3-1
openshot-ffmpeg git-2623d8f-1
openshot-frei0r 1.1.22-1
Ubuntu 9.04 32-bit
References