site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=NdiuJFn4s+lfeIit+DGT/oenZzxHWcIZ89YB0hLTO9XeYW7gxSpE3EYSfM85exTh6UGb5kfodTraUAxYyVMwWz26cfOwBzuX7lYZT7W5PaSJLpRVFpZkGt8UtfBEAKPhRFgfskuZqskjo/Hi9ScqW2sG3a5VR0EIbgcyy2R9eG8= ; Hello All, I have a simple but still unsolved problem involving the interaction of the EXC_BAD_ACCESS exception and gdb: I can't figure out how to get gdb to pass the exception to my signal handler. My test program works fine if I send a SIGUSR1 -- gdb passes the signal to my program and I get a breakpoint in the signal handler. The test program works as expected w/o gdb -- the EXC_BAD_ACCESS invokes my sigaction handler. But provoking a EXC_BAD_ACCESS within gdb stalls on the offending code. I'm curious if there is analagous gdb command "handle SIGUSR1 nostop" for EXC_BAD_ACCESS? Is there a different way from sigaction() to specify how to handle the EXC_BAD_ACCESS exception? thanks in advance for your help, cheers, Brendan Creane _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brendan Creane