http://bugs.winehq.org/show_bug.cgi?id=12150
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2008-04-15 20:22:08 --- Immediately reproducible with Photoshop 7 trial. Hmm, I wonder if this also happens on Windows.
Does not happen with Photoshop CS2, nor with Notepad++. Here's how I tested: mkdir pix cd pix for a in `seq 1 100 `; do cp ../Pictures/foo.jpg $a.jpg; done I then started photoshop, did File/Open, clicked on 1.jpg, shift-clicked on 100.jpg, and watched it merrily load 100 pictures. No crashes. With PS CS2, I did see messages like err:local:LOCAL_GetBlock not enough space in USER heap 10d7 for 80 bytes err:menu:MENU_CopySysPopup Unable to load default system menu err:menu:MENU_GetSysMenu failed to load system menu! quite frequently, but the app remained stable. Some images towards the back of the stack only drew their backgrounds, but that was always fixed when they came to the fore.