Hi,
                I was wondering if you knew why when I try to run gstack on an 
mtcp_restart process it crashes? I have tried with very simple programs, and as 
soon as I do gstack it just dies. It does not seem to me that gstack sends any 
particular signal.

Simple program:
#include <dmtcpaware.h>

int main()
{
    /* Checkpoint */
    int result = dmtcpCheckpoint();

   /* Loop forever so we can do gstack on the PID */
    while (1);
    return 0;
}

I have tried this on both the trunk version and earlier versions (like 1.2.4), 
all of them result in it killing the restarted process.

Joshua Louie

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Dmtcp-forum mailing list
Dmtcp-forum@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dmtcp-forum

Reply via email to