FS#47633 - [synfigstudio] crashes when pausing playback
Attached to Project:
Community Packages
Opened by Mátyás Jani (jzombi) - Tuesday, 05 January 2016, 11:18 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 06 January 2016, 12:40 GMT
Opened by Mátyás Jani (jzombi) - Tuesday, 05 January 2016, 11:18 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 06 January 2016, 12:40 GMT
|
Details
Description:
Synfig studio crashes (SIGSEV) when pausing playback. Additional info: * package version: 1.0.2-2 * stdout, stderr and gdb backtrack are attached Steps to reproduce: Start synfigstudio, press the playback button. Pressing the playback (now pause) button again (or waiting until the playback ends) crashes the application. |
This task depends upon
synfig_stderr
There are some error messages at startup:
synfig studio -- starting up application...
mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsdl.so
(libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory)
mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltopengl.so
(libmovit.so.3: cannot open shared object file: No such file or directory)
Installing the sdl_image package solves the SIGSEV problem and removes the first error message.
Installing the movit package removes the second error message.
Can you try reproducing the SIGSEV after removing the sdl_image package? If it doesn't work then maybe sdl_image should be a dependency for synfigstudio.