-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-06-14 19:43, Matteo Sisti Sette wrote:
On 06/14/2011 06:59 PM, Matteo Sisti Sette wrote:
I've recently upgraded ubuntu 10.04 to 10.10, and I had to uninstall pd-extended and reinstalled the new package for 10.04. After that, pix_film crashes when I try to open many video files that I used to be able to open without issues.
Ok it turns out it is libquicktime which is broken (thanks IOHannes for pointing that out).
Unfortunately the latest version from CVS is equally broken.
since libquicktime (1.2.2) is fine here on debian. the problem might come from something else, e.g. some 3rd party library lqt is using.
you should run a a test in gdb and do a backtrace:
$ gdb --args lqtplay /path/to/broken/file (gdb) run Segmentation faul (gdb) bt
<snip> ... </snip> (gdb)
and post everything between <snip> and </snip>. preferrably (also) to some quicktime-related bugtracker (or ubuntu's)
fgmadr IOhannes