[Bug 30589] New: PDF transformer: Crash after calculating available space
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(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30589 --- Comment #1 from NSLW <lukasz.wojnilowicz(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30589 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://fr7.abbyy.com/PDFT30 | |/PDFT30_ESD.exe -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30589 --- Comment #2 from Hans Leidekker <hans(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30589 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Ever Confirmed|0 |1 --- Comment #3 from Anastasius Focht <focht(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30589 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #4 from NSLW <lukasz.wojnilowicz(a)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 *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=30589 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-05-06 07:07:06 CDT --- Closing -- 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.
participants (1)
-
wine-bugs@winehq.org