Csound Csound-dev Csound-tekno Search About

[Csnd] dispfft example crash

Date2014-01-19 17:07
FromTarmo Johannes
Subject[Csnd] dispfft example crash
Hi,

I was about to test new look of the CsoundQt graph widget for better  FFT 
visualisation that Andrés had recently written

but I get crash when trying with the example code from
http://www.csounds.com/manual/html/dispfft.html

It does not happen with csound 5.19, but csound6 crashes:

Csound version 6.02.0 (double samples) Jan 17 2014
Linux 64-bit

debugger output:
$ gdb --args csound6 -odac -+rtaudio=null 
/home/tarmo/tarmo/csound/proov/dispfft.csd
/---/
new alloc for instr 1:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff793eaba in fftset () from 
/home/tarmo/src/cs6/lib/libcsound64.so.6.0

(gdb) bt
#0  0x00007ffff793eaba in fftset () from 
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#1  0x00007ffff78f5c10 in insert () from 
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#2  0x00007ffff7904af9 in process_score_event () from 
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#3  0x00007ffff790549e in sensevents () from 
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#4  0x00007ffff7a5b9fa in csoundPerform () from 
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#5  0x0000000000401715 in main ()

Does anyone has suffered from the same result?

thanks,
tarmo






Date2014-01-19 18:45
FromHlöðver Sigurðsson
SubjectRe: [Csnd] dispfft example crash
works fine on my windows 8.1 64bit, Csound 6.02.


2014/1/19 Tarmo Johannes <tarmo.johannes@otsakool.edu.ee>
Hi,

I was about to test new look of the CsoundQt graph widget for better  FFT
visualisation that Andrés had recently written

but I get crash when trying with the example code from
http://www.csounds.com/manual/html/dispfft.html

It does not happen with csound 5.19, but csound6 crashes:

Csound version 6.02.0 (double samples) Jan 17 2014
Linux 64-bit

debugger output:
$ gdb --args csound6 -odac -+rtaudio=null
/home/tarmo/tarmo/csound/proov/dispfft.csd
/---/
new alloc for instr 1:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff793eaba in fftset () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0

(gdb) bt
#0  0x00007ffff793eaba in fftset () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#1  0x00007ffff78f5c10 in insert () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#2  0x00007ffff7904af9 in process_score_event () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#3  0x00007ffff790549e in sensevents () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#4  0x00007ffff7a5b9fa in csoundPerform () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#5  0x0000000000401715 in main ()

Does anyone has suffered from the same result?

thanks,
tarmo






Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





--
Hlöðver Sigurðsson

Date2014-01-19 18:59
Frommoi
SubjectRe: [Csnd] dispfft example crash
The example works fine but the graph widget is the same as before !

Is jukebox example working for you?
I get crash on this example and on many others using Browse or MBrowse


Csound 6.02 - git (double samples) Jan 08 2014
CsoundQt - git  Jan 18 2014
Linux 64-bit

Regards,
René



Le 19/01/2014 18:07, Tarmo Johannes a écrit :
> Hi,
>
> I was about to test new look of the CsoundQt graph widget for better  FFT
> visualisation that Andrés had recently written
>
> but I get crash when trying with the example code from
> http://www.csounds.com/manual/html/dispfft.html
>
> It does not happen with csound 5.19, but csound6 crashes:
>
> Csound version 6.02.0 (double samples) Jan 17 2014
> Linux 64-bit
>
> debugger output:
> $ gdb --args csound6 -odac -+rtaudio=null
> /home/tarmo/tarmo/csound/proov/dispfft.csd
> /---/
> new alloc for instr 1:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff793eaba in fftset () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>
> (gdb) bt
> #0  0x00007ffff793eaba in fftset () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #1  0x00007ffff78f5c10 in insert () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #2  0x00007ffff7904af9 in process_score_event () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #3  0x00007ffff790549e in sensevents () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #4  0x00007ffff7a5b9fa in csoundPerform () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #5  0x0000000000401715 in main ()
>
> Does anyone has suffered from the same result?
>
> thanks,
> tarmo
>
>
>
>
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>              https://sourceforge.net/p/csound/tickets/
> csound5:
>              https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Date2014-01-19 20:14
Fromjoachim heintz
SubjectRe: [Csnd] dispfft example crash
same for me, yes (ubuntu studio 12.04).
	joachim


