[aarch64-port-dev ] Internal Error (frame.cpp:1150), Error: ShouldNotReachHere()

Andrew Haley aph at redhat.com
Tue Oct 1 06:03:54 PDT 2013


On 10/01/2013 01:56 PM, Cao Hoang Thu wrote:
> Yes, I used free for checking memory...

That's not the right thing to do.

To find out what memory a process is using, do

   cat /proc/$PID/maps

There's no point using free because memory is used by the filesystem
cache.

Andrew.




More information about the aarch64-port-dev mailing list