http://bugs.winehq.org/show_bug.cgi?id=30589
Bug #: 30589 Summary: PDF transformer: Crash after calculating available space Product: Wine Version: 1.5.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com Classification: Unclassified
Created attachment 40024 --> http://bugs.winehq.org/attachment.cgi?id=40024 Error message
Steps to reproduce: 1) remove ~/.wine 2) wine PDFT30_ESD.exe
Behaviour: Error message. (See attachment)
Expected behaviour: No error message.
http://bugs.winehq.org/show_bug.cgi?id=30589
--- Comment #1 from NSLW lukasz.wojnilowicz@gmail.com 2012-05-04 00:58:07 CDT --- Created attachment 40025 --> http://bugs.winehq.org/attachment.cgi?id=40025 WINEDEBUG=+relay,+seh,+tid,+msi,+msiexec on wine-1.5.3-73-g93a0ca7
http://bugs.winehq.org/show_bug.cgi?id=30589
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://fr7.abbyy.com/PDFT30 | |/PDFT30_ESD.exe
http://bugs.winehq.org/show_bug.cgi?id=30589
--- Comment #2 from Hans Leidekker hans@meelstraat.net 2012-05-04 03:45:50 CDT --- There's a custom action that opens a log file in shared read mode without closing the handle. Later on, after the custom action thread has finished, another thread tries to open this file for writing and fails because of the sharing mode.
We might have a bug that prevents the custom action from closing the handle but I don't see any evidence for it.
Another explanation is that native runs custom actions in a separate process, which means that any open file handles are automatically closed when the custom action finishes. That would make this is a duplicate of bug 18070.
http://bugs.winehq.org/show_bug.cgi?id=30589
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Ever Confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-05-04 05:03:57 CDT --- Hello,
what Hans said is most likely the case here (dupe of bug 18070).
For verification you could run the msi installer under Windows and generate verbose log:
$ msiexec /i "foo.msi" /L*V "foo.log"
The custom actions in question are: "CheckUILanguage" and "CloseAppByMutex". If you see "invoking remote custom action" for these it's bug 18070 for sure (there are others too that are technically duplicates).
Regards
http://bugs.winehq.org/show_bug.cgi?id=30589
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #4 from NSLW lukasz.wojnilowicz@gmail.com 2012-05-04 06:46:41 CDT --- I did as you said and I found out that this in fact is duplicate.Thanks for explanation.
*** This bug has been marked as a duplicate of bug 18070 ***
http://bugs.winehq.org/show_bug.cgi?id=30589
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Jerome Leclanche adys.wh@gmail.com 2012-05-06 07:07:06 CDT --- Closing