Am 19.01.2014 18:07, schrieb Tarmo Johannes:
> Hi,
>
> I was about to test new look of the CsoundQt graph widget for better  FFT
> visualisation that Andrés had recently written
>
> but I get crash when trying with the example code from
> http://www.csounds.com/manual/html/dispfft.html
>
> It does not happen with csound 5.19, but csound6 crashes:
>
> Csound version 6.02.0 (double samples) Jan 17 2014
> Linux 64-bit
>
> debugger output:
> $ gdb --args csound6 -odac -+rtaudio=null
> /home/tarmo/tarmo/csound/proov/dispfft.csd
> /---/
> new alloc for instr 1:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff793eaba in fftset () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>
> (gdb) bt
> #0  0x00007ffff793eaba in fftset () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #1  0x00007ffff78f5c10 in insert () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #2  0x00007ffff7904af9 in process_score_event () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #3  0x00007ffff790549e in sensevents () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #4  0x00007ffff7a5b9fa in csoundPerform () from
> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> #5  0x0000000000401715 in main ()
>
> Does anyone has suffered from the same result?
>
> thanks,
> tarmo
>
>
>
>
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>              https://sourceforge.net/p/csound/tickets/
> csound5:
>              https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-01-20 09:13
FromTarmo Johannes
SubjectRe: [Csnd] dispfft example crash
Hi,

thanks! Uninstalled, cleaned, rebuilt and reinstalled - same result. But it 
must be probably still problem with my build. It is not serious, so I wil try 
to handle sometime later.

René, Joachim, if you don't see the change - it MIGHT be as once with jochim - 
the name of the binary used to have -cs6- in it, then for some time not and 
now again (at least in my build, maybe it is because of my sources and 
personal changes). Can it be that you are running the old binary? Have a look 
into the bing folder of the bin.

best!
tarmo

On Sunday 19 January 2014 19:59:39 moi wrote:
> The example works fine but the graph widget is the same as before !
> 
> Is jukebox example working for you?
> I get crash on this example and on many others using Browse or MBrowse
> 
> 
> Csound 6.02 - git (double samples) Jan 08 2014
> CsoundQt - git  Jan 18 2014
> Linux 64-bit
> 
> Regards,
> René
> 
> Le 19/01/2014 18:07, Tarmo Johannes a écrit :
> > Hi,
> > 
> > I was about to test new look of the CsoundQt graph widget for better  FFT
> > visualisation that Andrés had recently written
> > 
> > but I get crash when trying with the example code from
> > http://www.csounds.com/manual/html/dispfft.html
> > 
> > It does not happen with csound 5.19, but csound6 crashes:
> > 
> > Csound version 6.02.0 (double samples) Jan 17 2014
> > Linux 64-bit
> > 
> > debugger output:
> > $ gdb --args csound6 -odac -+rtaudio=null
> > /home/tarmo/tarmo/csound/proov/dispfft.csd
> > /---/
> > new alloc for instr 1:
> > 
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x00007ffff793eaba in fftset () from
> > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > 
> > (gdb) bt
> > #0  0x00007ffff793eaba in fftset () from
> > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > #1  0x00007ffff78f5c10 in insert () from
> > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > #2  0x00007ffff7904af9 in process_score_event () from
> > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > #3  0x00007ffff790549e in sensevents () from
> > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > #4  0x00007ffff7a5b9fa in csoundPerform () from
> > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > #5  0x0000000000401715 in main ()
> > 
> > Does anyone has suffered from the same result?
> > 
> > thanks,
> > tarmo
> > 
> > 
> > 
> > 
> > 
> > 
> > Send bugs reports to the Sourceforge bug trackers
> > 
> > csound6:
> >              https://sourceforge.net/p/csound/tickets/
> > 
> > csound5:
> >              https://sourceforge.net/p/csound/bugs/
> > 
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"


Date2014-01-20 09:21
FromTarmo Johannes
SubjectRe: [Csnd] dispfft example crash
Hi,

tried in another computer. and here too -  the graph widget does not look like 
the one on Andrés screenshot.

http://qutecsound.sourceforge.net/nicer-fft-display.html

tarmo

