On Wed, 2004-12-29 at 18:10 -0800, Linus Torvalds wrote:
I have no idea what "seh" is in wine-speak, but it appears that your
seh means structured exception handling in microsoft-speak.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/... http://www.jorgon.freeserve.co.uk/ExceptFrame.htm
Some wine person would need to inform us about what the seh exception thing means.. "code c0000005"?
c0000005 apparently means memory access violation. Looks like xst is getting confused about its memory allocations...
Tom