http://bugs.winehq.org/show_bug.cgi?id=24295
Summary: Verizon Media Manager crashes during setup on 1.3.2- regression Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: spzakulec@gmail.com
Created an attachment (id=30612) --> (http://bugs.winehq.org/attachment.cgi?id=30612) Output from running git bisect
Hi, Verizon Media Manager crashes shortly before the setup screen pops up in 1.3.2. It did not do this in 1.3.1.
The commit that caused it is: commit 89646084ba281366d69b1cd8fb168d9440cf3569
I've attached the git bisect result.
http://bugs.winehq.org/show_bug.cgi?id=24295
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |http://www36.verizon.com/wi | |dgets/fioslink/mediamanager | |sla.htm CC| |madewokherd@gmail.com Component|-unknown |ole32
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-09-06 21:55:42 CDT --- It's sufficient to simply place the git blame commit implication output in a comment:
89646084ba281366d69b1cd8fb168d9440cf3569 is the first bad commit commit 89646084ba281366d69b1cd8fb168d9440cf3569 Author: Vincent Povirk vincent@codeweavers.com Date: Fri Apr 16 17:38:14 2010 -0500
ole32: Cache data and block locations in BigBlockStream objects.
:040000 040000 b1cb4dfb4301df825ac89d84379774cc8cf9b175 9211396a999295ece04dc2452ffa66a5209eb29d M dlls
Can you attach the full debug output from Verizon Media Manager to the bug report?
http://bugs.winehq.org/show_bug.cgi?id=24295
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Verizon Media Manager |Verizon Media Manager |crashes during setup on |crashes during setup |1.3.2- regression |
http://bugs.winehq.org/show_bug.cgi?id=24295
--- Comment #2 from Hans Leidekker hans@meelstraat.net 2010-09-07 06:22:04 CDT --- Created an attachment (id=30614) --> (http://bugs.winehq.org/attachment.cgi?id=30614) msi: Open relocated package database in transacted mode.
Try this patch.
http://bugs.winehq.org/show_bug.cgi?id=24295
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2010-09-07 14:17:59 CDT --- That patch should not have changed the behaviour in a way that a program (or Wine's msi.dll) could rely on. So the proper fix is probably in ole storage.
http://bugs.winehq.org/show_bug.cgi?id=24295
--- Comment #4 from Steven Zakulec spzakulec@gmail.com 2010-09-07 17:39:26 CDT --- Created an attachment (id=30628) --> (http://bugs.winehq.org/attachment.cgi?id=30628) The crash dump from wine-1.3.2
Here's the backtrace from the crash.
http://bugs.winehq.org/show_bug.cgi?id=24295
Steven Zakulec spzakulec@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30628|application/octet-stream |application/x-plaintext mime type| |
http://bugs.winehq.org/show_bug.cgi?id=24295
Steven Zakulec spzakulec@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30628|application/x-plaintext |text/plain-text mime type| |
http://bugs.winehq.org/show_bug.cgi?id=24295
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30628|text/plain-text |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=24295
--- Comment #5 from Vincent Povirk madewokherd@gmail.com 2010-09-07 19:20:34 CDT --- The last part of the read is failing because we're reading an entire big block ("sector" in MS terminology) instead of just the part of it. This is, of course, the point of that change. The problem (I believe) is that this big block is the last one in the file, and the file ends in the middle of that block. So reading the entire block fails, but reading only part of it succeeds.
http://bugs.winehq.org/show_bug.cgi?id=24295
--- Comment #6 from Vincent Povirk madewokherd@gmail.com 2010-09-07 19:24:27 CDT --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-September/093065.html
http://bugs.winehq.org/show_bug.cgi?id=24295
--- Comment #7 from Steven Zakulec spzakulec@gmail.com 2010-09-07 20:48:37 CDT --- (In reply to comment #6)
Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-September/093065.html
I applied it to wine-1.3.2-77-gec382f4 and it didn't crash.
Thanks for the patch!
http://bugs.winehq.org/show_bug.cgi?id=24295
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30612|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=24295
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2010-09-11 16:51:10 CDT --- The patch was committed. I'm resolving this as duplicate because another (fixed) regression has the same cause and fix.
*** This bug has been marked as a duplicate of bug 24170 ***
http://bugs.winehq.org/show_bug.cgi?id=24295
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Jeff Zaroyko jeffz@jeffz.name 2010-09-12 04:26:27 CDT --- Closing duplicate.