On Monday 20 January 2014 11:13:04 Tarmo Johannes wrote:
> Hi,
> 
> thanks! Uninstalled, cleaned, rebuilt and reinstalled - same result. But it
> must be probably still problem with my build. It is not serious, so I wil
> try to handle sometime later.
> 
> René, Joachim, if you don't see the change - it MIGHT be as once with jochim
> - the name of the binary used to have -cs6- in it, then for some time not
> and now again (at least in my build, maybe it is because of my sources and
> personal changes). Can it be that you are running the old binary? Have a
> look into the bing folder of the bin.
> 
> best!
> tarmo
> 
> On Sunday 19 January 2014 19:59:39 moi wrote:
> > The example works fine but the graph widget is the same as before !
> > 
> > Is jukebox example working for you?
> > I get crash on this example and on many others using Browse or MBrowse
> > 
> > 
> > Csound 6.02 - git (double samples) Jan 08 2014
> > CsoundQt - git  Jan 18 2014
> > Linux 64-bit
> > 
> > Regards,
> > René
> > 
> > Le 19/01/2014 18:07, Tarmo Johannes a écrit :
> > > Hi,
> > > 
> > > I was about to test new look of the CsoundQt graph widget for better 
> > > FFT
> > > visualisation that Andrés had recently written
> > > 
> > > but I get crash when trying with the example code from
> > > http://www.csounds.com/manual/html/dispfft.html
> > > 
> > > It does not happen with csound 5.19, but csound6 crashes:
> > > 
> > > Csound version 6.02.0 (double samples) Jan 17 2014
> > > Linux 64-bit
> > > 
> > > debugger output:
> > > $ gdb --args csound6 -odac -+rtaudio=null
> > > /home/tarmo/tarmo/csound/proov/dispfft.csd
> > > /---/
> > > new alloc for instr 1:
> > > 
> > > Program received signal SIGSEGV, Segmentation fault.
> > > 0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > 
> > > (gdb) bt
> > > #0  0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #1  0x00007ffff78f5c10 in insert () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #2  0x00007ffff7904af9 in process_score_event () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #3  0x00007ffff790549e in sensevents () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #4  0x00007ffff7a5b9fa in csoundPerform () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #5  0x0000000000401715 in main ()
> > > 
> > > Does anyone has suffered from the same result?
> > > 
> > > thanks,
> > > tarmo
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Send bugs reports to the Sourceforge bug trackers
> > > 
> > > csound6:
> > >              https://sourceforge.net/p/csound/tickets/
> > > 
> > > csound5:
> > >              https://sourceforge.net/p/csound/bugs/
> > > 
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > > csound"
> > 
> > Send bugs reports to the Sourceforge bug trackers
> > 
> > csound6:
> >             https://sourceforge.net/p/csound/tickets/
> > 
> > csound5:
> >             https://sourceforge.net/p/csound/bugs/
> > 
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"


Date2014-01-20 17:59
FromAndres Cabrera
SubjectRe: [Csnd] dispfft example crash
Hi,

Sorry, forgot to push, it's now there.

Cheers,
Andrés


On Mon, Jan 20, 2014 at 1:21 AM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:
Hi,

tried in another computer. and here too -  the graph widget does not look like
the one on Andrés screenshot.

http://qutecsound.sourceforge.net/nicer-fft-display.html

tarmo

On Monday 20 January 2014 11:13:04 Tarmo Johannes wrote:
> Hi,
>
> thanks! Uninstalled, cleaned, rebuilt and reinstalled - same result. But it
> must be probably still problem with my build. It is not serious, so I wil
> try to handle sometime later.
>
> René, Joachim, if you don't see the change - it MIGHT be as once with jochim
> - the name of the binary used to have -cs6- in it, then for some time not
> and now again (at least in my build, maybe it is because of my sources and
> personal changes). Can it be that you are running the old binary? Have a
> look into the bing folder of the bin.
>
> best!
> tarmo
>
> On Sunday 19 January 2014 19:59:39 moi wrote:
> > The example works fine but the graph widget is the same as before !
> >
> > Is jukebox example working for you?
> > I get crash on this example and on many others using Browse or MBrowse
> >
> >
> > Csound 6.02 - git (double samples) Jan 08 2014
> > CsoundQt - git  Jan 18 2014
> > Linux 64-bit
> >
> > Regards,
> > René
> >
> > Le 19/01/2014 18:07, Tarmo Johannes a écrit :
> > > Hi,
> > >
> > > I was about to test new look of the CsoundQt graph widget for better
> > > FFT
> > > visualisation that Andrés had recently written
> > >
> > > but I get crash when trying with the example code from
> > > http://www.csounds.com/manual/html/dispfft.html
> > >
> > > It does not happen with csound 5.19, but csound6 crashes:
> > >
> > > Csound version 6.02.0 (double samples) Jan 17 2014
> > > Linux 64-bit
> > >
> > > debugger output:
> > > $ gdb --args csound6 -odac -+rtaudio=null
> > > /home/tarmo/tarmo/csound/proov/dispfft.csd
> > > /---/
> > > new alloc for instr 1:
> > >
> > > Program received signal SIGSEGV, Segmentation fault.
> > > 0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > >
> > > (gdb) bt
> > > #0  0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #1  0x00007ffff78f5c10 in insert () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #2  0x00007ffff7904af9 in process_score_event () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #3  0x00007ffff790549e in sensevents () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #4  0x00007ffff7a5b9fa in csoundPerform () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #5  0x0000000000401715 in main ()
> > >
> > > Does anyone has suffered from the same result?
> > >
> > > thanks,
> > > tarmo
> > >
> > >
> > >
> > >
> > >
> > >
> > > Send bugs reports to the Sourceforge bug trackers
> > >
> > > csound6:
> > >              https://sourceforge.net/p/csound/tickets/
> > >
> > > csound5:
> > >              https://sourceforge.net/p/csound/bugs/
> > >
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > > csound"
> >
> > Send bugs reports to the Sourceforge bug trackers
> >
> > csound6:
> >             https://sourceforge.net/p/csound/tickets/
> >
> > csound5:
> >             https://sourceforge.net/p/csound/bugs/
> >
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-01-20 18:02
FromAndres Cabrera
SubjectRe: [Csnd] dispfft example crash
Hi René,

