[Bug go/48242] gotest needs timeout mechanism

2011-04-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 --- Comment #5 from Ian Lance Taylor 2011-04-04 23:39:18 UTC --- The stack trace attachment shows that there are three threads waiting for garbage collection to complete, but the thread invoking the garbage collector is waiting for the threads to

[Bug go/48242] gotest needs timeout mechanism

2011-04-04 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-04-04 17:23:00 UTC --- When I attach gdb to the hanging process (on Solaris 8/x86), I find: [Switching to Thread 4 (LWP 1)] 0xbf6cac1b in _sigsuspend () from /usr/lib/libc.so.1 (gdb) whe

[Bug go/48242] gotest needs timeout mechanism

2011-04-04 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 --- Comment #3 from Rainer Orth 2011-04-04 17:11:19 UTC --- Created attachment 23871 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23871 pstack output for hanging token test on Solaris 8/SPARC

[Bug go/48242] gotest needs timeout mechanism

2011-03-31 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug go/48242] gotest needs timeout mechanism

2011-03-31 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242 --- Comment #1 from ian at gcc dot gnu.org 2011-03-31 22:36:14 UTC --- Author: ian Date: Thu Mar 31 22:36:10 2011 New Revision: 171803 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171803 Log: PR go/48242 libgo: Add timeout for tests