--- "Town, Brad" <[EMAIL PROTECTED]> wrote:
> I compiled using "g++ -g test.cc", and I'm seeing the behavior that Joost
> mentioned.  gdb caught the exception and is currently pointing at an
> assembly instruction between the last brace of the for loop and the last
> brace of the try block: "mov (%edx),%ecx".
> 
> I did have to tweak the source a bit to get it to run.  On my machine, I got
> the message "couldn't dynamically determine load address for
> 'CharToOemBuffA' (handle 0x0), Win32 error 127".  Putting a Sleep between
> the two calls to CreateThread allows the program to run.  Looks like the
> assembly in autoload.cc needs to be thread-safe (just like the FIXME above
> it says).
> 

Well you went so far as to find where the bug is, why don't you supply the
FIXME for it?

Cheers,

=====
Earnie Boyd
mailto:[EMAIL PROTECTED]

---         <http://earniesystems.safeshopper.com>         ---
--- Cygwin: POSIX on Windows <http://gw32.freeyellow.com/> ---
---   Minimalist GNU for Windows <http://www.mingw.org/>   ---

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to [EMAIL PROTECTED]

Reply via email to