[Bug 24549] Firestarter Demo crashes on exit when mouse is moved.

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 19 05:39:07 CDT 2010


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

--- Comment #7 from Alexandre Julliard <julliard at winehq.org> 2010-10-19 05:39:06 CDT ---
(In reply to comment #6)
> In order for it not to be dangerous, you'd have to promise that
> no signals will ever be delivered to Wine at the point that
> there is live data on the stack below %esp.  If that did ever
> happen then the data would be trashed by the signal delivery
> frame, and you'd have an almost impossible-to-recreate timing
> dependent failure.

We use signal stacks for this reason. If a signal touches the main stack that's
a bug. There is no guarantee that there even is a main stack for signal
delivery, apps play some very strange games sometimes.

-- 
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