Thank you Julian,

that fixed the problem with memcheck !

can I do the same also for the PointerCheck tool ot this doesn't support the
parallel debugging ?

Federico


Il giorno 13 gennaio 2010 14.00, Julian Seward <[email protected]> ha scritto:

>
> In memcheck/mc_machine.c, find the x86 section, which starts with
> a comment like this
>
>   /* --------------------- x86 --------------------- */
>
> About half way down you see this
>
>   /* Treat %AH, %BH, %CH, %DH as independent registers.  To do this
>
> Just before this comment, add these lines
>
>  if (o == GOF(NRADDR) && sz == 4) return -1;
>  if (o == GOF(SC_CLASS) && sz == 4) return -1;
>
> make ; make install and try again.  Does that help?
>
> J
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to