This is currently working fine for me... Can you try cleaning and rebuilding?

Cheers,
Andrés


On Sun, Jan 19, 2014 at 10:59 AM, moi <rene.djack1@gmail.com> wrote:
The example works fine but the graph widget is the same as before !

Is jukebox example working for you?
I get crash on this example and on many others using Browse or MBrowse


Csound 6.02 - git (double samples) Jan 08 2014
CsoundQt - git  Jan 18 2014
Linux 64-bit

Regards,
René



Le 19/01/2014 18:07, Tarmo Johannes a écrit :

Hi,

I was about to test new look of the CsoundQt graph widget for better  FFT
visualisation that Andrés had recently written

but I get crash when trying with the example code from
http://www.csounds.com/manual/html/dispfft.html

It does not happen with csound 5.19, but csound6 crashes:

Csound version 6.02.0 (double samples) Jan 17 2014
Linux 64-bit

debugger output:
$ gdb --args csound6 -odac -+rtaudio=null
/home/tarmo/tarmo/csound/proov/dispfft.csd
/---/
new alloc for instr 1:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff793eaba in fftset () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0

(gdb) bt
#0  0x00007ffff793eaba in fftset () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#1  0x00007ffff78f5c10 in insert () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#2  0x00007ffff7904af9 in process_score_event () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#3  0x00007ffff790549e in sensevents () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#4  0x00007ffff7a5b9fa in csoundPerform () from
/home/tarmo/src/cs6/lib/libcsound64.so.6.0
#5  0x0000000000401715 in main ()

Does anyone has suffered from the same result?

thanks,
tarmo






Send bugs reports to the Sourceforge bug trackers
csound6:
             https://sourceforge.net/p/csound/tickets/
csound5:
             https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Send bugs reports to the Sourceforge bug trackers
csound6:
           https://sourceforge.net/p/csound/tickets/
csound5:
           https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-01-20 20:50
Fromjoachim heintz
SubjectRe: [Csnd] dispfft example crash
hi tarmo -

did you misunderstand my message? what i meant, in whole words:
yes, i also get a segfault with the dispfft.csd example from the manual 
(in the terminal, nothing to do with csoundqt).

you should file a ticket, in my opinion.

ciao -

	joachim


