[Bug 11008] Problem through the registration of an assembly

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 8 18:14:48 CST 2008


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


Andrey Turkin <andrey.turkin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey.turkin at gmail.com




--- Comment #4 from Andrey Turkin <andrey.turkin at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list