[Bug 22725] Entering two columns of numerical data in Excel 2003 leads to crash

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 7 09:31:16 CDT 2010


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


Andrew Eikum <aeikum at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aeikum at codeweavers.com




--- Comment #9 from Andrew Eikum <aeikum at codeweavers.com>  2010-06-07 09:31:14 ---
> commit a53ca1abdc284490861734eb3f2a8dacad896ef1
> Author: Alexandre Julliard <julliard at winehq.org>
> Date:   Mon Feb 8 17:44:43 2010 +0100
> 
>     kernel32: Do not load 16-bit krnl386.exe by default.

The cause of the "regression" is that when krnl386.exe16 is loaded, it adds an
exception handler (dosmem_handler) which returns EXCEPTION_CONTINUE_EXECUTION
under the conditions of the crash.  Since krnl386.exe16 isn't loaded anymore,
that handler never gets added, so the exception is never handled and Excel
crashes.

The proper solution is probably to find and fix the cause of the crash in the
first place.

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