| hello,
i've built 5.17.2 doubles from source on osx 10.7. using the old
parser** everything compiles without complaints, but i'm getting
segfaults when using a very large orchestra which includes a fair
amount of python code (encased in pyruni), long instruments and a
s**tload of strsets. the orchestra is a little too unwieldy for me to
post in a way that others could run it, but here is the code:
http://pastebin.com/iYG27cR0
i feel as though i am running into issues of orch length since
everything works fine until i add a few too many chars of python code.
below is the error message i get when i do:
Csound version 5.17 beta (double samples) Apr 6 2012
libsndfile-1.0.25
orchname: /tmp/orch.orc
Macro definition for omacro:NGEN=-1
Macro definition for omacro:NGEN=-1
orch compiler:
Macro definition for SPAT_HEADER
Macro definition for SPAT_SEND
Macro definition for SPAT_RECEIVE
6074 (6119) lines read
extending Floating pool to 512
extending Floating pool to 768
extending Floating pool to 1024
extending Floating pool to 1280
extending Floating pool to 1536
extending Floating pool to 1792
extending Floating pool to 2048
extending Floating pool to 2560
extending Floating pool to 3072
extending Floating pool to 3584
extending Floating pool to 4096
extending Floating pool to 4864
csound(80351) malloc: *** error for object 0x7fd8b2165608: incorrect
checksum for freed object - object was probably modified after being
freed.
*** set a breakpoint in malloc_error_break to debug
Csound tidy up: Abort trap
csound(80351) malloc: *** error for object 0x7fd8b2165608: incorrect
checksum for freed object - object was probably modified after being
freed.
*** set a breakpoint in malloc_error_break to debug
Csound tidy up: Abort trap
**with buildNewParser=1 i get a segfault with fairly simple macros
which are defined in includes. i'll try to work up a portable example
of that soon.
thanks in advance for any suggestions,
-- ben
|