On Wed, 2006-01-11 at 00:31 +0100, Carotinho wrote:
Hi!
Alle 20:25, martedì 10 gennaio 2006, Erik de Castro Lopo ha scritto:
Soundtracker uses XI instruments:
http://www.soundtracker.org/
Yes I know it, but I'm not enthusiastic about using a dismissed software;
besides, it used to run well, but now it gives me this error when I try to
start it:
*** glibc detected *** malloc(): memory corruption: 0x082dbdc8 ***
Abortito
who knows?
I had much the same problem with jpilot, until:
#!/usr/bin/env bash
#strombrg@blee:~/src/pilot-link/0.12.0-pre4$
/usr/local/pilot-link-0.12.0-pre4/bin/jpilot
#*** glibc detected *** double free or corruption (fasttop): 0x081944e0 ***
#Aborted
#strombrg@blee:~/src/pilot-link/0.12.0-pre4$ export MALLOC_CHECK_=1
#strombrg@blee:~/src/pilot-link/0.12.0-pre4$
/usr/local/pilot-link-0.12.0-pre4/bin/jpilot
#malloc: using debugging hooks
#removing stale pidfile
#*** glibc detected *** free(): invalid pointer: 0x081ef5b0 ***
#*** glibc detected *** free(): invalid pointer: 0x081da1c8 ***
export MALLOC_CHECK_=1
/usr/local/pilot-link-0.12.0-pre4/bin/jpilot "$@"
strombrg@blee:~/bin$
Assuming you reported these problems to the developers, were they able
to help?
Lee