Eli Zaretskii <e...@gnu.org> writes: >> <EventData> >> <Data>emacs.exe</Data> >> <Data>24.0.90.0</Data> >> <Data>4e9e1382</Data> >> <Data>ntdll.dll</Data> >> <Data>6.1.7601.17514</Data> >> <Data>4ce7ba58</Data> >> <Data>c0000029</Data> >> <Data>000907b6</Data> >> <Data>760</Data> >> <Data>01cc91fd0016c7e4</Data> >> <Data>D:\emacs-24.0.90\bin\emacs.exe</Data> >> <Data>C:\windows\SysWOW64\ntdll.dll</Data> > > Yes, that's the same crash that I cited.
Leo said that this happens with the last weekly build I provided. It was compiled _without_ optimizations. The original report claimed to compile with `-O2'. Just to make sure, is specifying `--no-opt' enough to disable optimizations when configuring or do I have to specify `-O0' explicitely? If this turns out to be a problem with 4.6.1 in general, I will switch back to an older version. Or should I use `-fno-omit-frame-pointer'? Christoph