http://bugs.winehq.org/show_bug.cgi?id=23604
--- Comment #2 from GyB gyebro69@gmail.com 2010-07-11 09:25:22 --- Created an attachment (id=29528) --> (http://bugs.winehq.org/attachment.cgi?id=29528) my kernel config located in /boot
(In reply to comment #1)
Hello,
that Shrinker 3.3 wrapped executable "binkplay.exe" works fine here.
The page faulting at this place is by design, it's triggered by executing instructions in no-access pages. The Shrinker installed SEH will write out new opcodes and correct the page protection to read-execute, restarting execution thereafter.
Either the page protection is not correctly restored on your system after writing out new opcodes, re-triggering the exception ("pushl %ebp" instruction at your faulting EIP indicates opcode already rewritten) or the signal delivery/exception handling is broken.
You might have a broken kernel -> post your kernel specs.
Regards
Hello,
My kernel is stock Fedora 13 kernel: 2.6.33.6-147.fc13.i686.PAE. How can I retrieve more info on the kernel that might be relevant to this bug?
My gcc -v output: Using built-in specs. Target: i686-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux Thread model: posix gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC)
..and I compiled Wine-1.2-rc7 with the following CFLAGS: "-g -gdwarf-2 -O0"