http://bugs.winehq.org/show_bug.cgi?id=11008
Andrey Turkin andrey.turkin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin@gmail.com
--- Comment #4 from Andrey Turkin andrey.turkin@gmail.com 2008-01-08 18:14:47 --- This crash comes from wine deficiency (.NET runtime sets PAGE_GUARD on current stack page, so page fault is thrown immediately and then fault handler tries to write to the same stack page), but before there is thrown COM exception with E_INVALIDARG status code. Maybe this is intended behavior but probably not. Please try WINEDEBUG=+ole, maybe it'll give some clues on what's going on there.