[linux-audio-user] Xi instruments

Dan Stromberg strombrg at dcs.nac.uci.edu
Tue Jan 10 18:38:37 EST 2006


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 at 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 at blee:~/src/pilot-link/0.12.0-pre4$ export MALLOC_CHECK_=1
        #strombrg at 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 at blee:~/bin$ 







More information about the Linux-audio-user mailing list