[Bug 27929] Bus error in create_alpha_bitmap on Mac OS X 10.7 Lion with Xcode 4.1

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 28 15:11:31 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27929

--- Comment #5 from camillo.lugaresi+wine at gmail.com 2011-07-28 15:11:30 CDT ---
(In reply to comment #4)
> signal_init_process is called, and the disassembly looks right: it seems to be
> calling sigaction with the the correct pointer to segv_handler. However,
> segv_handler is not called when the signal is received. I'll keep
> investigating.

Actually, the signal handler is probably getting called, but gdb on OS X messes
us the translation between mach exceptions (EXC_BAD_ACCESS in this case) and
UNIX signals (SIGBUS), so it cannot be used to step into signal handlers.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list