Dave Pickles wrote:
> err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x805b7bb
>
That looks vaguely familiar to the LANG=LC_ALL issue.
If you have a Windows installation handy, try running LANG=LC_ALL wine --desktop
640x480 regedit to
make sure the key is in the right place.
It has been my experience that if you don't use LANG=LC_ALL then Wine doesn't even get
far enough
to be able to load its internal debugger.
Still waiting for a fix from Red Hat to glibc, I really don't want to go make my own
RPM of it from
source.
-Dave