DragonFly users List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]