[Bug 21891] info zip 3.0 won't append to existing archive

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 19 20:31:52 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=21891

--- Comment #2 from Bruno Jesus <00cpxxx at 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%)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list