Am 20.01.2014 10:13, schrieb Tarmo Johannes:
> Hi,
>
> thanks! Uninstalled, cleaned, rebuilt and reinstalled - same result. But it
> must be probably still problem with my build. It is not serious, so I wil try
> to handle sometime later.
>
> René, Joachim, if you don't see the change - it MIGHT be as once with jochim -
> the name of the binary used to have -cs6- in it, then for some time not and
> now again (at least in my build, maybe it is because of my sources and
> personal changes). Can it be that you are running the old binary? Have a look
> into the bing folder of the bin.
>
> best!
> tarmo
>
> On Sunday 19 January 2014 19:59:39 moi wrote:
>> The example works fine but the graph widget is the same as before !
>>
>> Is jukebox example working for you?
>> I get crash on this example and on many others using Browse or MBrowse
>>
>>
>> Csound 6.02 - git (double samples) Jan 08 2014
>> CsoundQt - git  Jan 18 2014
>> Linux 64-bit
>>
>> Regards,
>> René
>>
>> Le 19/01/2014 18:07, Tarmo Johannes a écrit :
>>> Hi,
>>>
>>> I was about to test new look of the CsoundQt graph widget for better  FFT
>>> visualisation that Andrés had recently written
>>>
>>> but I get crash when trying with the example code from
>>> http://www.csounds.com/manual/html/dispfft.html
>>>
>>> It does not happen with csound 5.19, but csound6 crashes:
>>>
>>> Csound version 6.02.0 (double samples) Jan 17 2014
>>> Linux 64-bit
>>>
>>> debugger output:
>>> $ gdb --args csound6 -odac -+rtaudio=null
>>> /home/tarmo/tarmo/csound/proov/dispfft.csd
>>> /---/
>>> new alloc for instr 1:
>>>
>>> Program received signal SIGSEGV, Segmentation fault.
>>> 0x00007ffff793eaba in fftset () from
>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>>
>>> (gdb) bt
>>> #0  0x00007ffff793eaba in fftset () from
>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>> #1  0x00007ffff78f5c10 in insert () from
>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>> #2  0x00007ffff7904af9 in process_score_event () from
>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>> #3  0x00007ffff790549e in sensevents () from
>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>> #4  0x00007ffff7a5b9fa in csoundPerform () from
>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>> #5  0x0000000000401715 in main ()
>>>
>>> Does anyone has suffered from the same result?
>>>
>>> thanks,
>>> tarmo
>>>
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug trackers
>>>
>>> csound6:
>>>               https://sourceforge.net/p/csound/tickets/
>>>
>>> csound5:
>>>               https://sourceforge.net/p/csound/bugs/
>>>
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>              https://sourceforge.net/p/csound/tickets/
>> csound5:
>>              https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>              https://sourceforge.net/p/csound/tickets/
> csound5:
>              https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-01-20 21:05
FromVictor Lazzarini
SubjectRe: [Csnd] dispfft example crash
It does seem to crash at the end when using ASCII displays, but does not crash with FLTK

Victor

On 20 Jan 2014, at 20:50, joachim heintz wrote:

> hi tarmo -
> 
> did you misunderstand my message? what i meant, in whole words:
> yes, i also get a segfault with the dispfft.csd example from the manual (in the terminal, nothing to do with csoundqt).
> 
> you should file a ticket, in my opinion.
> 
> ciao -
> 
> 	joachim
> 
> 
> Am 20.01.2014 10:13, schrieb Tarmo Johannes:
>> Hi,
>> 
>> thanks! Uninstalled, cleaned, rebuilt and reinstalled - same result. But it
>> must be probably still problem with my build. It is not serious, so I wil try
>> to handle sometime later.
>> 
>> René, Joachim, if you don't see the change - it MIGHT be as once with jochim -
>> the name of the binary used to have -cs6- in it, then for some time not and
>> now again (at least in my build, maybe it is because of my sources and
>> personal changes). Can it be that you are running the old binary? Have a look
>> into the bing folder of the bin.
>> 
>> best!
>> tarmo
>> 
>> On Sunday 19 January 2014 19:59:39 moi wrote:
>>> The example works fine but the graph widget is the same as before !
>>> 
>>> Is jukebox example working for you?
>>> I get crash on this example and on many others using Browse or MBrowse
>>> 
>>> 
>>> Csound 6.02 - git (double samples) Jan 08 2014
>>> CsoundQt - git  Jan 18 2014
>>> Linux 64-bit
>>> 
>>> Regards,
>>> René
>>> 
>>> Le 19/01/2014 18:07, Tarmo Johannes a écrit :
>>>> Hi,
>>>> 
>>>> I was about to test new look of the CsoundQt graph widget for better  FFT
>>>> visualisation that Andrés had recently written
>>>> 
>>>> but I get crash when trying with the example code from
>>>> http://www.csounds.com/manual/html/dispfft.html
>>>> 
>>>> It does not happen with csound 5.19, but csound6 crashes:
>>>> 
>>>> Csound version 6.02.0 (double samples) Jan 17 2014
>>>> Linux 64-bit
>>>> 
>>>> debugger output:
>>>> $ gdb --args csound6 -odac -+rtaudio=null
>>>> /home/tarmo/tarmo/csound/proov/dispfft.csd
>>>> /---/
>>>> new alloc for instr 1:
>>>> 
>>>> Program received signal SIGSEGV, Segmentation fault.
>>>> 0x00007ffff793eaba in fftset () from
>>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>>> 
>>>> (gdb) bt
>>>> #0  0x00007ffff793eaba in fftset () from
>>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>>> #1  0x00007ffff78f5c10 in insert () from
>>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>>> #2  0x00007ffff7904af9 in process_score_event () from
>>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>>> #3  0x00007ffff790549e in sensevents () from
>>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>>> #4  0x00007ffff7a5b9fa in csoundPerform () from
>>>> /home/tarmo/src/cs6/lib/libcsound64.so.6.0
>>>> #5  0x0000000000401715 in main ()
>>>> 
>>>> Does anyone has suffered from the same result?
>>>> 
>>>> thanks,
>>>> tarmo
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> Send bugs reports to the Sourceforge bug trackers
>>>> 
>>>> csound6:
>>>>              https://sourceforge.net/p/csound/tickets/
>>>> 
>>>> csound5:
>>>>              https://sourceforge.net/p/csound/bugs/
>>>> 
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>> Send bugs reports to the Sourceforge bug trackers
>>> csound6:
>>>             https://sourceforge.net/p/csound/tickets/
>>> csound5:
>>>             https://sourceforge.net/p/csound/bugs/
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>> 
>> 
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>> 
>> 
>> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>           https://sourceforge.net/p/csound/tickets/
> csound5:
>           https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2014-01-20 21:06
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re:
AttachmentsNone  

