From Dalibor.Topic at Sun.COM Mon Mar 2 08:41:58 2009 From: Dalibor.Topic at Sun.COM (Dalibor Topic) Date: Mon, 02 Mar 2009 17:41:58 +0100 Subject: ping (Was: Re: mailing list for test results) In-Reply-To: <49A7E212.2030701@sun.com> References: <49A7E212.2030701@sun.com> Message-ID: <49AC0C56.6040703@sun.com> Dalibor Topic wrote: > Hi everyone, > > as the uptake of OpenJDK in GNU/Linux distributions, and in other > exciting places grows, there is an increasing need to have a > central place to post test results from jtreg and other test suite > runs, and have them archived for later mining, comparison, etc. > > Other similarly scoped free software projects like the GNU compiler > collection use mailing lists for that purpose, in gcc's case that's > 'gcc-regression' - a moderate volume list where regression results > for the GCC compilers are posted. > > It would be great if the Quality Group could provide a similar > regression test results mailing list, where people (automatically) > building OpenJDK 6/7 and running jtreg could post their results to. > > For the background of this request, please see the thread at the > distro-pkg-dev mailing list, starting at > http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2009-February/004925.html > > cheers, > dalibor topic -- ******************************************************************* Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun Microsystems GmbH Mobile: (+49 177) 2664 192 Nagelsweg 55 http://openjdk.java.net D-20097 Hamburg mailto:Dalibor.Topic at sun.com Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten Amtsgericht M?nchen: HRB 161028 Gesch?ftsf?hrer: Thomas Schr?der, Wolfgang Engels, Dr. Roland B?mer Vorsitzender des Aufsichtsrates: Martin H?ring From mrjava.javaman at gmail.com Thu Mar 26 12:34:10 2009 From: mrjava.javaman at gmail.com (Amahdy) Date: Thu, 26 Mar 2009 21:34:10 +0200 Subject: futex_wait problem Message-ID: Hey there! I'm running fedora 10, with OpenJDK 1.6, and developing with NetBeans 6.5, lately I got a problem with any java application, I can't run any java-based application and always receiving a "futex_wait" hanging on any java based application, I mean, when I run a java-based application I get a hanging interface and when i take a look at running process I see the java process is hanging in "futex_wait" FOR EVER and the application won't run ... I mean here by java-based application a application developed by me maybe, or any other like "netbeans" itself I cant run it, neither "logfactor5", nor any java application or applet for example ... what I did lately in the system before that appears was installaing "fedora eclipse", and updated the system, I removed all the eclipse stuff and the problem still there, please help me to fix it and/or fix the bug ... Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20090326/458efc6a/attachment.html From fw at deneb.enyo.de Thu Mar 26 14:23:10 2009 From: fw at deneb.enyo.de (Florian Weimer) Date: Thu, 26 Mar 2009 22:23:10 +0100 Subject: futex_wait problem In-Reply-To: (Amahdy's message of "Thu, 26 Mar 2009 21:34:10 +0200") References: Message-ID: <87eiwkj7wh.fsf@mid.deneb.enyo.de> * Amahdy: > I'm running fedora 10, with OpenJDK 1.6, and developing with NetBeans 6.5, > lately I got a problem with any java application, I can't run any java-based > application and always receiving a "futex_wait" hanging on any java based > application, I mean, when I run a java-based application I get a hanging > interface and when i take a look at running process I see the java process > is hanging in "futex_wait" FOR EVER and the application won't run ... I mean > here by java-based application a application developed by me maybe, or any > other like "netbeans" itself I cant run it, neither "logfactor5", nor any > java application or applet for example ... You should probably ask on a Fedora mailing list. You should also use jps and jstack to get a stack dump from the stuck process. From mrjava.javaman at gmail.com Thu Mar 26 14:58:51 2009 From: mrjava.javaman at gmail.com (Amahdy) Date: Thu, 26 Mar 2009 23:58:51 +0200 Subject: futex_wait problem In-Reply-To: <87eiwkj7wh.fsf@mid.deneb.enyo.de> References: <87eiwkj7wh.fsf@mid.deneb.enyo.de> Message-ID: OK thanks for ur reply, I opened a thread and here is a link for future reference: http://forums.fedoraforum.org/showthread.php?p=1191481 BUT, I have just a question, I don't know what's "jps" or "jstack" ... is it a java-based application? I can't make any java-based application to run including the java-cpl and the java-policy-tool ... I have removed all the OpenJDK stuff and reinstalled them without any result ... can u help me please? On Thu, Mar 26, 2009 at 11:23 PM, Florian Weimer wrote: > * Amahdy: > > > I'm running fedora 10, with OpenJDK 1.6, and developing with NetBeans > 6.5, > > lately I got a problem with any java application, I can't run any > java-based > > application and always receiving a "futex_wait" hanging on any java based > > application, I mean, when I run a java-based application I get a hanging > > interface and when i take a look at running process I see the java > process > > is hanging in "futex_wait" FOR EVER and the application won't run ... I > mean > > here by java-based application a application developed by me maybe, or > any > > other like "netbeans" itself I cant run it, neither "logfactor5", nor any > > java application or applet for example ... > > You should probably ask on a Fedora mailing list. You should also use > jps and jstack to get a stack dump from the stuck process. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20090326/ba45f31f/attachment.html From mrjava.javaman at gmail.com Thu Mar 26 18:36:06 2009 From: mrjava.javaman at gmail.com (Amahdy) Date: Fri, 27 Mar 2009 03:36:06 +0200 Subject: futex_wait problem In-Reply-To: References: <87eiwkj7wh.fsf@mid.deneb.enyo.de> Message-ID: Hey, this is just to confirm that I figured that this is not java related issue, updates are found here: http://forums.fedoraforum.org/showthread.php?p=1191574&posted=1#post1191574 if anybody have any idea or resolution please share it, thanks! On Thu, Mar 26, 2009 at 11:58 PM, Amahdy wrote: > OK thanks for ur reply, I opened a thread and here is a link for future > reference: > http://forums.fedoraforum.org/showthread.php?p=1191481 > > BUT, I have just a question, I don't know what's "jps" or "jstack" ... is > it a java-based application? I can't make any java-based application to run > including the java-cpl and the java-policy-tool ... I have removed all the > OpenJDK stuff and reinstalled them without any result ... can u help me > please? > > > On Thu, Mar 26, 2009 at 11:23 PM, Florian Weimer wrote: > >> * Amahdy: >> >> > I'm running fedora 10, with OpenJDK 1.6, and developing with NetBeans >> 6.5, >> > lately I got a problem with any java application, I can't run any >> java-based >> > application and always receiving a "futex_wait" hanging on any java >> based >> > application, I mean, when I run a java-based application I get a hanging >> > interface and when i take a look at running process I see the java >> process >> > is hanging in "futex_wait" FOR EVER and the application won't run ... I >> mean >> > here by java-based application a application developed by me maybe, or >> any >> > other like "netbeans" itself I cant run it, neither "logfactor5", nor >> any >> > java application or applet for example ... >> >> You should probably ask on a Fedora mailing list. You should also use >> jps and jstack to get a stack dump from the stuck process. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/quality-discuss/attachments/20090327/72fc0d16/attachment.html