Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 32998 invoked from network); 27 Jul 2006 10:23:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 10:23:02 -0000 Received: (qmail 87750 invoked by uid 500); 27 Jul 2006 10:22:56 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 87669 invoked by uid 500); 27 Jul 2006 10:22:56 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 87577 invoked by uid 99); 27 Jul 2006 10:22:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 03:22:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 03:22:54 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G630f-0003OG-TS for harmony-dev@incubator.apache.org; Thu, 27 Jul 2006 12:22:29 +0200 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jul 2006 12:22:29 +0200 Received: from Salikh.Zakirov by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Jul 2006 12:22:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: harmony-dev@incubator.apache.org From: Salikh Zakirov Subject: Re: some question about drlvm Date: Thu, 27 Jul 2006 14:22:06 +0400 Lines: 22 Message-ID: <44C893CE.1060903@Intel.com> References: <6342af3e0607251845m610dc622ub7326df51d79313d@mail.gmail.com> <6342af3e0607252318t7200913fp3ef58dc1d706650b@mail.gmail.com> <7273946b0607252348t65ff679fpe23b63a161a8f0ae@mail.gmail.com> <7273946b0607260028hefb7000p27612027cdd02658@mail.gmail.com> <7273946b0607260102g3b654adavc055346d0a37160e@mail.gmail.com> <6342af3e0607260240r7efcb445je6ec5ef1b4611551@mail.gmail.com> <44C76E4D.2060601@pobox.com> <6342af3e0607261843p40c38fa1m6a7071bb96094471@mail.gmail.com> <6342af3e0607261943l3f69d388j7f841338113341d8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) In-Reply-To: <6342af3e0607261943l3f69d388j7f841338113341d8@mail.gmail.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N zouqiong wrote: > i solve the problem if i used the jdk1.5 > > platfrom: fc5, gcc-3.4.6, jdk1.5 > > and i find that the java replaced ij.. :-) > and i use the new java to compile my application, however new problem > encounters, > there is no error information comes out, it seems that it has stopped to > compile the > application, but still running. Is it spending any CPU cycles? If it is spending CPU, then it must be some infinite loop. If it is sleeping, it is most likely some sort of a deadlock. > so i use gdb to trace it, and i use bt commond, you can see the stack. The stack you have provided shows the the starter thread which is waiting for other threads to complete. This is perfectly normal, and gives no information on what went wrong. You may want to see the backtraces from other threads to find out the reason of hang. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org