http://bugs.winehq.org/show_bug.cgi?id=30778
--- Comment #11 from Phillip Wood phillip.wood@dunelm.org.uk 2012-05-30 11:15:55 CDT --- I've just finished bisecting.
979099a441682c99ee0c1ee1fab5e1de635a579c is the first bad commit commit 979099a441682c99ee0c1ee1fab5e1de635a579c Author: Detlef Riekenberg wine.dev@web.de Date: Fri May 18 01:03:31 2012 +0200
ntdll: Read the current processor with the __NR_getcpu syscall.
compilation flags used:
CFLAGS="-O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=0" CXXFLAGS="-O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=0" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu"
Like James I'm doing out of tree builds and setting -mstackrealign for the 32bit build. If I don't set any flags I don't get any crashes.
James I was left at the commit you mentioned, but it was good, the bad one was the next commit.