Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 40392 invoked from network); 1 Nov 2006 03:54:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 03:54:20 -0000 Received: (qmail 5149 invoked by uid 500); 1 Nov 2006 03:54:23 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 5044 invoked by uid 500); 1 Nov 2006 03:54:22 -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 5032 invoked by uid 99); 1 Nov 2006 03:54:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 19:54:22 -0800 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 (herse.apache.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; Tue, 31 Oct 2006 19:54:07 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gf7Ac-0006ur-KV for harmony-dev@incubator.apache.org; Wed, 01 Nov 2006 04:53:42 +0100 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 ; Wed, 01 Nov 2006 04:53:42 +0100 Received: from egor.pasko by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Nov 2006 04:53:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: harmony-dev@incubator.apache.org From: Egor Pasko Subject: Re: [drlvm][crash] Cannot run anything on Linux Date: 01 Nov 2006 09:54:32 +0600 Lines: 125 Message-ID: References: <8E389A5F2FEABA4CB1DEC35A25CB39CE6952A8@mssmsx411> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org On the 0x214 day of Apache Harmony Alexei A. Fedotov wrote: > Mikhail, > I'm still able to reproduce the problem on the following configuration. > > $ cat /etc/SuSE-release > SUSE LINUX Enterprise Server 9 (i586) > VERSION = 9 > > Probably I just need to increase a SuSE patch level to overcome this > problem. > > $ set > BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" > [5]="i586-suse-linux") > COLUMNS=80 > EUID=54305 > LINES=39 > PIPESTATUS=([0]="134") > PPID=24369 > SHELLOPTS=braceexpand:emacs:hashall:histexpand:interactive-comments:moni > torUID=54305 > _=n > > $ drlvm/trunk/build/lnx_ia32_gcc_debug/deploy/jre/bin/java n > free(): invalid pointer 0x8089ee0! > free(): invalid pointer 0x808af18! > > An unhandled error (4) has occurred. > HyGeneric_Signal_Number=00000004 > Signal_Number=0000000b > Error_Value=00000000 > Signal_Code=00000001 > Handler1=0804A830 > Handler2=40026651 > InaccessibleAddress=00000000 > EDI=415DFEA0 > ESI=00000000 > EAX=FFFFFFFF > EBX=4063DC6C > ECX=40629F4C > EDX=BFFFE6D0 > EIP=405D864D > ES=0000007B > DS=0000007B > ESP=BFFFE6A0 > EFlags=00010206 > CS=00000073 > SS=0000007B > EBP=BFFFE6B8 > Module=/usr/lib/libstdc++.so.5 > Module_base_address=40587000 > Symbol=_ZNSt6localeaSERKS_ > Symbol_address=405D8620 > Aborted > > A symbol name mentioned "locale" - Gregory mentioned we could have > problems here on compilation stage. > > I tried to debug this using gdb, set LD_LIBRARY_PATH to bin:bin/default, > and got the following: AFAIR, they should be absolute paths, no symbolic links inside > (gdb) run > Starting program: > /nfs/ims/proj/drl/mrt/users/af/ws/1/drlvm/trunk/build/lnx_ia32_gcc_debug > /deploy/jre/bin/java n > > [Thread debugging using libthread_db enabled] > [New Thread 1080382112 (LWP 17283)] > [New Thread 1083587504 (LWP 17284)] > Cannot find user-level thread for LWP 17283: generic error that indicates you have problems with LD_LIBRARY_PATH > (gdb) bt > #0 0x40000990 in _start () from /lib/ld-linux.so.2 > > With best regards, > Alexei Fedotov, > Intel Java & XML Engineering > > >-----Original Message----- > >From: Mikhail Fursov [mailto:mike.fursov@gmail.com] > >Sent: Friday, October 27, 2006 5:09 PM > >To: harmony-dev@incubator.apache.org > >Subject: Re: [drlvm][crash] Cannot run anything on Linux > > > >SUSE ES Linux 9. GCC 3.3.3 > > > >mfursov@nstdrlel14:/export/users/mfursov/harmony_build/drlvm/trunk> > >./build/lnx_ia32_gcc_debug/deploy/jre/bin/java -cp . NoSuchClass > >Uncaught exception in main: > >java.lang.NoClassDefFoundError: NoSuchClass > >Caused by: java.lang.ClassNotFoundException: NoSuchClass > > at java.net.URLClassLoader.findClass(URLClassLoader.java:625) > > at java.lang.ClassLoader.loadClass(Unknown Source) > > at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown > >Source) > > at java.lang.ClassLoader.loadClass(Unknown Source) > > > >I see no problem (build Linux version every day) > > > >On 10/27/06, Fedotov, Alexei A wrote: > >> > >> Geir, > >> > >> I'm not very happy to report that after some class library patch > around > >> 23 of October DRLVM no longer works on SUSE Linux 9.0. This happened > >> before you committed that big set of DRLVM patches. > >> > >> All works fine on Ubuntu. I tried two SUSE computers and built from > >> scratch. > >> > >> All, > >> Are there any success stories about recent SUSE builds? > >> > > > >-- > >Mikhail Fursov > -- Egor Pasko, Intel Managed Runtime Division