http://bugs.winehq.org/show_bug.cgi?id=21891
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2011-11-19 20:31:52 CST --- Created attachment 37538 --> http://bugs.winehq.org/attachment.cgi?id=37538 +seh,+tid,+file
Wine seems to be segfaulting in lseek. +seh,+tid seems to detect the segfault but don't show anything (no bt, no crash info).
Running with strace shows: _llseek(12, 126, [126], SEEK_SET) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
The zip file is called "teste.zip".
Steps to reproduce (inside the zip.exe folder):
touch file1 file2 wine zip.exe test.zip file1 wine zip.exe test.zip file2
Current result: adding: file1 (stored 0%) zip error: Interrupted (aborting)
Expected result: adding: file1 (stored 0%) adding: file2 (stored 0%)