[ELDK] problem with DUMA(testmt)

Matteo Facchinetti matteo.facchinetti at sirius-es.it
Tue Mar 31 10:06:24 CEST 2009


stefano babic wrote:
> Matteo Facchinetti wrote:
>   
>> I've try to run all DUMA test utility(tstheap, testenv, testmt etc.) on 
>> target, and testmt fails crashing in Segmentation fault.
>> What's wrong?
>>
>>     
>
> I have never tried to use this library. I will only point out to a
> powerpc patch for the well known memory-leak tool valgrind that you can
> find at:
> 	
> 	ftp://ftp.denx.de/pub/tmp/
>
> Maybe you can look at it.
>
>   
Feedback:
in configuration there's a limitation about glibc:

    configure: error: Valgrind requires the glibc version 2.1, 2.2, 2.3 
or 2.4


I have comment the exit() function and then have compile/run correctly 
also with the newer version of glibc.


Thanks,
Matteo Facchinetti



--- configure   2009-03-30 09:09:36.000000000 +0200
+++ ../valgrind-2.4.1-ppc/configure     2006-03-16 04:49:28.000000000 +0100
@@ -4292,14 +4292,13 @@
 
        DEFAULT_SUPP="${DEFAULT_SUPP} glibc-2.4.supp"
        ;;
-  
+
      *)
        echo "$as_me:$LINENO: result: unsupported version" >&5
 echo "${ECHO_T}unsupported version" >&6
        { { echo "$as_me:$LINENO: error: Valgrind requires the glibc 
version 2.1, 2.2, 2.3 or 2.4" >&5
 echo "$as_me: error: Valgrind requires the glibc version 2.1, 2.2, 2.3 
or 2.4" >&2;}
-   #{ (exit 1); exit 1; };
-       }
+   { (exit 1); exit 1; }; }
        ;;
 esac


> Best regards,
>
> Stefano Babic
>
>   



More information about the eldk mailing list