Re: [Valgrind-users] Valgrind on mips64

2017-10-05 Thread Vikram Chhibber
Thanks Maran. I am trying to compile this branch for mips and it is giving these errors: This is my configure string: ./configure --host=mips64-poky-linux --prefix=...install_oct CFLAGS=-mips64 --build=x86_64-linux CC=...mips64-poky-linux-gcc CXX=...mips64-poky-linux-g++ mv -f priv/.deps/libvex_m

Re: [Valgrind-users] Valgrind on mips64

2017-10-03 Thread Vikram Chhibber
Thanks a lot. This looks promising. I will try and get back to you. Vikram On Tue, Oct 3, 2017 at 4:01 AM, Maran Pakkirisamy < mpakkiris...@caviumnetworks.com> wrote: > Probably your application is accessing xkphys address space on cavium > processor. > > Try this branch which has support for ap

Re: [Valgrind-users] Valgrind on mips64

2017-09-19 Thread Vikram Chhibber
Thanks John. It is memory-mapped hardware device. I will debug more and would update you. On Tue, Sep 19, 2017 at 3:00 PM, John Reiser wrote: > My code access memory-address range starting from 0x80011800. This >> is legitimate access. >> > > But *what* does it access? Is it a memory-ma

Re: [Valgrind-users] Valgrind on mips64

2017-09-19 Thread John Reiser
My code access memory-address range starting from 0x80011800. This is legitimate access. But *what* does it access? Is it a memory-mapped hardware device, or is it real RAM? Actual memory can be accessed in smaller or larger pieces in any order, and give consistent answers. Many hard

[Valgrind-users] Valgrind on mips64

2017-09-19 Thread Vikram Chhibber
Hi All, I am trying to run valgrind on our mips 64 bit platform. I have compiled valgrind 3.13 with following configure arguments: ./configure --host=mips64-poky-linux --prefix=... --build=x86_64-linux CC=... CXX=... My code access memory-address range starting from 0x80011800. This is

Re: [Valgrind-users] Valgrind on MIPS64

2013-09-12 Thread min Frank
Hi Philippe, *Thanks for your reply. Do you have idea about the roughly timeline for 3.9 release?* * * *Min * On Thu, Sep 12, 2013 at 12:38 PM, Philippe Waroquiers < philippe.waroqui...@skynet.be> wrote: > On Thu, 2013-09-12 at 10:55 -0700, min Frank wrote: > > > Does anyone know if Valgrind wo

Re: [Valgrind-users] Valgrind on MIPS64

2013-09-12 Thread Philippe Waroquiers
On Thu, 2013-09-12 at 15:20 -0700, min Frank wrote: > Hi Philippe, > > > Thanks for your reply. Do you have idea about the roughly timeline for > 3.9 release? I think the idea is to release it in one month or so (but it was already delayed for some months, due to addition of new functionalities

[Valgrind-users] Valgrind on MIPS64

2013-09-12 Thread min Frank
Hi, Does anyone know if Valgrind works on MIPS64/Linux? I see MIPS32/Linux is in 3.8. Thanks Min -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record

Re: [Valgrind-users] Valgrind on MIPS64

2013-09-12 Thread Philippe Waroquiers
On Thu, 2013-09-12 at 10:55 -0700, min Frank wrote: > Does anyone know if Valgrind works on MIPS64/Linux? I see > MIPS32/Linux is in 3.8. mips64 support has been added in 3.9. (but 3.9 is not released yet, so you must get and compile the SVN version) Philippe -