checkpointing dumps core

Michael Neumann mneumann at ntecs.de
Tue Nov 16 13:00:28 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





More information about the Users mailing list