--- Comment #2 from guilhem at kaffe dot org 2005-12-25 14:52 ---
Changing vector_size(2) to vector_size(4) does not show any problem by the way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25559
--- Comment #1 from guilhem at kaffe dot org 2005-12-25 14:51 ---
Created an attachment (id=10554)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10554&action=view)
Testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25559
: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: guilhem at kaffe dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25559
--- Comment #11 from guilhem at kaffe dot org 2005-11-25 19:10 ---
I feel a potential race condition in this patch. What happens in that case ?
thread 2:
=> PlainSocketImpl.accept
=> enters _Jv_select
thread 1:
=> shutdown socket
=> close socket
thread 3:
=>