Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process Images above 2G are not saving/restoring #2

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Open

Process Images above 2G are not saving/restoring #2

GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Modify testers/test.c to malloc a 2G region
2. Run test and try to save
3.

What is the expected output? What do you see instead?
Was receiving "Out of Memory" messages and fixed it by changing xmalloc to use 
a uint64_t. 
Now I'm seeing a segmentation fault when I try to restore. 

What version of the product are you using? On what operating system?
http://dagobah.ucc.asn.au/wacky/cryopid-0.5.9.1-x86_64.tar.gz
Linux #### 2.6.16.60-0.58.1.961.0.PTF.573807-smp #1 SMP Wed Dec 2 12:27:56 UTC 
2009 x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.
Any ideas on the issue?

Original issue reported on code.google.com by [email protected] on 2 Dec 2010 at 5:43

@GoogleCodeExporter
Copy link
Author

I changed many int's to uint64_t and am able to save and restore process images 
above 4G now. This program is saving me hours of waiting for an RTL simulation 
to a certain point. Thanks!

Original comment by [email protected] on 2 Dec 2010 at 8:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant