DragonFly users List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: checkpointing dumps core
: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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]