Csound Csound-dev Csound-tekno Search About

[Cs-dev] CS5 on mac

Date2005-09-15 19:01
Fromjpff@codemist.co.uk
Subject[Cs-dev] CS5 on mac
I managed to update by copy (well actually do a complete checkout
elsewhere) and now it builds with only about 20 warnings in
Opcodes/partials.c
  However...

./csound examples/fl.csd
Localisation of messages is disabled, using default language.
time resolution is 1000.000 ns
WARNING: OPCODEDIR undefined, loading plugins from the current directory
PortMIDI real time MIDI plugin for Csound
CoreAudio real-time audio module for Csound
by Victor Lazzarini
PortAudio real-time audio module for Csound
0dBFS level = 32768.0
Csound version 5.00.0 beta (float samples) Sep 15 2005
libsndfile-1.0.7
UnifiedCSD:  examples/fl.csd
STARTING FILE
Creating options
Creating orchestra
Creating /var/tmp/tmp.orc (0xa0006ba4)
Creating score
orchname:  /var/tmp/tmp.orc
scorename: /var/tmp/tmp.sco
rtaudio: CoreAudio module enabled
rtmidi: PortMIDI module enabled
orch compiler:
16 lines read
        instr   1
Elapsed time at end of orchestra compile: real: 0.075s, CPU: 0.010s
sorting score ...
        ... done
Elapsed time at end of score sort: real: 0.334s, CPU: 0.040s
Csound version 5.00.0 beta (float samples) Sep 15 2005
0dBFS level = 32768.0
orch now loaded
audio buffered in 1024 sample-frame blocks
writing 4096-byte blks of shorts to test.wav (WAV)
SECTION 1:
ftable 1:
*** malloc[2356]: Deallocation of a pointer not malloced: 0x4c46d0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug

^CCsound tidy up: Interrupt


and it will not stop.
Any ideas?
==John ffitch


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-09-15 19:09
FromDavid Akbari
SubjectRe: [Cs-dev] CS5 on mac
On Sep 15, 2005, at 2:01 PM, jpff@codemist.co.uk wrote:

> SECTION 1:
> ftable 1:
> *** malloc[2356]: Deallocation of a pointer not malloced: 0x4c46d0; 
> This could be a double free(), or free() called with the middle of an 
> allocated block; Try setting environment variable MallocHelp to see 
> tools to help debug
>
> ^CCsound tidy up: Interrupt
>

I have experienced this before.

AFAIK this has to do with the ftable display.. specifically in the 
typeinfo for Fl_window.

For some reason it has trouble displaying the GEN routines ... 

This has been a recurring problem on teh Mac and is usually easily 
fixable by appending the '-d' flag to your present commandline. In more 
severe circumstances, it may be necessary to use 'buildFLTK=0' in the 
SConstruct.

> and it will not stop.
> Any ideas?
> ==John ffitch


-David



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net