Comment 3 for bug 1285363

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

I'm a little nervous about the do_sigprocmask in linux-user/signal.c for all arches. With the comment

/* Force set state of SIGSEGV, may be best for some apps, maybe not so good
++ * This is not required for qemu to work

Doing this conditionally for arm64 would be more comforting...

I'll go ahead and run some tests with it tomorrow on amd64.