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:

(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

(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:[EMAIL PROTECTED]
>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
>
>[EMAIL PROTECTED]:/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 <[EMAIL PROTECTED]> 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

Reply via email to