SuspendThread failed (win32?)

Rutger Ovidius r_ovidius@eml.cc
Sun Sep 5 18:25:00 GMT 2004


I was trying to track down a threading problem with a sample class,
but when I run it a popup box says "Fatal error: SuspendThread failed"
(not the problem I was looking for..). This only seems to be on win32
in my (brief) testing.

Any hints on what I might be doing wrong?

win32
gcc version 3.5.0 20040730 (experimental)
or 3.4.1 final

gcj -g --main=ThrTest ThrTest.java -o t1.exe
 
Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 1476.0x12c]
0x0045d9df in GC_mark_from ()
(gdb) bt
#0  0x0045d9df in GC_mark_from ()
#1  0x00000000 in ?? () from
#2  0x0132fc54 in ?? ()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: ThrTest.java
Type: text/java
Size: 1300 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20040905/f1deb226/attachment.bin>


More information about the Java mailing list