http://bugs.winehq.org/show_bug.cgi?id=23604
--- Comment #3 from Anastasius Focht focht@gmx.net 2010-07-11 10:11:49 --- Hello,
--- quote --- 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? --- quote ---
looking at your distro kernel changelog for this version there is nothing suspicious (icebp/dr6 patch got in but it's not the problem here):
http://lists.fedoraproject.org/pipermail/package-announce/2010-July/043944.h...
--- quote --- ..and I compiled Wine-1.2-rc7 with the following CFLAGS: "-g -gdwarf-2 -O0" --- quote ---
Please use default opt level -O2 ... just cancel out possible failure paths (the asm API entry wrappers relevant to Shrinker shouldn't be affected by different opt levels).
So it might be bug 20380 ... could you try the attached patch for kernel 2.6.33 there (http://bugs.winehq.org/attachment.cgi?id=26640) and report back?
Regards