[Bug 28602] New: Ccleaner: installer has a non-fatal crash
http://bugs.winehq.org/show_bug.cgi?id=28602 Bug #: 28602 Summary: Ccleaner: installer has a non-fatal crash Product: Wine Version: 1.3.29 Platform: x86 URL: http://www.ccleaner.com/download OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: mscoree AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com CC: madewokherd(a)gmail.com Classification: Unclassified Regression SHA1: d434b3369503b3d2852925518db07145bc322b92 Created attachment 36751 --> http://bugs.winehq.org/attachment.cgi?id=36751 terminal output Regression introduced by: austin(a)aw25 ~/wine-git $ git bisect bad d434b3369503b3d2852925518db07145bc322b92 is the first bad commit commit d434b3369503b3d2852925518db07145bc322b92 Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Thu May 19 12:59:44 2011 -0500 mscoree: Accept a NULL version in CorBindToRuntimeEx. :040000 040000 d313ddf3e8c565a9fefbb3c6e59512daabafbb1b 84eea140b531b21fa01c70b4bf20258563bffe9c M dlls -- 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=28602 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-10-06 17:07:04 CDT --- Minor, actually. Still in wine-1.3.29-217-g5432611 -- 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=28602 --- Comment #2 from Vincent Povirk <madewokherd(a)gmail.com> 2011-10-06 17:09:33 CDT --- Can you get a +mscoree log? -- 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=28602 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-10-06 17:12:01 CDT --- Created attachment 36752 --> http://bugs.winehq.org/attachment.cgi?id=36752 mscoree trace -- 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=28602 --- Comment #4 from Vincent Povirk <madewokherd(a)gmail.com> 2011-10-06 19:29:11 CDT --- Can you do a +relay trace to find the version and result of those LoadLibraryShim calls? -- 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=28602 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2011-10-06 20:53:21 CDT --- Created attachment 36754 --> http://bugs.winehq.org/attachment.cgi?id=36754 trimmed relay log -- 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=28602 --- Comment #6 from Vincent Povirk <madewokherd(a)gmail.com> 2011-10-06 21:58:18 CDT --- Actually, CorBindToRuntimeEx was the only thing modified by that commit, and it would show up in the mscoree log if it were being called. Since it isn't being called, I can only conclude that your bisect is wrong. Though it happens that it is using fusion.dll in a way we can't currently support. (We'd need to create multiple instances, one for each requested .NET version, and that's currently impossible with a buildin dll.) -- 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=28602 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Regression SHA1|d434b3369503b3d2852925518db | |07145bc322b92 | --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2011-10-06 23:10:16 CDT --- Looks like it may be a race. Will investigate further. -- 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=28602 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|madewokherd(a)gmail.com | --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2011-10-17 19:57:49 CDT --- Well, occurs when system is under load, either I/O or running wine with relay,seh,tid work for me. Not a regression, afaict. And presumably not Vincent's fault. -- 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=28602 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer -- 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=28602 --- Comment #9 from Austin English <austinenglish(a)gmail.com> --- Still in wine-1.7.11-206-g82b3813 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28602 David Seward <bignintyfan(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bignintyfan(a)gmail.com --- Comment #10 from David Seward <bignintyfan(a)gmail.com> --- Created attachment 65762 --> https://bugs.winehq.org/attachment.cgi?id=65762 CCleaner 3.11.1551 Log I do not have this issue running Wine 4.20 and CCleaner 3.11.1551 This can be closed as resolved. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28602 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #11 from Vincent Povirk <madewokherd(a)gmail.com> --- Reported fixed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28602 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.21. -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla