checkpointing dumps core
Matthew Dillon
dillon at apollo.backplane.com
Tue Nov 16 16:08:03 PST 2004
:Hi,
:
:I tried checkpointing a simple program, but without success.
:I am using the latest stable DragonFly from 15 November 2004.
:
:The program, I tried, was:
:
: int main(int argc, char** argv) {
: int i = 0;
: while (1==1) {
: printf("iteration: %d\n", i);
: i += 1;
: }
: }
:
:But it dumps core when I try to run the checkpoint (creating the
:checkpoint works).
:
:Any hints?
:
:Regards,
:
: Michael
That's odd. It seems to work for me. I tried it on both stable and
HEAD. Make sure that stty -a reports the check point key as being ^E
(ckpt in the cchars section) and that you have loaded the checkpoint
module.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Users
mailing list