Date2014-01-20 21:42
FromVictor Lazzarini
SubjectRe: [Csnd] Re:
I think this was caused by increasing WINDMAX from 4096 to 16384 (it appears to be a stack overflow). Reverting it stops the segfault.

On 20 Jan 2014, at 21:06, jpff@cs.bath.ac.uk wrote:

> 
> Quoting joachim heintz :
> 
>> hi tarmo -
>> 
>> did you misunderstand my message? what i meant, in whole words:
>> yes, i also get a segfault with the dispfft.csd example from the manual (in the terminal, nothing to do with csoundqt).
>> 
>> you should file a ticket, in my opinion.
>> 
>> ciao -
>> 
>> 	joachim
>> 
>> 
> 
> I get from commandline the following -- needs a ticket filed
> 
> 
> new alloc for instr 1:
> 
> Program received signal SIGSEGV, Segmentation fault.
> fftset (csound=0x604010, p=0x76c2f8)
>    at /home/jpff/Sourceforge/csound/New/csound6/OOps/disprep.c:258
> 258         if (window_size != p->windsize ||
> (gdb) print *p
> Cannot access memory at address 0x76c2f8
> (gdb) where
> #0  fftset (csound=0x604010, p=0x76c2f8)
>    at /home/jpff/Sourceforge/csound/New/csound6/OOps/disprep.c:258
> #1  0x00007ffff7994119 in insert (csound=csound@entry=0x604010,
>    insno=insno@entry=1, newevtp=newevtp@entry=0x607970)
>    at /home/jpff/Sourceforge/csound/New/csound6/Engine/insert.c:269
> #2  0x00007ffff7998606 in process_score_event (csound=csound@entry=0x604010,
>    evt=evt@entry=0x607970, rtEvt=rtEvt@entry=0)
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>           https://sourceforge.net/p/csound/tickets/
> csound5:
>           https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2014-01-20 23:07
FromVictor Lazzarini
SubjectRe: [Csnd] Re:
I've committed a fix to make sampbuf dynamic so to avoid the segfault. It appears to have fixed it.
On 20 Jan 2014, at 21:42, Victor Lazzarini wrote:

> I think this was caused by increasing WINDMAX from 4096 to 16384 (it appears to be a stack overflow). Reverting it stops the segfault.
> 
> On 20 Jan 2014, at 21:06, jpff@cs.bath.ac.uk wrote:
> 
>> 
>> Quoting joachim heintz :
>> 
>>> hi tarmo -
>>> 
>>> did you misunderstand my message? what i meant, in whole words:
>>> yes, i also get a segfault with the dispfft.csd example from the manual (in the terminal, nothing to do with csoundqt).
>>> 
>>> you should file a ticket, in my opinion.
>>> 
>>> ciao -
>>> 
>>> 	joachim
>>> 
>>> 
>> 
>> I get from commandline the following -- needs a ticket filed
>> 
>> 
>> new alloc for instr 1:
>> 
>> Program received signal SIGSEGV, Segmentation fault.
>> fftset (csound=0x604010, p=0x76c2f8)
>>   at /home/jpff/Sourceforge/csound/New/csound6/OOps/disprep.c:258
>> 258         if (window_size != p->windsize ||
>> (gdb) print *p
>> Cannot access memory at address 0x76c2f8
>> (gdb) where
>> #0  fftset (csound=0x604010, p=0x76c2f8)
>>   at /home/jpff/Sourceforge/csound/New/csound6/OOps/disprep.c:258
>> #1  0x00007ffff7994119 in insert (csound=csound@entry=0x604010,
>>   insno=insno@entry=1, newevtp=newevtp@entry=0x607970)
>>   at /home/jpff/Sourceforge/csound/New/csound6/Engine/insert.c:269
>> #2  0x00007ffff7998606 in process_score_event (csound=csound@entry=0x604010,
>>   evt=evt@entry=0x607970, rtEvt=rtEvt@entry=0)
>> 
>> 
>> 
>> 
>> 
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>          https://sourceforge.net/p/csound/tickets/
>> csound5:
>>          https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>> 
>> 
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2014-01-21 09:48
FromTarmo Johannes
SubjectRe: [Csnd] dispfft example crash

