[Bug 34405] AklePad 4.8.4: Unhandled exception: page fault on read access to 0x0000031c in 32-bit code (0x00423413).

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 1 05:34:27 CDT 2013


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

GyB <gyebro69 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45795|0                           |1
        is obsolete|                            |

--- Comment #2 from GyB <gyebro69 at gmail.com> 2013-09-01 05:34:27 CDT ---
Created attachment 45799
  --> http://bugs.winehq.org/attachment.cgi?id=45799
backtrace

I can reproduce the problem on Fedora 19 32-bit, Wine 1.7.1 and GCC-4.8.1
installed.
This seems to be another bug related to gcc-4.8.x and the optimization levels
used when compiling Wine.
If I compile Wine with gcc-4.7.3 then the application doesn't crash.
Using gcc-4.8.1 the various optimization levels have different results:
-Og: no crash
-O0: no crash
-O1: crash
-O2: crash

In addition, native comctl32 works around the crash when using gcc-4.8.1.

Reverting the following commit in Wine 1.7.1 also works around the crash:
http://source.winehq.org/git/wine.git/commitdiff/4adfb787f4e8c36a37ce1d53a7e6df16d03ecd8a

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