[Csnd] bug in output when csound cleans up
Date | 2018-06-14 02:11 |
From | Aaron Krister Johnson |
Subject | [Csnd] bug in output when csound cleans up |
Hi all (and esp. devs):
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Using gdb, I was able to locate that something is amiss in 'csoundDestroyModules' that ends up printing a newline and 3 spaces while csound quits. Well, at least here on my system. I don't have debugging symbols and line numbers available in gdb, but stepping through, I know it's there somewhere. In gdb, here's what I'm seeing: ... Score finished in csoundPerform(). inactive allocs returned to freespace end of score. overall amps: 0.08499 0.09494 overall samples out of range: 0 0 0 errors in performance Elapsed time at end of performance: real: 4.377s, CPU: 0.439s 724 512 sample blks of 64-bit floats written to dac [Inferior 1 (process 16968) exited normally] (gdb) Right before "[Inferior..." you'll notice the thing that is triggering my annoyed state...the 3 spaces. Thanks for having a look. |
Date | 2018-06-14 13:28 |
From | John ff |
Subject | Re: [Csnd] bug in output when csound cleans up |
I cannot reproduce this. Does it happen on all inputs of specific ones? Sent from TypeApp On Jun 14, 2018, 02:12, at 02:12, Aaron Krister Johnson |
Date | 2018-06-14 13:58 |
From | Aaron Krister Johnson |
Subject | Re: [Csnd] bug in output when csound cleans up |
Hi John, It happens, it seems, on closing for any and all inputs. I'm wondering if there's some corruption in a local c-lib version of mine. Gdb reports a line where I see the 3-space gap all of a sudden, and it happens in reference to 'malloc.c' Best, AKJ On Jun 14, 2018 7:29 AM, "John ff" <jpff@codemist.co.uk> wrote: I cannot reproduce this. Does it happen on all inputs of specific ones? |
Date | 2018-06-14 14:49 |
From | John ff |
Subject | Re: [Csnd] bug in output when csound cleans up |
The malloc.c file is not csound. Do you have valgrind?
Sent from Blue
n <akjmicro@gmail.com> wrote:
|
Date | 2018-06-14 19:12 |
From | Aaron Krister Johnson |
Subject | Re: [Csnd] bug in output when csound cleans up |
Yes, understood...I knew :) Will look more into it when I have a moment, with valgrind. OTOH, maybe I can update the c lib on my system, if available. Might be a bug peculiar to my particular snapshot. On Thu, Jun 14, 2018, 8:50 AM John ff <jpff@codemist.co.uk> wrote:
|