[Bug 227252] Re: The generated binaries always crash

2009-01-30 Thread BernardB
In addition to the mmap_min_addr change above, you also need to set /proc/sys/vm/vdso_enabled to either 0 (no vDSO) or 2 (compatibility vDSO mode - mapping to 0x). I'd recommend setting it to 2 for performance. The default is 1 which maps the vDSO page somewhere in the user process's

[Bug 227252] Re: The generated binaries always crash

2009-01-10 Thread Luca Falavigna
cryopid has been recently removed from Ubuntu and Debian, so I'm closing ths bug report for now. Please reopen if you can provide further informations. Thank you in advance! ** Changed in: cryopid (Ubuntu) Status: Confirmed = Won't Fix -- The generated binaries always crash

[Bug 227252] Re: The generated binaries always crash

2008-12-12 Thread Luca Falavigna
Could you please check if recent kernels work with cryopid? -- The generated binaries always crash https://bugs.launchpad.net/bugs/227252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 227252] Re: The generated binaries always crash

2008-09-25 Thread BernardB
Some mmap restrictions recently went into the kernel to help mitigate null-pointer deref bugs and other classes of exploits. Running sudo sh -c 'echo 4096 /proc/sys/vm/mmap_min_addr' should allow cryopid to get past this stumbling block. Alternately, the resumer code should be put at a higher

[Bug 227252] Re: The generated binaries always crash

2008-07-31 Thread Luca Falavigna
** Changed in: cryopid (Ubuntu) Importance: Undecided = Medium -- The generated binaries always crash https://bugs.launchpad.net/bugs/227252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 227252] Re: The generated binaries always crash

2008-07-02 Thread Gabor Szabo
I figured out that the binaries crash only with certain kernel configs. In particular, I changed a few things in the Processor type and features section of the kernel config and now the generated binaries restart all right. I've changed three or four things at the same time and am not sure which

[Bug 227252] Re: The generated binaries always crash

2008-07-02 Thread Gabor Szabo
** Attachment added: Kernel config that doesn't http://launchpadlibrarian.net/15763896/config-NOT-working -- The generated binaries always crash https://bugs.launchpad.net/bugs/227252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 227252] Re: The generated binaries always crash

2008-07-02 Thread Gabor Szabo
I attached a wrong .config file above, this is the one that freeze binaries truly work with. This one turns the Tickless system High resolution timer support options off. It seems this is really necessary for the binaries to work. ** Attachment added: Kernel config that REALLY works

[Bug 227252] Re: The generated binaries always crash

2008-06-06 Thread Gabor Szabo
I've experienced this. This happens only in Ubuntu 8.04 though, apparently due to newer kernels. The binary generated by freeze works OK with older kernels (definitely with 2.6.20-15-386), even if it was saved with a new kernel (2.6.24-16-generic). It may be that (1) the kernel config was changed

[Bug 227252] Re: The generated binaries always crash

2008-05-16 Thread Ralph Corderoy
I've independently discovered this and then found this bug. Confirming. I'm using exactly the same version of cryopid as Marco on x86. Makes no difference whether the -l option is given. ** Changed in: cryopid (Ubuntu) Status: New = Confirmed -- The generated binaries always crash

[Bug 227252] Re: The generated binaries always crash

2008-05-16 Thread Ralph Corderoy
I've found `strace /tmp/foo.frozen' is a good means of debugging. Here, I find one of the first things foo.frozen attempts, regardless of what program was frozen, is mmap2(0x1000, 57344, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 0, 0) = -1 EACCES (Permission

[Bug 227252] Re: The generated binaries always crash

2008-05-06 Thread Marco Maggesi
** Attachment added: Example program for testing cryopid http://launchpadlibrarian.net/14254212/ciao.c -- The generated binaries always crash https://bugs.launchpad.net/bugs/227252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --