VirtualBox Memory Corruption
Posted: 31. Jul 2012, 00:44
I have a virtual Ubuntu 11.10 machine that I recently cloned and trnasfered the .vdi file to a different computer. However, when I was examing memory in GDB of an Apache process, for example:
x/i *0x0804bd88
GDB returns:
0x6c28c358: Cannot access memory at 0x6c28c358
and when I look at the /proc/PID/maps file of the Apache process it shows that 0x0804bd88 is part of the process' memory layout. What can I do to fix this problem?
x/i *0x0804bd88
GDB returns:
0x6c28c358: Cannot access memory at 0x6c28c358
and when I look at the /proc/PID/maps file of the Apache process it shows that 0x0804bd88 is part of the process' memory layout. What can I do to fix this problem?