В nightly сборках Chromium наконец-то стал запоминаться зум страниц для каждого домена при перезапуске, как в Firefox (пофиксили Issue #567): http://build.chromium.org/buildbo... .
Found the cause and solution for Adobe CS4 installer bug: http://kb.adobe.com/selfser... . c:\ProgramData\Application Data permissions trigger the binary rtpatch to go into infinite recursion traversing the directory and stack overflow. The fix is to change permissions as shown on the screenshot.
kb408524 solution doesn't contain this information yet, Adobe needs to hire me =)
- Serge Baranov
Sergey, You're a genius! I'm the author of the tech doc and have been driving this issue within Adobe. I tested this with one customer and found that the NTFS junction C:\ProgramData\Application Data was redirecting to C:\ProgramData. Combine that with the non-standard permissions for a Junction and you get an infinite loop. I can't thank you enough. Send me your resume and I'll shop it around as best I can. mlaun-@-adobe.com
- Matthew Laun