On my laptop with Pd-0.43.1-1 in debian wheezy I get a segfault when using soundfiler with openpanel like in the simple example attached. Same happens if I send the file directly with a message [ read -resize my_file.wav file0 ( I tried removing -resize and with other files and get the same problem. This doesn't happen on another machine with exactly the same version.. any ideas?
Run with -d 3 apart from all the mouse messages and the Pd watchdog I only get
segmentation fault
And doing a backtrace with gdb (not sure how useful really):
#0 0x081097c9 in open_soundfile_via_fd () #1 0x08109cf2 in ?? () #2 0x080b2131 in pd_typedmess () #3 0x080b3fdf in outlet_anything () #4 0x080b1fad in pd_typedmess () #5 0x080bc861 in binbuf_eval () #6 0x08066ffa in ?? () #7 0x0809589d in canvas_doclick () #8 0x08096427 in canvas_mouse () #9 0x080b225a in pd_typedmess () #10 0x080b1fad in pd_typedmess () #11 0x080bc861 in binbuf_eval () #12 0x080c517f in socketreceiver_read () #13 0x080c425b in ?? () #14 0x080c0b55 in m_mainloop () #15 0x0805b2eb in main ()
Anyone experiencing this. Any idea on how to debug it? Lorenzo.
On 01/27/12 18:44, Lorenzo Sutton wrote:
On my laptop with Pd-0.43.1-1 in debian wheezy I get a segfault when using soundfiler with openpanel like in the simple example attached. Same happens if I send the file directly with a message [ read -resize my_file.wav file0 ( I tried removing -resize and with other files and get the same problem. This doesn't happen on another machine with exactly the same version.. any ideas?
no not at all.
please create a debian bugreport with $ reportbug puredata
mfgasr IOhannes
On 27/01/2012 20:36, IOhannes m zmölnig wrote:
On 01/27/12 18:44, Lorenzo Sutton wrote:
On my laptop with Pd-0.43.1-1 in debian wheezy I get a segfault when using soundfiler with openpanel like in the simple example attached. Same happens if I send the file directly with a message [ read -resize my_file.wav file0 ( I tried removing -resize and with other files and get the same problem. This doesn't happen on another machine with exactly the same version.. any ideas?
no not at all.
please create a debian bugreport with $ reportbug puredata
Well before reporting a bug I would like to make sure this isn't a 'local' issue. Anyway I'll sure do.
thanks.
mfgasr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 01/28/12 08:44, Lorenzo Sutton wrote:
Well before reporting a bug I would like to make sure this isn't a 'local' issue. Anyway I'll sure do.
thanks. if it really is a local bug, we can always close it :-)
fgmadr IOhannes
Il 28/01/2012 20:22, IOhannes m zmölnig ha scritto:
On 01/28/12 08:44, Lorenzo Sutton wrote:
Well before reporting a bug I would like to make sure this isn't a 'local' issue. Anyway I'll sure do.
Hi, same issue here (with Wheezy and Pd 0.43.1-1).
On 30/01/12 09:47, Nicola Pandini wrote:
Il 28/01/2012 20:22, IOhannes m zmölnig ha scritto:
On 01/28/12 08:44, Lorenzo Sutton wrote:
Well before reporting a bug I would like to make sure this isn't a 'local' issue. Anyway I'll sure do.
Hi, same issue here (with Wheezy and Pd 0.43.1-1).
Well. I guess I can file a bug report (as soon as I'm back to that machine).
Lorenzo.
On 30/01/12 11:31, Lorenzo Sutton wrote:
On 30/01/12 09:47, Nicola Pandini wrote:
Il 28/01/2012 20:22, IOhannes m zmölnig ha scritto:
On 01/28/12 08:44, Lorenzo Sutton wrote:
Well before reporting a bug I would like to make sure this isn't a 'local' issue. Anyway I'll sure do.
Hi, same issue here (with Wheezy and Pd 0.43.1-1).
Well. I guess I can file a bug report (as soon as I'm back to that machine).
This is moste definitely confirmed. Now it also appears on the machine which seemed to work after a dist-upgrade. An interesting thing I discovered is that it only seems to affect WAV files and not AIFF ones.
Anyway I've reported it as bug #658074 [1]
Lorenzo.