https://bugzilla.novell.com/show_bug.cgi?id=391709 User jbeulich@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=391709#c10 --- Comment #10 from Jan Beulich <jbeulich@novell.com> 2008-05-26 04:10:10 MDT ---
I've done some more investigation on this issue and I found that xc_domain_save() in tool/libxc/xc_domain_save.c mysteriously exists the xc_save process when calling munmap() during cleanup at line 1610.
Are you saying that the munmap call doesn't return (but rather result in process exit)? Not being able to read (from the debugger) the memory live_p2m points to doesn't really mean the address is bogus - as long as it's (as you verified) the same one you got from mmap(), I'd assum all is fine with it. Did you try this with a debug build, so you'd get all the DPRINTF() output? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.