Re: [linux-audio-user] Xi instruments

From: Dan Stromberg <strombrg@email-addr-hidden>
Date: Wed Jan 11 2006 - 01:38:37 EET

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@email-addr-hidden:~/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@email-addr-hidden:~/src/pilot-link/0.12.0-pre4$ export MALLOC_CHECK_=1
        #strombrg@email-addr-hidden:~/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@email-addr-hidden:~/bin$
Received on Wed Jan 11 04:15:10 2006

This archive was generated by hypermail 2.1.8 : Wed Jan 11 2006 - 04:15:10 EET