Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3131] Csound 4.24.1 segfault

Date2003-10-14 11:21
FromYury Aliaev
Subject[CSOUND-DEV:3131] Csound 4.24.1 segfault
Attachmentsmarimba.orc  marimba1.sco  
Hi!

I tried to process the attached files with Csound 4.24.1 and got 
segfault. My previous version, 4.16 processed these files correctly. 
Slightly modifying the sources I managed to obtain the core file. 
Gdb'ing this core I obtained the following:

gdb -c core csound
GNU gdb ALT Linux (5.2.1-alt2)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-alt-linux"...
Core was generated by `./csound -o test.wav -W marimba.orc marimba1.sco'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libcsound32.so...done.
Loaded symbols for /usr/lib/libcsound32.so
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.6
Reading symbols from /usr/lib/libasound.so.2...done.
Loaded symbols for /usr/lib/libasound.so.2
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libpthread.so.0...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0x4006fabc in icgoto () from /usr/lib/libcsound32.so
(gdb) bt
#0  0x4006fabc in icgoto () from /usr/lib/libcsound32.so
#1  0x40177484 in ca_gain () from /usr/lib/libcsound32.so
#2  0x08077978 in ?? ()

Any suggestions? System ALT Linux Junior 2.2, 2.4.20 kernel, 2.2.6 
glibc, 3.2.1 gcc.

WBR,
Yury Aliaev.

Date2003-10-14 13:38
FromJohn ffitch
Subject[CSOUND-DEV:3132] Re: Csound 4.24.1 segfault
Does it break on 4.23f0x ?