Hi,

 

Victor, dispfft works now fine, thanks!

 

Andrés, building CsoundQt I get error:

 

 

../qutecsound-code/src/qutegraph.h:35: Parse error at "QCS_grid"

make: *** [build/moc/moc_qutegraph.cpp] Error 1

 

caused by new lines

 

Q_PROPERTY(bool QCS_grid MEMBER m_grid)

Q_PROPERTY(bool QCS_logx MEMBER m_logx)

Q_PROPERTY(bool QCS_logy MEMBER m_logy)

 

 

I use Qt 4.8. Can it be that Q_PROPERTY is Qt 5 specific?

 

tarmo

 

On Monday 20 January 2014 09:59:58 Andres Cabrera wrote:

Hi,

Sorry, forgot to push, it's now there.

Cheers,
Andrés



On Mon, Jan 20, 2014 at 1:21 AM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:

Hi,

tried in another computer. and here too -  the graph widget does not look like
the one on Andrés screenshot.

http://qutecsound.sourceforge.net/nicer-fft-display.html

tarmo


On Monday 20 January 2014 11:13:04 Tarmo Johannes wrote:
> Hi,
>
> thanks! Uninstalled, cleaned, rebuilt and reinstalled - same result. But it
> must be probably still problem with my build. It is not serious, so I wil
> try to handle sometime later.
>
> René, Joachim, if you don't see the change - it MIGHT be as once with jochim
> - the name of the binary used to have -cs6- in it, then for some time not
> and now again (at least in my build, maybe it is because of my sources and
> personal changes). Can it be that you are running the old binary? Have a
> look into the bing folder of the bin.
>
> best!
> tarmo
>
> On Sunday 19 January 2014 19:59:39 moi wrote:
> > The example works fine but the graph widget is the same as before !
> >
> > Is jukebox example working for you?
> > I get crash on this example and on many others using Browse or MBrowse
> >
> >
> > Csound 6.02 - git (double samples) Jan 08 2014
> > CsoundQt - git  Jan 18 2014
> > Linux 64-bit
> >
> > Regards,
> > René
> >
> > Le 19/01/2014 18:07, Tarmo Johannes a écrit :
> > > Hi,
> > >
> > > I was about to test new look of the CsoundQt graph widget for better
> > > FFT
> > > visualisation that Andrés had recently written
> > >
> > > but I get crash when trying with the example code from
> > > http://www.csounds.com/manual/html/dispfft.html
> > >
> > > It does not happen with csound 5.19, but csound6 crashes:
> > >
> > > Csound version 6.02.0 (double samples) Jan 17 2014
> > > Linux 64-bit
> > >
> > > debugger output:
> > > $ gdb --args csound6 -odac -+rtaudio=null
> > > /home/tarmo/tarmo/csound/proov/dispfft.csd
> > > /---/
> > > new alloc for instr 1:
> > >
> > > Program received signal SIGSEGV, Segmentation fault.
> > > 0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > >
> > > (gdb) bt
> > > #0  0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #1  0x00007ffff78f5c10 in insert () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #2  0x00007ffff7904af9 in process_score_event () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #3  0x00007ffff790549e in sensevents () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #4  0x00007ffff7a5b9fa in csoundPerform () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #5  0x0000000000401715 in main ()
> > >
> > > Does anyone has suffered from the same result?
> > >
> > > thanks,
> > > tarmo
> > >
> > >
> > >
> > >
> > >
> > >
> > > Send bugs reports to the Sourceforge bug trackers
> > >
> > > csound6:
> > >              https://sourceforge.net/p/csound/tickets/
> > >
> > > csound5:
> > >              https://sourceforge.net/p/csound/bugs/
> > >
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > > csound"
> >
> > Send bugs reports to the Sourceforge bug trackers
> >
> > csound6:
> >             https://sourceforge.net/p/csound/tickets/
> >
> > csound5:
> >             https://sourceforge.net/p/csound/bugs/
> >
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"






