|
From: Yeshurun, M. <mei...@in...> - 2005-08-07 08:34:14
|
Try this: In line 272 of coregrind/stage1.c info.exe_base =3D VG_ROUNDDN(info.exe_end - 0x02000000, 0x10000000); change the '2' to '4' (i.e., multiply 0x02000000 by 2) and then make, make install again -----Original Message----- From: val...@li... [mailto:val...@li...] On Behalf Of prashantha a.s Sent: Sunday, August 07, 2005 10:53 AM To: val...@li... Subject: [Valgrind-users] Technical support required - problem Hi All, I am prashantha.AS working for siemens from past few year, I am faceing some problem while using valgrind on MontaVista linux. Could any one can help me to trace out this problem.=20 Please find the attachment, to see the error Regards Prashantha.AS __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around=20 http://mail.yahoo.com=20 |
|
From: Tom H. <to...@co...> - 2005-08-07 08:42:38
|
In message <942...@ha...>
"Yeshurun, Meir" <mei...@in...> wrote:
> In line 272 of coregrind/stage1.c
>
> info.exe_base = VG_ROUNDDN(info.exe_end - 0x02000000, 0x10000000);
>
> change the '2' to '4' (i.e., multiply 0x02000000 by 2)
>
> and then make, make install again
That will only work if it is a PIE build. He is using 2.4.0 though
so it may well be as that was the default then.
If it isn't a PIE build then KICKSTART_BASE will been to be lowered.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: prashantha a.s <pra...@ya...> - 2005-08-17 07:02:38
Attachments:
valgrindErrorLatest.txt
|
Hi, I tried with this, but again i am getting same problem. Please find the atachment. I am giving you entire detalis of memory and also the error that i am getting. Could you please help me regarding this Regards Prahantha.AS --- Tom Hughes <to...@co...> wrote: > In message > <942...@ha...> > "Yeshurun, Meir" <mei...@in...> > wrote: > > > In line 272 of coregrind/stage1.c > > > > info.exe_base = VG_ROUNDDN(info.exe_end - > 0x02000000, 0x10000000); > > > > change the '2' to '4' (i.e., multiply 0x02000000 > by 2) > > > > and then make, make install again > > That will only work if it is a PIE build. He is > using 2.4.0 though > so it may well be as that was the default then. > > If it isn't a PIE build then KICKSTART_BASE will > been to be lowered. > > Tom > > -- > Tom Hughes (to...@co...) > http://www.compton.nu/ > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software > Conference & EXPO > September 19-22, 2005 * San Francisco, CA * > Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects > & Teams * Testing & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |