JainTwinkle

Results 15 comments of JainTwinkle

@karya0 I see that three test cases are failing. I examined one of them (OpenMP-2). The test case fails on the restart with the following backtrace. ``` (gdb) bt #0...

@karya0 It looks like the `sleep` process is segfaulting during restart in the `script` test case. The backtrace is not useful at all. Hope this helps! The behavior is consistent...

Update: I got the useful backtrace from the core file: ``` (gdb) bt #0 mtcp_abort () at mtcp_sys.h:534 #1 0x00007f1cf549f313 in read_one_memory_area (fd=5, endOfStack=0x7fffd17e4000 ) at mtcp_restart.c:1106 #2 0x00007f1cf549ee49 in...

@gc00, I see that you have only added code but not moved from later to earlier in the execution. Will the existing code again try to relocate the stack later...

@gc00 @karya0 > (It won't actually run until we add Kapil's commit for a fix.) Which commit is this? Can you point to the PR or the commit hash?