rr-debugger / rr

Record and Replay Framework
http://rr-project.org/
Other
9.09k stars 578 forks source link

Rework trace storage #1916

Open rocallahan opened 7 years ago

rocallahan commented 7 years ago

The current trace storage approach has some issues that we need to fix:

On the other hand it has some important features we need to preserve:

rocallahan commented 7 years ago

FWIW I don't plan to fix this right away but I wanted to get the word out.

rocallahan commented 7 years ago

So what I have in mind here is something like this:

Then

zouyonghao commented 1 year ago

Hi @rocallahan What kind of signal should I send to stop the process safely if I can only send signals to rr?

rocallahan commented 1 year ago

I don't understand the question, sorry. What do you mean by "the process"?

zouyonghao commented 1 year ago

@rocallahan Sry, I mean the rr process. I have found that sending SIGTERM is fine.