http://bugs.winehq.org/show_bug.cgi?id=28266
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE |
--- Comment #7 from Andrew Nguyen arethusa26@gmail.com 2011-09-04 03:02:02 CDT --- (In reply to comment #6)
(In reply to comment #5)
Is that only a typo here or you indeed compiled the source by passing FLAGS (instead of CFLAGS) to the configure script? In the later case FLAGS was ignored and actually -O2 was used during compilation. You can verify that by inspecting the beginning of the generated Makefile: CFLAGS=....
That wasn't typo so i guess this bug is duplicate of #22925. Thanks for helping me with this parameter :)
*** This bug has been marked as a duplicate of bug 22925 ***
What makes you think this bug is related to bug 22925? It's likely that playing with the optimization level is masking a memory corruption issue, rather than showing that the two bugs have the same causative issue. For that matter, the problem in bug 22925 has not been identified.