|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
strange segmentation faultJust want to report a strange crash I had, and what is obviously the
problem. The message was: orch compiler: file too large for ortext space csound(305) malloc: *** error for object 0x820800: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug Csound tidy up: Segmentation fault But my orc wasn't extraordinary large. After a lot of testing I found that obviously the number of characters in a certain region of the orc led to the crash: one less or more is ok, but exactly this number crashes (can be spaces or whatever). Each time the report was referring to "object 0x820800" I know this may sound crazy. It reminds me that I had a similar problem some time ago with a shell script calling csound, and a friend sent me a diagnosis made with valgrind. I attach this. Not sure whether this is helpful for anyone ... joachim ==5035== Memcheck, a memory error detector. ==5035== Copyright (C) 2002-2008, and GNU GPL'd, by Julian Seward et al. ==5035== Using LibVEX rev 1878, a library for dynamic binary translation. ==5035== Copyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP. ==5035== Using valgrind-3.4.0-Debian, a dynamic binary instrumentation framework. ==5035== Copyright (C) 2000-2008, and GNU GPL'd, by Julian Seward et al. ==5035== For more details, rerun with: -v ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400BEF3: (within /lib/ld-2.9.so) ==5035== by 0x400322B: (within /lib/ld-2.9.so) ==5035== by 0x4014780: (within /lib/ld-2.9.so) ==5035== by 0x4000C1C: (within /lib/ld-2.9.so) ==5035== by 0x4000816: (within /lib/ld-2.9.so) ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400A9BC: (within /lib/ld-2.9.so) ==5035== by 0x400322B: (within /lib/ld-2.9.so) ==5035== by 0x4014780: (within /lib/ld-2.9.so) ==5035== by 0x4000C1C: (within /lib/ld-2.9.so) ==5035== by 0x4000816: (within /lib/ld-2.9.so) ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400B691: (within /lib/ld-2.9.so) ==5035== by 0x400322B: (within /lib/ld-2.9.so) ==5035== by 0x4014780: (within /lib/ld-2.9.so) ==5035== by 0x4000C1C: (within /lib/ld-2.9.so) ==5035== by 0x4000816: (within /lib/ld-2.9.so) ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400A696: (within /lib/ld-2.9.so) ==5035== by 0x4003334: (within /lib/ld-2.9.so) ==5035== by 0x4014780: (within /lib/ld-2.9.so) ==5035== by 0x4000C1C: (within /lib/ld-2.9.so) ==5035== by 0x4000816: (within /lib/ld-2.9.so) ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400A69E: (within /lib/ld-2.9.so) ==5035== by 0x4003334: (within /lib/ld-2.9.so) ==5035== by 0x4014780: (within /lib/ld-2.9.so) ==5035== by 0x4000C1C: (within /lib/ld-2.9.so) ==5035== by 0x4000816: (within /lib/ld-2.9.so) ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400A9BC: (within /lib/ld-2.9.so) ==5035== by 0x4003334: (within /lib/ld-2.9.so) ==5035== by 0x4014780: (within /lib/ld-2.9.so) ==5035== by 0x4000C1C: (within /lib/ld-2.9.so) ==5035== by 0x4000816: (within /lib/ld-2.9.so) ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016903: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401690E: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016919: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016903: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401690E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016919: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A61: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A61: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A57: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x4338c6c is 44 bytes inside a block of size 45 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A13: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== Address 0x4339310 is 16 bytes inside a block of size 19 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x40078CB: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400A696: (within /lib/ld-2.9.so) ==5035== by 0x401232A: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400ABF0: (within /lib/ld-2.9.so) ==5035== by 0x401232A: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400AC43: (within /lib/ld-2.9.so) ==5035== by 0x401232A: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400BEF3: (within /lib/ld-2.9.so) ==5035== by 0x401232A: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x400A9BC: (within /lib/ld-2.9.so) ==5035== by 0x401232A: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A57: (within /lib/ld-2.9.so) ==5035== by 0x400E309: (within /lib/ld-2.9.so) ==5035== by 0x4009ADD: (within /lib/ld-2.9.so) ==5035== by 0x424C913: (within /lib/i686/cmov/libc-2.9.so) ==5035== by 0x424CD09: _dl_sym (in /lib/i686/cmov/libc-2.9.so) ==5035== by 0x42EDDB7: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDD42: dlsym (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE752: csoundGetLibrarySymbol (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x4338c6c is 44 bytes inside a block of size 45 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A40: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x4339c50 is 40 bytes inside a block of size 41 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A40: (within /lib/ld-2.9.so) ==5035== by 0x400E309: (within /lib/ld-2.9.so) ==5035== by 0x4009ADD: (within /lib/ld-2.9.so) ==5035== by 0x424C913: (within /lib/i686/cmov/libc-2.9.so) ==5035== by 0x424CD09: _dl_sym (in /lib/i686/cmov/libc-2.9.so) ==5035== by 0x42EDDB7: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDD42: dlsym (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE752: csoundGetLibrarySymbol (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x4339c50 is 40 bytes inside a block of size 41 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A33: (within /lib/ld-2.9.so) ==5035== by 0x400E309: (within /lib/ld-2.9.so) ==5035== by 0x4009ADD: (within /lib/ld-2.9.so) ==5035== by 0x424C913: (within /lib/i686/cmov/libc-2.9.so) ==5035== by 0x424CD09: _dl_sym (in /lib/i686/cmov/libc-2.9.so) ==5035== by 0x42EDDB7: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDD42: dlsym (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE752: csoundGetLibrarySymbol (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A3E: (within /lib/ld-2.9.so) ==5035== by 0x400E309: (within /lib/ld-2.9.so) ==5035== by 0x4009ADD: (within /lib/ld-2.9.so) ==5035== by 0x424C913: (within /lib/i686/cmov/libc-2.9.so) ==5035== by 0x424CD09: _dl_sym (in /lib/i686/cmov/libc-2.9.so) ==5035== by 0x42EDDB7: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDD42: dlsym (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE752: csoundGetLibrarySymbol (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401685E: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401686D: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401687C: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401688B: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401685E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401686D: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401687C: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x401688B: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A1C: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A27: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A1C: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Conditional jump or move depends on uninitialised value(s) ==5035== at 0x4016A27: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A13: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x433a798 is 48 bytes inside a block of size 49 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A29: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== Address 0x433b4cc is 20 bytes inside a block of size 22 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x40078CB: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A40: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== Address 0x433be78 is 24 bytes inside a block of size 26 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x40078CB: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A13: (within /lib/ld-2.9.so) ==5035== by 0x400E309: (within /lib/ld-2.9.so) ==5035== by 0x4009ADD: (within /lib/ld-2.9.so) ==5035== by 0x424C913: (within /lib/i686/cmov/libc-2.9.so) ==5035== by 0x424CD09: _dl_sym (in /lib/i686/cmov/libc-2.9.so) ==5035== by 0x42EDDB7: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDD42: dlsym (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE752: csoundGetLibrarySymbol (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x433a798 is 48 bytes inside a block of size 49 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? virtual_keyboard real time MIDI plugin for Csound PortAudio real-time audio module for Csound ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A29: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x434ea5c is 36 bytes inside a block of size 39 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A57: (within /lib/ld-2.9.so) ==5035== by 0x4005CC2: (within /lib/ld-2.9.so) ==5035== by 0x400763C: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== Address 0x434edc4 is 28 bytes inside a block of size 29 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x40078CB: (within /lib/ld-2.9.so) ==5035== by 0x400D6C6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x400C7EC: (within /lib/ld-2.9.so) ==5035== by 0x4012246: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== ==5035== Invalid read of size 4 ==5035== at 0x4016A29: (within /lib/ld-2.9.so) ==5035== by 0x400E309: (within /lib/ld-2.9.so) ==5035== by 0x4009ADD: (within /lib/ld-2.9.so) ==5035== by 0x424C913: (within /lib/i686/cmov/libc-2.9.so) ==5035== by 0x424CD09: _dl_sym (in /lib/i686/cmov/libc-2.9.so) ==5035== by 0x42EDDB7: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDD42: dlsym (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE752: csoundGetLibrarySymbol (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? ==5035== Address 0x434ea5c is 36 bytes inside a block of size 39 alloc'd ==5035== at 0x402601E: malloc (vg_replace_malloc.c:207) ==5035== by 0x4004A8E: (within /lib/ld-2.9.so) ==5035== by 0x4007581: (within /lib/ld-2.9.so) ==5035== by 0x40121E6: (within /lib/ld-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x4011BED: (within /lib/ld-2.9.so) ==5035== by 0x42EDBEB: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x400E005: (within /lib/ld-2.9.so) ==5035== by 0x42EE01B: (within /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x42EDB20: dlopen (in /lib/i686/cmov/libdl-2.9.so) ==5035== by 0x40CE7F4: csoundOpenLibrary (in /usr/lib/libcsound64.so.5.1) ==5035== by 0x62696C2E: ??? PortMIDI real time MIDI plugin for Csound 0dBFS level = 32768.0 Csound version 5.08 (double samples) Nov 9 2008 libsndfile-1.0.18 UnifiedCSD: /tmp/fft.csd STARTING FILE Creating options Creating orchestra Creating score orchname: /tmp/fileXNEjvL.orc scorename: /tmp/filewDPuCa.sco rtmidi: PortMIDI module enabled rtaudio: PortAudio module enabled ... using blocking interface orch compiler: 130 lines read instr 1 instr 10 instr 20 instr 30 LABELS list is full...extending to 10 Elapsed time at end of orchestra compile: real: 0.296s, CPU: 0.300s sorting score ... ... done Elapsed time at end of score sort: real: 0.343s, CPU: 0.340s Csound version 5.08 (double samples) Nov 9 2008 displays suppressed 0dBFS level = 1.0 orch now loaded audio buffered in 256 sample-frame blocks not writing to sound disk SECTION 1: new alloc for instr 1: ftable 101: ftable 102: new alloc for instr 10: file /tmp/fft.pvx (7108128 bytes) loaded into memory new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: new alloc for instr 10: rtevent: T 10.000 TT 10.000 M: 0.00000 new alloc for instr 20: [1mDatei /tmp/fft.pvx, untersuchte Bins 1 - 512. [m[1mDie stärksten 8 Frequenzen sind: [m[1m1) 1213.631847 Hz mit einer Amplitude von 0.161257 (bei 9.985 sec in bin 28) [m[1m2) 515.473963 Hz mit einer Amplitude von 0.145629 (bei 3.077 sec in bin 12) [m[1m3) 1241.145577 Hz mit einer Amplitude von 0.123625 (bei 9.962 sec in bin 29) [m[1m4) 669.673598 Hz mit einer Amplitude von 0.123518 (bei 7.465 sec in bin 16) [m[1m5) 663.285205 Hz mit einer Amplitude von 0.121875 (bei 7.448 sec in bin 15) [m[1m6) 1168.059105 Hz mit einer Amplitude von 0.119006 (bei 7.831 sec in bin 27) [m[1m7) 469.182705 Hz mit einer Amplitude von 0.115829 (bei 3.744 sec in bin 11) [m[1m8) 401.761572 Hz mit einer Amplitude von 0.115225 (bei 4.197 sec in bin 9) [m==5035== ==5035== Invalid write of size 8 ==5035== at 0x50B5C00: (within /usr/lib/csound/plugins64-5.1/libstdopcod.so) ==5035== Address 0x43f7b6c is 0 bytes after a block of size 596 alloc'd ==5035== at 0x40240D2: calloc (vg_replace_malloc.c:397) ==5035== by 0x40601C4: (within /usr/lib/libcsound64.so.5.1) B 0.000 .. 0.010 T 10.020 TT 10.020 M: 0.00000 Score finished in csoundPerform(). 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: 11.767s, CPU: 11.690s no sound written to disk ==5035== ==5035== ERROR SUMMARY: 697 errors from 46 contexts (suppressed: 0 from 0) ==5035== malloc/free: in use at exit: 17,647 bytes in 9 blocks. ==5035== malloc/free: 3,261 allocs, 3,252 frees, 12,684,520 bytes allocated. ==5035== For counts of detected errors, rerun with: -v ==5035== Use --track-origins=yes to see where uninitialised values come from ==5035== searching for pointers to 9 not-freed blocks. ==5035== checked 278,604 bytes. ==5035== ==5035== LEAK SUMMARY: ==5035== definitely lost: 16,544 bytes in 1 blocks. ==5035== possibly lost: 0 bytes in 0 blocks. ==5035== still reachable: 1,103 bytes in 8 blocks. ==5035== suppressed: 0 bytes in 0 blocks. ==5035== Rerun with --leak-check=full to see details of leaked memory. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: strange segmentation faultDo you have a CSD?
At 17:52 08/09/2009, you wrote: >Just want to report a strange crash I had, and what is obviously the >problem. The message was: > >orch compiler: >file too large for ortext space >csound(305) malloc: *** error for object 0x820800: incorrect checksum >for freed object - object was probably modified after being freed. >*** set a breakpoint in malloc_error_break to debug >Csound tidy up: Segmentation fault > >But my orc wasn't extraordinary large. After a lot of testing I found >that obviously the number of characters in a certain region of the orc >led to the crash: one less or more is ok, but exactly this number >crashes (can be spaces or whatever). Each time the report was >referring to "object 0x820800" > >I know this may sound crazy. It reminds me that I had a similar >problem some time ago with a shell script calling csound, and a friend >sent me a diagnosis made with valgrind. I attach this. Not sure >whether this is helpful for anyone ... > > joachim > > > > > > > >------------------------------------------------------------------------------ >Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >trial. Simplify your report design, integration and deployment - and focus on >what you do best, core application coding. Discover what's new with >Crystal Reports now. http://p.sf.net/sfu/bobj-july >_______________________________________________ >Csound-devel mailing list >Csound-devel@... >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: strange segmentation faultYes but it depends on some external files. I'll have a look and then
send it to you. Thanks - joachim Am 09.09.2009 um 11:50 schrieb Victor Lazzarini: > Do you have a CSD? > > At 17:52 08/09/2009, you wrote: >> Just want to report a strange crash I had, and what is obviously the >> problem. The message was: >> >> orch compiler: >> file too large for ortext space >> csound(305) malloc: *** error for object 0x820800: incorrect checksum >> for freed object - object was probably modified after being freed. >> *** set a breakpoint in malloc_error_break to debug >> Csound tidy up: Segmentation fault >> >> But my orc wasn't extraordinary large. After a lot of testing I found >> that obviously the number of characters in a certain region of the >> orc >> led to the crash: one less or more is ok, but exactly this number >> crashes (can be spaces or whatever). Each time the report was >> referring to "object 0x820800" >> >> I know this may sound crazy. It reminds me that I had a similar >> problem some time ago with a shell script calling csound, and a >> friend >> sent me a diagnosis made with valgrind. I attach this. Not sure >> whether this is helpful for anyone ... >> >> joachim >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports >> 2008 30-Day >> trial. Simplify your report design, integration and deployment - >> and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: strange segmentation faultThe error message "file too large for ortext space" means that despite
the calculations and extension the orchestra characters have overflowed the allocation. Basically this should not happen so I really would like to see what triggered it. ==John ffitch ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
| Free embeddable forum powered by Nabble | Forum Help |