[Bug 32082] CCleaner 3.x installer crashes at the same point (not fully reproducible)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 31 05:51:19 CDT 2012


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

--- Comment #2 from François Gouget <fgouget at codeweavers.com> 2012-10-31 05:51:19 CDT ---
I ran the CCleaner installer with and without warn+heap but I could not
reproduce the crash and did not get heap errors. Could you add the following
trace at the start of CommandLineToArgvW():

    TRACE("(%s, %p)\n", debugstr_w(lpCmdline), numargs);

And run the installer with +shell. That will tell us what the command line 
CommandLineToArgvW() parses is and thus why it may get it wrong. (Alternatively
you could run it with +relay and fish that information out of the large 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.


More information about the wine-bugs mailing list