This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 6/8] Introduce thread-safe way to handle SIGSEGV


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

>> +      signal (sig, handle_sigsegv);

Pedro> Doesn't this lose the SA_ONSTACK?

Yeah.  I'm glad you caught this since it points out that we have to call
sigaltstack per-thread.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]