Gene Cooperman

Results 78 comments of Gene Cooperman

Great. That worked with: gcc -fsanitize=address dmtcp1.c When I try to launch, it tells me: ==20446==ASan runtime does not come first in initial library list; you should either link runtime...

Hi Yueli The (I hope I got the name right). We aren't currently working on an OpenGL plugin. There is a related effort now for support of CUDA. We previously...

Hi @wpence, Sorry that I didn't reply to this earlier. I took a closer look at DynamoRio now. I believe that it would be a lot of work to make...

Let's continue this discussion at issue #882, which has more details to try to isolate the bug.

@Twinklejain, Ping. (This PR has been pending for too long. If it's ready to go, can we push it in?) Thanks.

The PR was pushed into the 2.6 branch. It's only awaiting any cleanup for pushing into the master branch now.

NOTE for others: @Twinklejain will be reviewing her PR further, before deciding to push this in.

Hi @shuqianwang , Assuming that your interest is for MPI, we are in the process of switching to supporting MANA for MPI on top of DMTCP. That project will eventually...

@rohgarg, When we call `strcat(preload, userPreload);`, we depend on preload having allocated enough storage to store the characters of userPreload. So, we set `preload[0] = '\0';` and then re-use the...

As noted in a comment at the beginning of the function, a call to `setenv()` can result in a call to malloc and a deadlock. I think we need a...