Hi,
I've got a weird crash on a debian box core2duo which i installed with etch 2 weeks ago, PD-E 0.39-3 stable.
Videos encoded in jpeg are triggered via midi. They randomly crash pd, the only message I get to the console before it segfaults is:
Improper call to JPEG library in state 206
Anybody ever seen that?
It looks like the bug doesnt appear when videos are opened via the openpanel msg.
I've uploaded one of the culprit movie files and the patch there: http://www.manga-burgah.net/downloads/puredata/state206/
++ O.
Olivier Heinry wrote:
Hi,
I've got a weird crash on a debian box core2duo which i installed with etch 2 weeks ago, PD-E 0.39-3 stable.
Videos encoded in jpeg are triggered via midi. They randomly crash pd, the only message I get to the console before it segfaults is:
Improper call to JPEG library in state 206
Anybody ever seen that?
could you try running pd in a debugger and give a backtrace once it crashed?
$> gdb pd % run [start your patch; run it till it crashes] [...] % bt .. .. ..
mfga. IOhannes
Le Mon, 21 Jan 2008 13:36:37 +0100, IOhannes m zmoelnig zmoelnig@iem.at a écrit :
Olivier Heinry wrote:
Hi,
I've got a weird crash on a debian box core2duo which i installed with etch 2 weeks ago, PD-E 0.39-3 stable.
Videos encoded in jpeg are triggered via midi. They randomly crash pd, the only message I get to the console before it segfaults is:
Improper call to JPEG library in state 206
Anybody ever seen that?
could you try running pd in a debugger and give a backtrace once it crashed?
just got you message , i uploade a ltrace in the meanwhile in the same folder as mentioned previously.
$> gdb pd % run [start your patch; run it till it crashes] [...] % bt .. .. ..
mfga. IOhannes