[Csnd] Error when I try to change value of FLTK slider
| Date | 2010-08-09 08:55 |
| From | Greg Schroeder |
| Subject | [Csnd] Error when I try to change value of FLTK slider |
I'm working on a .csd file, and I was playing with some of the fltk widgets. Csound crashes whenever I change the value of a slider in this orchestra. No problems with the two buttons . . . It's not completely finished, but this wasn't a problem in the past when I've failed to make FLTK orchestras. 5.10 beta (float samples) Dec 3 2009 libsndfile-1.0.20 |
| Date | 2010-08-09 13:40 |
| From | Iain McCurdy |
| Subject | [Csnd] RE: Error when I try to change value of FLTK slider |
Hi Greg,
You need to set idisp to a negative number (not zero). This is what is causing the crash. I suspect this was an oversight on your part.
Bye,Iain
----------------------------------------
> Date: Mon, 9 Aug 2010 07:55:39 +0000
> From: gmschroeder@gmail.com
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Error when I try to change value of FLTK slider
>
> I'm working on a .csd file, and I was playing with some of the fltk widgets.
> Csound crashes whenever I change the value of a slider in this
> orchestra. No problems with the two buttons . . .
> It's not completely finished, but this wasn't a problem in the past
> when I've failed to make FLTK orchestras.
>
>
> 5.10 beta (float samples) Dec 3 2009
> libsndfile-1.0.20
>
>
>
>
> -+rtaudio=alsa -iadc -odac -b256
>
> ; ==============================================
>
>
> sr = 22050
> ksmps = 1000
> nchnls = 1
> 0dbfs = 1
>
> FLpanel "Dalek", 500, 550, 0, 0
> ;button values
> ionoff = 0
> ioffon = 0
> ionrec = 0
> ioffrec = 0
> itype = 2
> iwidth = 150
> iheight = 50
> ixonoff = 20
> iyonoff = 20
> iopcode = 0
> ;slider values
> imin = 1
> imax = 20000
> iexplpf = 0
> iexpfreq= -1
> itypesl = 3
> idisp = 0
> iwidthsl= 250
> iheightsl= 50
> ixlpf = 200
> iylpf = 20
> gkonoff, ionoff FLbutton "on/off", ionoff, ioffon,
> itype, iwidth, iheight, ixonoff, iyonoff, iopcode
>
> gkrec, irec FLbutton "record", ionrec, ioffrec, itype,
> iwidth, iheight, ixonoff, iyonoff+iheight+20, iopcode
> gklpf, ilpf FLslider "lpf", imin, imax, iexplpf,
> itypesl, idisp, iwidthsl, iheightsl, ixlpf, iylpf
>
> gkfreq, ifreq FLslider "frequency", imin, imax, iexpfreq, itypesl,
> idisp, iwidthsl, iheightsl, ixlpf, iylpf+iheightsl+20
>
> FLpanelEnd
> FLrun
> instr 1
>
> asig in
> konoff, ionoff FLbutton "on/off", ionoff, ioffon,
> itype, iwidth, iheight, ixonoff, iyonoff, iopcode
> ;[, kp1] [, kp2] [, kp3] [, kp4] [, kp5] [....] [, kpN]
> krec, irec FLbutton "record", ionrec, ioffrec, itype,
> iwidth, iheight, ixonoff, iyonoff+iheight+20, iopcode
> klpf, ilpf FLslider "lpf", imin, imax, iexplpf,
> itypesl, idisp, iwidthsl, iheightsl, ixlpf, iylpf
> gkfreq, ifreq FLslider "frequency", imin, imax,
> iexpfreq, itypesl, idisp, iwidthsl, iheightsl, ixlpf,
> iylpf+iheightsl+20
>
> FLpanelEnd
> FLrun
> instr 1
>
> asig in
> a1 oscil 1, gkfreq, 1
> out asig*a1
> endin
>
>
> ; ==============================================
>
> f1 0 256 10 1 ;bipolar sine
> i1 0 24000
>
>
> Here is the message:
> new alloc for instr 1:
> WARNING: Buffer overrun in real-time audio input
> Csound tidy up: Segmentation fault
> inactive allocs returned to freespace
> end of score. overall amps: 0.00000
> overall samples out of range: 0
> 0 errors in performance
> Elapsed time at end of performance: real: 3.855s, CPU: 0.160s
> WARNING: Buffer underrun in real-time audio output
> 247 512-byte soundblks of shorts written to dac
> *** glibc detected *** csound: double free or corruption (!prev): 0x0955bb60 ***
> ======= Backtrace: =========
> /lib/libc.so.6[0xc5aa71]
> /usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x6293681]
> /usr/lib/libfltk.so.1.1(_ZN15Fl_Light_ButtonD0Ev+0x35)[0x14dc25]
> /usr/lib/libfltk.so.1.1(_ZN8Fl_Group5clearEv+0x6c)[0x13c48c]
> /usr/lib/libfltk.so.1.1(_ZN8Fl_GroupD2Ev+0x2d)[0x13c6dd]
> /usr/lib/libfltk.so.1.1(_ZN9Fl_WindowD0Ev+0x35)[0x125cb5]
> /usr/lib/csound/plugins/libwidgets.so(csoundModuleDestroy+0xc5)[0xb7431585]
> /usr/lib/libcsound.so.5.2[0xb771a9f3]
> /usr/lib/libcsound.so.5.2(csoundReset+0x59)[0xb771d089]
> /usr/lib/libcsound.so.5.2(csoundDestroy+0x6f)[0xb771ee7f]
> /usr/lib/libcsound.so.5.2[0xb771ef0a]
> /lib/libc.so.6(exit+0xdf)[0xc19daf]
> /usr/lib/libcsound.so.5.2[0xb77207f2]
> [0xb776c400]
> ======= Memory map: ========
> 00101000-001a3000 r-xp 00000000 1f:00 25680 /usr/lib/libfltk.so.1.1
> 001a3000-001a9000 rw-p 000a1000 1f:00 25680 /usr/lib/libfltk.so.1.1
> 001a9000-001ac000 rw-p 00000000 00:00 0
> 00225000-00350000 r-xp 00000000 1f:00 25362 /usr/lib/libX11.so.6.2.0
> 00350000-00354000 rw-p 0012a000 1f:00 25362 /usr/lib/libX11.so.6.2.0
> 00356000-00371000 r-xp 00000000 1f:00 26396 /usr/lib/libxcb.so.1.1.0
> 00371000-00372000 rw-p 0001b000 1f:00 26396 /usr/lib/libxcb.so.1.1.0
> 00374000-00398000 r-xp 00000000 1f:00 22400 /lib/libexpat.so.1.5.2
> 000398000-0039a000 rw-p 00024000 1f:00 22400 /lib/libexpat.so.1.5.2
> 00418000-004a6000 r-xp 00000000 1f:00 25695 /usr/lib/libfreetype.so.6.3.20
> 004a6000-004aa000 rw-p 0008e000 1f:00 25695 /usr/lib/libfreetype.so.6.3.20
> 004ac000-004bb000 r-xp 00000000 1f:00 25379 /usr/lib/libXext.so.6.4.0
> 004bb000-004bc000 rw-p 0000f000 1f:00 25379 /usr/lib/libXext.so.6.4.0
> 004be000-004ef000 r-xp 00000000 1f:00 25685 /usr/lib/libfontconfig.so.1.4.4
> 004ef000-004f1000 rw-p 00030000 1f:00 25685 /usr/lib/libfontconfig.so.1.4.4
> 004f3000-00519000 r-xp 00000000 1f:00 26125 /usr/lib/libpng12.so.0.43.0
> 00519000-0051a000 rw-p 00025000 1f:00 26125 /usr/lib/libpng12.so.0.43.0
> 0051c000-00524000 r-xp 00000000 1f:00 25399 /usr/lib/libXrender.so.1.3.0
> 00524000-00525000 rw-p 00007000 1f:00 25399 /usr/lib/libXrender.so.1.3.0
> 00527000-00529000 r-xp 00000000 1f:00 25389 /usr/lib/libXinerama.so.1.0.0
> 00529000-0052a000 rw-p 00001000 1f:00 25389 /usr/lib/libXinerama.so.1.0.0
> 00538000-0053c000 r-xp 00000000 1f:00 22368 /lib/libattr.so.1.1.0
> 0053c000-0053d000 rw-p 00003000 1f:00 22368 /lib/libattr.so.1.1.0
> 00bc8000-00be7000 r-xp 00000000 1f:00 22356 /lib/ld-2.10.2.so
> 00be7000-00be8000 r--p 0001e000 1f:00 22356 /lib/ld-2.10.2.so
> 00be8000-00be9000 rw-p 0001f000 1f:00 22356 /lib/ld-2.10.2.so
> 00beb000-00d55000 r-xp 00000000 1f:00 22377 /lib/libc-2.10.2.so
> 00d55000-00d57000 r--p 0016a000 1f:00 22377 /lib/libc-2.10.2.so
> 00d57000-00d58000 rw-p 0016c000 1f:00 22377 /lib/libc-2.10.2.so
> 00d58000-00d5b000 rw-p 00000000 00:00 0
> 00d5d000-00d60000 r-xp 00000000 1f:00 22395 /lib/libdl-2.10.2.so
> 00d60000-00d61000 r--p 00002000 1f:00 22395 /lib/libdl-2.10.2.so
> 00d61000-00d62000 rw-p 00003000 1f:00 22395 /lib/libdl-2.10.2.so
> 00d64000-00d8a000 r-xp 00000000 1f:00 22430 /lib/libm-2.10.2.so
> 00d8a000-00d8b000 r--p 00025000 1f:00 22430 /lib/libm-2.10.2.so
> 00d8b000-00d8c000 rw-p 00026000 1f:00 22430 /lib/libm-2.10.2.so
> 00d8e000-00da4000 r-xp 00000000 1f:00 22474 /lib/libpthread-2.10.2.so
> 00da4000-00da5000 ---p 00016000 1f:00 22474 /lib/libpthread-2.10.2.so
> 00da5000-00da6000 r--p 00016000 1f:00 22474 /lib/libpthread-2.10.2.so
> 00da6000-00da7000 rw-p 00017000 1f:00 22474 /lib/libpthread-2.10.2.so
> 00da7000-00da9000 rw-p 00000000 00:00 0
> 00dab000-00db2000 r-xp 00000000 1f:00 22480 /lib/librt-2.10.2.so
> 00db2000-00db3000 r--p 00006000 1f:00 22480 /lib/librt-2.10.2.so
> 00db3000-00db4000 rw-p 00007000 1f:00 22480 /lib/librt-2.10.2.so
> 00db6000-00dc0000 r-xp 00000000 1f:00 25975 /usr/lib/liblo.so.0.6.0
> 00dc0000-00dc1000 rw-p 00009000 1f:00 25975 /usr/lib/liblo.so.0.6.0
> 00dd6000-00de8000 r-xp 00000000 1f:00 22507 /lib/libz.so.1.2.3
> 00de8000-00de9000 rw-p 00011000 1f:00 22507 /lib/libz.so.1.2.3
> 00df1000-00df3000 r-xp 00000000 1f:00 25366 /usr/lib/libXau.so.6.0.0
> 00df3000-00df4000 rw-p 00001000 1f:00 25366 /usr/lib/libXau.so.6.0.0
> 05e8f000-05e93000 r-xp 00000000 1f:00 22382 /lib/libcap.so.2.16
> 05e93000-05e94000 rw-p 00003000 1f:00 22382 /lib/libcap.so.2.16
> 05ea2000-05edd000 r-xp 00000000 1f:00 25316 /usr/lib/libFLAC.so.8.2.0
> 05edd000-05ede000 rw-p 0003a000 1f:00 25316 /usr/lib/libFLAC.so.8.2.0
> 05ee5000-05fc3000 r-xp 00000000 1f:00 22366 /lib/libasound.so.2.0.0
> 05fc3000-05fc7000 rw-p 000dd000 1f:00 22366 /lib/libasound.so.2.0.0
> 05fc9000-05fd4000 r-xp 00000000 1f:00 26294 /usr/lib/libvorbisenc.so.2.0.3
> 05fd4000-060c4000 rw-p 0000a000 1f:00 26294 /usr/lib/libvorbisenc.so.2.0.3
> 060c6000-0612b000 r-xp 00000000 1f:00 26200 /usr/lib/libsndfile.so.1.0.20
> 0612b000-0612d000 rw-p 00065000 1f:00 26200 /usr/lib/libsndfile.so.1.0.20
> 0612d000-06131000 rw-p 00000000 00:00 0
> 061aa000-061ae000 r-xp 00000000 1f:00 22501 /lib/libuuid.so.1.2
> 061ae000-061af000 rw-p 00003000 1f:00 22501 /lib/libuuid.so.1.2
> 061b1000-061db000 r-xp 00000000 1f:00 22407
> /lib/libgcc_s-4.4.1-20090729.so.1
> 061db000-061dc000 rw-p 00029000 1f:00 22407
> /lib/libgcc_s-4.4.1-20090729.so.1
> 061de000-062c1000 r-xp 00000000 1f:00 26225 /usr/lib/libstdc++.so.6.0.12
> 062c1000-062c5000 r--p 000e2000 1f:00 26225 /usr/lib/libstdc++.so.6.0.12
> 062c5000-062c7000 rw-p 000e6000 1f:00 26225 /usr/lib/libstdc++.so.6.0.12
> 062c7000-062cd000 rw-p 00000000 00:00 0
> 062cf000-062e6000 r-xp 00000000 1f:00 25324 /usr/lib/libICE.so.6.3.0
> 062e6000-062e7000 rw-p 00016000 1f:00 25324 /usr/lib/libICE.so.6.3.0
> 062e7000-062e9000 rw-p 00000000 00:00 0
> 062eb000-0630c000 r-xp 00000000 1f:00 25947 /usr/lib/libjpeg.so.62.0.0
> 0630c000-0630d000 rw-p 00021000 1f:00 25947 /usr/lib/libjpeg.so.62.0.0
> 0630f000-06316000 r-xp 00000000 1f:00 25356 /usr/lib/libSM.so.6.0.0
> 06316000-06317000 rw-p 00006000 1f:00 25356 /usr/lib/libSM.so.6.0.0
> 06560000-06565000 r-xp 00000000 1f:00 26076 /usr/lib/libogg.so.0.5.3
> 06565000-06566000 rw-p 00004000 1f:00 26076 /usr/lib/libogg.so.0.5.3
> 065b6000-065d2000 r-xp 00000000 1f:00 26292 /usr/lib/libvorbis.so.0.4.0
> 065d2000-065e0000 rw-p 0001c000 1f:00 26292 /usr/lib/libvorbis.so.0.4.0
> 065e2000-065f5000 r-xp 00000000 1f:00 25385 /usr/lib/libXft.so.2.1.13
> 065f5000-065f6000 rw-p 00012000 1f:00 25385 /usr/lib/libXft.so.2.1.13
> 06740000-06756000 r-xp 00000000 1f:00 22436 /lib/libnsl-2.10.2.so
> 06756000-06757000 r--p 00016000 1f:00 22436 /lib/libnsl-2.10.2.so
> 06757000-06758000 rw-p 00017000 1f:00 22436 /lib/libnsl-2.10.2.so
>
> Csound tidy up: Aborted
>
> shell returned 1
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> 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 tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2010-08-10 09:53 |
| From | gmschroeder |
| Subject | [Csnd] Re: RE: Error when I try to change value of FLTK slider |
That did it.
Thank you!
Greg
On Aug 9, 2010, at 9:40 PM, Iain McCurdy wrote:
>
> Hi Greg,
> You need to set idisp to a negative number (not zero). This is what
> is causing the crash. I suspect this was an oversight on your part.
> Bye,Iain
>
> ----------------------------------------
>> Date: Mon, 9 Aug 2010 07:55:39 +0000
>> From: gmschroeder@gmail.com
>> To: csound@lists.bath.ac.uk
>> Subject: [Csnd] Error when I try to change value of FLTK slider
>>
>> I'm working on a .csd file, and I was playing with some of the
>> fltk widgets.
>> Csound crashes whenever I change the value of a slider in this
>> orchestra. No problems with the two buttons . . .
>> It's not completely finished, but this wasn't a problem in the past
>> when I've failed to make FLTK orchestras.
>>
>>
>> 5.10 beta (float samples) Dec 3 2009
>> libsndfile-1.0.20
>>
>>
>>
>>
>> -+rtaudio=alsa -iadc -odac -b256
>>
>> ; ==============================================
>>
>>
>> sr = 22050
>> ksmps = 1000
>> nchnls = 1
>> 0dbfs = 1
>>
>> FLpanel "Dalek", 500, 550, 0, 0
>> ;button values
>> ionoff = 0
>> ioffon = 0
>> ionrec = 0
>> ioffrec = 0
>> itype = 2
>> iwidth = 150
>> iheight = 50
>> ixonoff = 20
>> iyonoff = 20
>> iopcode = 0
>> ;slider values
>> imin = 1
>> imax = 20000
>> iexplpf = 0
>> iexpfreq= -1
>> itypesl = 3
>> idisp = 0
>> iwidthsl= 250
>> iheightsl= 50
>> ixlpf = 200
>> iylpf = 20
>> gkonoff, ionoff FLbutton "on/off", ionoff, ioffon,
>> itype, iwidth, iheight, ixonoff, iyonoff, iopcode
>>
>> gkrec, irec FLbutton "record", ionrec, ioffrec, itype,
>> iwidth, iheight, ixonoff, iyonoff+iheight+20, iopcode
>> gklpf, ilpf FLslider "lpf", imin, imax, iexplpf,
>> itypesl, idisp, iwidthsl, iheightsl, ixlpf, iylpf
>>
>> gkfreq, ifreq FLslider "frequency", imin, imax, iexpfreq, itypesl,
>> idisp, iwidthsl, iheightsl, ixlpf, iylpf+iheightsl+20
>>
>> FLpanelEnd
>> FLrun
>> instr 1
>>
>> asig in
>> konoff, ionoff FLbutton "on/off", ionoff, ioffon,
>> itype, iwidth, iheight, ixonoff, iyonoff, iopcode
>> ;[, kp1] [, kp2] [, kp3] [, kp4] [, kp5] [....] [, kpN]
>> krec, irec FLbutton "record", ionrec, ioffrec, itype,
>> iwidth, iheight, ixonoff, iyonoff+iheight+20, iopcode
>> klpf, ilpf FLslider "lpf", imin, imax, iexplpf,
>> itypesl, idisp, iwidthsl, iheightsl, ixlpf, iylpf
>> gkfreq, ifreq FLslider "frequency", imin, imax,
>> iexpfreq, itypesl, idisp, iwidthsl, iheightsl, ixlpf,
>> iylpf+iheightsl+20
>>
>> FLpanelEnd
>> FLrun
>> instr 1
>>
>> asig in
>> a1 oscil 1, gkfreq, 1
>> out asig*a1
>> endin
>>
>>
>> ; ==============================================
>>
>> f1 0 256 10 1 ;bipolar sine
>> i1 0 24000
>>
>>
>> Here is the message:
>> new alloc for instr 1:
>> WARNING: Buffer overrun in real-time audio input
>> Csound tidy up: Segmentation fault
>> inactive allocs returned to freespace
>> end of score. overall amps: 0.00000
>> overall samples out of range: 0
>> 0 errors in performance
>> Elapsed time at end of performance: real: 3.855s, CPU: 0.160s
>> WARNING: Buffer underrun in real-time audio output
>> 247 512-byte soundblks of shorts written to dac
>> *** glibc detected *** csound: double free or corruption (!prev):
>> 0x0955bb60 ***
>> ======= Backtrace: =========
>> /lib/libc.so.6[0xc5aa71]
>> /usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x6293681]
>> /usr/lib/libfltk.so.1.1(_ZN15Fl_Light_ButtonD0Ev+0x35)[0x14dc25]
>> /usr/lib/libfltk.so.1.1(_ZN8Fl_Group5clearEv+0x6c)[0x13c48c]
>> /usr/lib/libfltk.so.1.1(_ZN8Fl_GroupD2Ev+0x2d)[0x13c6dd]
>> /usr/lib/libfltk.so.1.1(_ZN9Fl_WindowD0Ev+0x35)[0x125cb5]
>> /usr/lib/csound/plugins/libwidgets.so(csoundModuleDestroy+0xc5)
>> [0xb7431585]
>> /usr/lib/libcsound.so.5.2[0xb771a9f3]
>> /usr/lib/libcsound.so.5.2(csoundReset+0x59)[0xb771d089]
>> /usr/lib/libcsound.so.5.2(csoundDestroy+0x6f)[0xb771ee7f]
>> /usr/lib/libcsound.so.5.2[0xb771ef0a]
>> /lib/libc.so.6(exit+0xdf)[0xc19daf]
>> /usr/lib/libcsound.so.5.2[0xb77207f2]
>> [0xb776c400]
>> ======= Memory map: ========
>> 00101000-001a3000 r-xp 00000000 1f:00 25680 /usr/lib/libfltk.so.1.1
>> 001a3000-001a9000 rw-p 000a1000 1f:00 25680 /usr/lib/libfltk.so.1.1
>> 001a9000-001ac000 rw-p 00000000 00:00 0
>> 00225000-00350000 r-xp 00000000 1f:00 25362 /usr/lib/libX11.so.6.2.0
>> 00350000-00354000 rw-p 0012a000 1f:00 25362 /usr/lib/libX11.so.6.2.0
>> 00356000-00371000 r-xp 00000000 1f:00 26396 /usr/lib/libxcb.so.1.1.0
>> 00371000-00372000 rw-p 0001b000 1f:00 26396 /usr/lib/libxcb.so.1.1.0
>> 00374000-00398000 r-xp 00000000 1f:00 22400 /lib/libexpat.so.1.5.2
>> 000398000-0039a000 rw-p 00024000 1f:00 22400 /lib/libexpat.so.1.5.2
>> 00418000-004a6000 r-xp 00000000 1f:00 25695 /usr/lib/
>> libfreetype.so.6.3.20
>> 004a6000-004aa000 rw-p 0008e000 1f:00 25695 /usr/lib/
>> libfreetype.so.6.3.20
>> 004ac000-004bb000 r-xp 00000000 1f:00 25379 /usr/lib/libXext.so.6.4.0
>> 004bb000-004bc000 rw-p 0000f000 1f:00 25379 /usr/lib/libXext.so.6.4.0
>> 004be000-004ef000 r-xp 00000000 1f:00 25685 /usr/lib/
>> libfontconfig.so.1.4.4
>> 004ef000-004f1000 rw-p 00030000 1f:00 25685 /usr/lib/
>> libfontconfig.so.1.4.4
>> 004f3000-00519000 r-xp 00000000 1f:00 26125 /usr/lib/libpng12.so.
>> 0.43.0
>> 00519000-0051a000 rw-p 00025000 1f:00 26125 /usr/lib/libpng12.so.
>> 0.43.0
>> 0051c000-00524000 r-xp 00000000 1f:00 25399 /usr/lib/libXrender.so.
>> 1.3.0
>> 00524000-00525000 rw-p 00007000 1f:00 25399 /usr/lib/libXrender.so.
>> 1.3.0
>> 00527000-00529000 r-xp 00000000 1f:00 25389 /usr/lib/
>> libXinerama.so.1.0.0
>> 00529000-0052a000 rw-p 00001000 1f:00 25389 /usr/lib/
>> libXinerama.so.1.0.0
>> 00538000-0053c000 r-xp 00000000 1f:00 22368 /lib/libattr.so.1.1.0
>> 0053c000-0053d000 rw-p 00003000 1f:00 22368 /lib/libattr.so.1.1.0
>> 00bc8000-00be7000 r-xp 00000000 1f:00 22356 /lib/ld-2.10.2.so
>> 00be7000-00be8000 r--p 0001e000 1f:00 22356 /lib/ld-2.10.2.so
>> 00be8000-00be9000 rw-p 0001f000 1f:00 22356 /lib/ld-2.10.2.so
>> 00beb000-00d55000 r-xp 00000000 1f:00 22377 /lib/libc-2.10.2.so
>> 00d55000-00d57000 r--p 0016a000 1f:00 22377 /lib/libc-2.10.2.so
>> 00d57000-00d58000 rw-p 0016c000 1f:00 22377 /lib/libc-2.10.2.so
>> 00d58000-00d5b000 rw-p 00000000 00:00 0
>> 00d5d000-00d60000 r-xp 00000000 1f:00 22395 /lib/libdl-2.10.2.so
>> 00d60000-00d61000 r--p 00002000 1f:00 22395 /lib/libdl-2.10.2.so
>> 00d61000-00d62000 rw-p 00003000 1f:00 22395 /lib/libdl-2.10.2.so
>> 00d64000-00d8a000 r-xp 00000000 1f:00 22430 /lib/libm-2.10.2.so
>> 00d8a000-00d8b000 r--p 00025000 1f:00 22430 /lib/libm-2.10.2.so
>> 00d8b000-00d8c000 rw-p 00026000 1f:00 22430 /lib/libm-2.10.2.so
>> 00d8e000-00da4000 r-xp 00000000 1f:00 22474 /lib/libpthread-2.10.2.so
>> 00da4000-00da5000 ---p 00016000 1f:00 22474 /lib/libpthread-2.10.2.so
>> 00da5000-00da6000 r--p 00016000 1f:00 22474 /lib/libpthread-2.10.2.so
>> 00da6000-00da7000 rw-p 00017000 1f:00 22474 /lib/libpthread-2.10.2.so
>> 00da7000-00da9000 rw-p 00000000 00:00 0
>> 00dab000-00db2000 r-xp 00000000 1f:00 22480 /lib/librt-2.10.2.so
>> 00db2000-00db3000 r--p 00006000 1f:00 22480 /lib/librt-2.10.2.so
>> 00db3000-00db4000 rw-p 00007000 1f:00 22480 /lib/librt-2.10.2.so
>> 00db6000-00dc0000 r-xp 00000000 1f:00 25975 /usr/lib/liblo.so.0.6.0
>> 00dc0000-00dc1000 rw-p 00009000 1f:00 25975 /usr/lib/liblo.so.0.6.0
>> 00dd6000-00de8000 r-xp 00000000 1f:00 22507 /lib/libz.so.1.2.3
>> 00de8000-00de9000 rw-p 00011000 1f:00 22507 /lib/libz.so.1.2.3
>> 00df1000-00df3000 r-xp 00000000 1f:00 25366 /usr/lib/libXau.so.6.0.0
>> 00df3000-00df4000 rw-p 00001000 1f:00 25366 /usr/lib/libXau.so.6.0.0
>> 05e8f000-05e93000 r-xp 00000000 1f:00 22382 /lib/libcap.so.2.16
>> 05e93000-05e94000 rw-p 00003000 1f:00 22382 /lib/libcap.so.2.16
>> 05ea2000-05edd000 r-xp 00000000 1f:00 25316 /usr/lib/libFLAC.so.8.2.0
>> 05edd000-05ede000 rw-p 0003a000 1f:00 25316 /usr/lib/libFLAC.so.8.2.0
>> 05ee5000-05fc3000 r-xp 00000000 1f:00 22366 /lib/libasound.so.2.0.0
>> 05fc3000-05fc7000 rw-p 000dd000 1f:00 22366 /lib/libasound.so.2.0.0
>> 05fc9000-05fd4000 r-xp 00000000 1f:00 26294 /usr/lib/
>> libvorbisenc.so.2.0.3
>> 05fd4000-060c4000 rw-p 0000a000 1f:00 26294 /usr/lib/
>> libvorbisenc.so.2.0.3
>> 060c6000-0612b000 r-xp 00000000 1f:00 26200 /usr/lib/libsndfile.so.
>> 1.0.20
>> 0612b000-0612d000 rw-p 00065000 1f:00 26200 /usr/lib/libsndfile.so.
>> 1.0.20
>> 0612d000-06131000 rw-p 00000000 00:00 0
>> 061aa000-061ae000 r-xp 00000000 1f:00 22501 /lib/libuuid.so.1.2
>> 061ae000-061af000 rw-p 00003000 1f:00 22501 /lib/libuuid.so.1.2
>> 061b1000-061db000 r-xp 00000000 1f:00 22407
>> /lib/libgcc_s-4.4.1-20090729.so.1
>> 061db000-061dc000 rw-p 00029000 1f:00 22407
>> /lib/libgcc_s-4.4.1-20090729.so.1
>> 061de000-062c1000 r-xp 00000000 1f:00 26225 /usr/lib/libstdc++.so.
>> 6.0.12
>> 062c1000-062c5000 r--p 000e2000 1f:00 26225 /usr/lib/libstdc++.so.
>> 6.0.12
>> 062c5000-062c7000 rw-p 000e6000 1f:00 26225 /usr/lib/libstdc++.so.
>> 6.0.12
>> 062c7000-062cd000 rw-p 00000000 00:00 0
>> 062cf000-062e6000 r-xp 00000000 1f:00 25324 /usr/lib/libICE.so.6.3.0
>> 062e6000-062e7000 rw-p 00016000 1f:00 25324 /usr/lib/libICE.so.6.3.0
>> 062e7000-062e9000 rw-p 00000000 00:00 0
>> 062eb000-0630c000 r-xp 00000000 1f:00 25947 /usr/lib/libjpeg.so.
>> 62.0.0
>> 0630c000-0630d000 rw-p 00021000 1f:00 25947 /usr/lib/libjpeg.so.
>> 62.0.0
>> 0630f000-06316000 r-xp 00000000 1f:00 25356 /usr/lib/libSM.so.6.0.0
>> 06316000-06317000 rw-p 00006000 1f:00 25356 /usr/lib/libSM.so.6.0.0
>> 06560000-06565000 r-xp 00000000 1f:00 26076 /usr/lib/libogg.so.0.5.3
>> 06565000-06566000 rw-p 00004000 1f:00 26076 /usr/lib/libogg.so.0.5.3
>> 065b6000-065d2000 r-xp 00000000 1f:00 26292 /usr/lib/libvorbis.so.
>> 0.4.0
>> 065d2000-065e0000 rw-p 0001c000 1f:00 26292 /usr/lib/libvorbis.so.
>> 0.4.0
>> 065e2000-065f5000 r-xp 00000000 1f:00 25385 /usr/lib/libXft.so.2.1.13
>> 065f5000-065f6000 rw-p 00012000 1f:00 25385 /usr/lib/libXft.so.2.1.13
>> 06740000-06756000 r-xp 00000000 1f:00 22436 /lib/libnsl-2.10.2.so
>> 06756000-06757000 r--p 00016000 1f:00 22436 /lib/libnsl-2.10.2.so
>> 06757000-06758000 rw-p 00017000 1f:00 22436 /lib/libnsl-2.10.2.so
>>
>> Csound tidy up: Aborted
>>
>> shell returned 1
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> 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 tracker
> https://sourceforge.net/tracker/?
> group_id=81968&atid=564599
> 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 tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|