Date2014-01-21 19:37
FromAndres Cabrera
SubjectRe: [Csnd] dispfft example crash
Hi,

Yes, it seems the MEMBER option is not available in Qt4. I'll remove this shortly as they are not used anyway.

Cheers,
Andrés


On Tue, Jan 21, 2014 at 1:48 AM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:

Hi,

 

Victor, dispfft works now fine, thanks!

 

Andrés, building CsoundQt I get error:

 

 

../qutecsound-code/src/qutegraph.h:35: Parse error at "QCS_grid"

make: *** [build/moc/moc_qutegraph.cpp] Error 1

 

caused by new lines

 

Q_PROPERTY(bool QCS_grid MEMBER m_grid)

Q_PROPERTY(bool QCS_logx MEMBER m_logx)

Q_PROPERTY(bool QCS_logy MEMBER m_logy)

 

 

I use Qt 4.8. Can it be that Q_PROPERTY is Qt 5 specific?

 

tarmo

 

On Monday 20 January 2014 09:59:58 Andres Cabrera wrote:

Hi,

Sorry, forgot to push, it's now there.

Cheers,
Andrés



On Mon, Jan 20, 2014 at 1:21 AM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:

Hi,

tried in another computer. and here too -  the graph widget does not look like
the one on Andrés screenshot.

http://qutecsound.sourceforge.net/nicer-fft-display.html

tarmo


On Monday 20 January 2014 11:13:04 Tarmo Johannes wrote:
> Hi,
>
> thanks! Uninstalled, cleaned, rebuilt and reinstalled - same result. But it
> must be probably still problem with my build. It is not serious, so I wil
> try to handle sometime later.
>
> René, Joachim, if you don't see the change - it MIGHT be as once with jochim
> - the name of the binary used to have -cs6- in it, then for some time not
> and now again (at least in my build, maybe it is because of my sources and
> personal changes). Can it be that you are running the old binary? Have a
> look into the bing folder of the bin.
>
> best!
> tarmo
>
> On Sunday 19 January 2014 19:59:39 moi wrote:
> > The example works fine but the graph widget is the same as before !
> >
> > Is jukebox example working for you?
> > I get crash on this example and on many others using Browse or MBrowse
> >
> >
> > Csound 6.02 - git (double samples) Jan 08 2014
> > CsoundQt - git  Jan 18 2014
> > Linux 64-bit
> >
> > Regards,
> > René
> >
> > Le 19/01/2014 18:07, Tarmo Johannes a écrit :
> > > Hi,
> > >
> > > I was about to test new look of the CsoundQt graph widget for better
> > > FFT
> > > visualisation that Andrés had recently written
> > >
> > > but I get crash when trying with the example code from
> > > http://www.csounds.com/manual/html/dispfft.html
> > >
> > > It does not happen with csound 5.19, but csound6 crashes:
> > >
> > > Csound version 6.02.0 (double samples) Jan 17 2014
> > > Linux 64-bit
> > >
> > > debugger output:
> > > $ gdb --args csound6 -odac -+rtaudio=null
> > > /home/tarmo/tarmo/csound/proov/dispfft.csd
> > > /---/
> > > new alloc for instr 1:
> > >
> > > Program received signal SIGSEGV, Segmentation fault.
> > > 0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > >
> > > (gdb) bt
> > > #0  0x00007ffff793eaba in fftset () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #1  0x00007ffff78f5c10 in insert () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #2  0x00007ffff7904af9 in process_score_event () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #3  0x00007ffff790549e in sensevents () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #4  0x00007ffff7a5b9fa in csoundPerform () from
> > > /home/tarmo/src/cs6/lib/libcsound64.so.6.0
> > > #5  0x0000000000401715 in main ()
> > >
> > > Does anyone has suffered from the same result?
> > >
> > > thanks,
> > > tarmo
> > >
> > >
> > >
> > >
> > >
> > >
> > > Send bugs reports to the Sourceforge bug trackers
> > >
> > > csound6:
> > >              https://sourceforge.net/p/csound/tickets/
> > >
> > > csound5:
> > >              https://sourceforge.net/p/csound/bugs/
> > >
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > > csound"
> >
> > Send bugs reports to the Sourceforge bug trackers
> >
> > csound6:
> >             https://sourceforge.net/p/csound/tickets/
> >
> > csound5:
> >             https://sourceforge.net/p/csound/bugs/
> >
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"