Just a loose thought, do you use macros in your orchestras that run fine with 5.09 ? As you seem to have problems with UDOs, maybe there's an issue with macros as well. I can remember only one macro in PartikkelExplorer, and that is in the file "partikkel.sco", wher I use #define SCORELEN # 60000 # i105 0 $SCORELEN ; channel rewrites i301 0 $SCORELEN ; chorus i302 0 $SCORELEN ; reverb You could try just putting the number in the score lines like this: i302 0 60000 ; reverb Oeyvind 2008/11/14 victor : > This sounds quite serious. The only major change I am aware of > was an overhaul of data types, where sizes of ints (mainly) have > been redefined more strictly. Perhaps that has upset something. > > I have not noticed any problems myself, but I have not pushed > it too hard lately. > > Regards > > Victor > > > ----- Original Message ----- From: "Hector Centeno" > To: > Sent: Friday, November 14, 2008 9:17 PM > Subject: [Csnd] Re: Re: PartikkelExplorer and Csound doubles > > >> Hello Oeyvind, >> >> Other of my orchestras seem to work fine, I haven't tried >> PartikkelFLTK (will do later today). Actually Csound has been very >> unstable for me since the 5.09 release. I can't also use UDOs without >> having segmentation faults related to memory allocation (as I >> explained in a previous email), is this PartikkelExplorer issue maybe >> also memory related? All of this is using OpenSuse 11.0 and building >> Csound from CVS or using the official 5.09 but also had the same UDO >> issue on WinXP (and also confirmed by other users). Is there any major >> redesign of the Csound engine going on since 5.09 that could be >> affecting? >> >> Thanks! >> >> Hector >> >> On Fri, Nov 14, 2008 at 3:05 AM, Oeyvind Brandtsegg >> wrote: >>> >>> I'm not sure, >>> but I tested running PartikkelExplorer on 5.09 (doubles) now (winXP), >>> and it runs just fine here. >>> >>> It might look like some general error in loading doubles opcodes, >>> one of the Csound developers might know more about that. >>> >>> How about other orchestras, e.g. can you run partikkelFLTK ? >>> >>> best >>> Oeyvind >>> >>> >>> 2008/11/13 Hector Centeno : >>>> >>>> Hello, >>>> >>>> I'm trying to run PartikkelExplorer using a recent CVS build of Csound >>>> using doubles. Is this compatible with PartikkelExplorer? I'm getting >>>> this: >>>> >>>> new alloc for instr 51: >>>> *** glibc detected *** python: double free or corruption (!prev): >>>> 0x080afd70 *** >>>> ======= Backtrace: ========= >>>> /lib/libc.so.6[0xb7d66fc4] >>>> /lib/libc.so.6(cfree+0x9c)[0xb7d6895c] >>>> /usr/lib/libpython2.5.so.1.0(PyObject_Free+0x53)[0xb7edfe23] >>>> /usr/lib/libpython2.5.so.1.0(PyObject_GC_Del+0x53)[0xb7f50e03] >>>> /usr/lib/libpython2.5.so.1.0[0xb7eb6473] >>>> /usr/lib/libpython2.5.so.1.0[0xb7f44ea9] >>>> /usr/lib/libpython2.5.so.1.0(PyRun_StringFlags+0x77)[0xb7f450d7] >>>> /usr/lib/libpython2.5.so.1.0(PyRun_SimpleStringFlags+0x53)[0xb7f46483] >>>> /usr/lib/libpython2.5.so.1.0(PyRun_SimpleString+0x25)[0xb7f46505] >>>> /usr/lib/libcsnd.so.5.1[0xb7650bb1] >>>> /lib/libc.so.6(clone+0x5e)[0xb7dc8dce] >>>> ======= Memory map: ======== >>>> 08048000-08049000 r-xp 00000000 08:03 279900 /usr/bin/python2.5 >>>> 08049000-0804a000 r--p 00000000 08:03 279900 /usr/bin/python2.5 >>>> 0804a000-0804b000 rw-p 00001000 08:03 279900 /usr/bin/python2.5 >>>> 0804b000-08d1c000 rw-p 0804b000 00:00 0 [heap] >>>> ac17d000-ac46e000 rw-p ac17d000 00:00 0 >>>> ac46e000-ac46f000 ---p ac46e000 00:00 0 >>>> ac46f000-acc6f000 rw-p ac46f000 00:00 0 >>>> acc6f000-acc70000 ---p acc6f000 00:00 0 >>>> acc70000-accf0000 rw-p acc70000 00:00 0 >>>> accf0000-ad0f0000 rw-s 00000000 00:0a 2228271 /SYSV00000000 (deleted) >>>> ad0f0000-ad4f0000 rw-s 00000000 00:0a 2195502 /SYSV00000000 (deleted) >>>> ad4f0000-ad4f1000 rw-s 00000000 00:0a 12451928 /SYSV00000000 (deleted) >>>> ad4f1000-ad5d3000 rw-s 00000000 00:0a 2162729 /SYSV00000000 (deleted) >>>> ad5d3000-ad5d5000 rw-s 00000000 00:0a 2129959 /SYSV00282929 (deleted) >>>> ad5d5000-ad5d6000 ---p ad5d5000 00:00 0 >>>> ad5d6000-ae8dd000 rw-p ad5d6000 00:00 0 >>>> ae8dd000-ae8f1000 r-xp 00000000 08:03 90174 >>>> /usr/lib/csound/plugins64/libsfont.so >>>> ae8f1000-ae8f2000 r--p 00013000 08:03 90174 >>>> /usr/lib/csound/plugins64/libsfont.so >>>> ae8f2000-ae8f3000 rw-p 00014000 08:03 90174 >>>> /usr/lib/csound/plugins64/libsfont.so >>>> ae8f3000-ae902000 r-xp 00000000 08:03 90176 >>>> /usr/lib/csound/plugins64/libpitch.so >>>> ae902000-ae903000 r--p 0000e000 08:03 90176 >>>> /usr/lib/csound/plugins64/libpitch.so >>>> ae903000-ae904000 rw-p 0000f000 08:03 90176 >>>> /usr/lib/csound/plugins64/libpitch.so >>>> ae904000-ae909000 r-xp 00000000 08:03 90160 >>>> /usr/lib/csound/plugins64/librtalsa.so >>>> ae909000-ae90a000 r--p 00004000 08:03 90160 >>>> /usr/lib/csound/plugins64/librtalsa.so >>>> ae90a000-ae90b000 rw-p 00005000 08:03 90160 >>>> /usr/lib/csound/plugins64/librtalsa.so >>>> ae90b000-ae91e000 r-xp 00000000 08:03 90161 >>>> /usr/lib/csound/plugins64/libcs_pvs_ops.so >>>> ae91e000-ae91f000 r--p 00012000 08:03 90161 >>>> /usr/lib/csound/plugins64/libcs_pvs_ops.so >>>> ae91f000-ae920000 rw-p 00013000 08:03 90161 >>>> /usr/lib/csound/plugins64/libcs_pvs_ops.so >>>> ae920000-ae94b000 r-xp 00000000 08:03 90170 >>>> /usr/lib/csound/plugins64/libwidgets.so >>>> ae94b000-ae94c000 r--p 0002b000 08:03 90170 >>>> /usr/lib/csound/plugins64/libwidgets.so >>>> ae94c000-ae94d000 rw-p 0002c000 08:03 90170 >>>> /usr/lib/csound/plugins64/libwidgets.so >>>> ae94d000-ae957000 r-xp 00000000 08:03 90178 >>>> /usr/lib/csound/plugins64/libpy.so >>>> ae957000-ae958000 r--p 0000a000 08:03 90178 >>>> /usr/lib/csound/plugins64/libpy.so >>>> ae958000-ae959000 rw-p 0000b000 08:03 90178 >>>> /usr/lib/csound/plugins64/libpy.so >>>> ae959000-ae98a000 r-xp 00000000 08:03 90167 >>>> /usr/lib/csound/plugins64/libstdutil.so >>>> ae98a000-ae98b000 r--p 00031000 08:03 90167 >>>> /usr/lib/csound/plugins64/libstdutil.so >>>> ae98b000-ae98c000 rw-p 00032000 08:03 90167 >>>> /usr/lib/csound/plugins64/libstdutil.so >>>> ae98c000-ae98d000 rw-p ae98c000 00:00 0 >>>> ae98d000-ae99c000 r-xp 00000000 08:03 90188 >>>> /usr/lib/csound/plugins64/libphysmod.so >>>> ae99c000-ae99d000 r--p 0000e000 08:03 90188 >>>> /usr/lib/csound/plugins64/libphysmod.so >>>> ae99d000-ae99f000 rw-p 0000f000 08:03 90188 >>>> /usr/lib/csound/plugins64/libphysmod.so >>>> ae99f000-ae9a2000 r-xp 00000000 08:03 90198 >>>> /usr/lib/csound/plugins64/libharmon.so >>>> ae9a2000-ae9a3000 r--p 00002000 08:03 90198 >>>> /usr/lib/csound/plugins64/libharmon.so >>>> ae9a3000-ae9a4000 rw-p 00003000 08:03 90198 >>>> /usr/lib/csound/plugins64/libharmon.so >>>> ae9a4000-ae9a6000 r-xp 00000000 08:03 90154 >>>> /usr/lib/csound/plugins64/libudprecv.so >>>> ae9a6000-ae9a7000 r--p 00001000 08:03 90154 >>>> /usr/lib/csound/plugins64/libudprecv.so >>>> ae9a7000-ae9a8000 rw-p 00002000 08:03 90154 >>>> /usr/lib/csound/plugins64/libudprecv.so >>>> ae9a8000-ae9a9000 r-xp 00000000 08:03 90156 >>>> /usr/lib/csound/plugins64/libminmax.so >>>> ae9a9000-ae9aa000 r--p 00001000 08:03 90156 >>>> /usr/lib/csound/plugins64/libminmax.so >>>> ae9aa000-ae9ab000 rw-p 00002000 08:03 90156 >>>> /usr/lib/csound/plugins64/libminmax.so >>>> ae9ab000-ae9ad000 r-xp 00000000 08:03 90158 >>>> /usr/lib/csound/plugins64/libshape.so >>>> ae9ad000-ae9ae000 r--p 00001000 08:03 90158 >>>> /usr/lib/csound/plugins64/libshape.so >>>> ae9ae0Csound tidy up: Aborted >>>> >>>> >>>> Thanks, >>>> >>>> Hector >>>> >>>> >>>> Send bugs reports to this list. >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >>>> csound" >>>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >>> csound" >>> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" >