[GEM-dev] [ pd-gem-Bugs-3336856 ] pix_film crashes with Apple Animation (runlength) videos

SourceForge.net noreply at sourceforge.net
Mon Jun 27 12:09:02 CEST 2011


Bugs item #3336856, was opened at 2011-06-27 11:28
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3336856&group_id=64325

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crashes with Apple Animation (runlength) videos

Initial Comment:
pix_film crashes when loading png-encoded videos.
I encoded them with ffmpeg using -vcodec png.

I don't know which backend is being used for decoding the video files (how can I find out?) but lqtplay plays the same files without crashing (and Gem is linked against the same libquicktime as lqtplayed, at least that's what ldd says).

----------------------------------------------------------------------

>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-06-27 12:09

Message:
could you please provide a (short) movie that triggers the problem?

also, please provide a backtrace of the crash,

----------------------------------------------------------------------

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-06-27 12:09

Message:
could you provide a backtrace of the crash?

on linux/osx/similar you can use gdb for producing one:
$ gdb -args /path/to/pd -nrt -stderr -lib Gem -open /my/faulty/patch.pd
[...]
(gdb) run
[... do something to trigger the crasher bug ...]
(gdb) backtrace
[...]

----------------------------------------------------------------------

Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-27 11:36

Message:
Sorry It's NOT PNG, it's Apple Animation codec (runlength). I was testing
several videos and I got confused.

I edited the summary but I can't seem to edit the description.

The rest of the description is correct: lqtplay does not crash, Pd does.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3336856&group_id=64325



More information about the GEM-dev mailing list