Re: [drlvm][crash] Cannot run anything on Linux

2006-10-31 Thread Egor Pasko
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=0004
> Signal_Number=000b
> Error_Value=
> Signal_Code=0001
> Handler1=0804A830
> Handler2=40026651
> InaccessibleAddress=
> EDI=415DFEA0
> ESI=
> EAX=
> EBX=4063DC6C
> ECX=40629F4C
> EDX=BFFFE6D0
> EIP=405D864D
> ES=007B
> DS=007B
> ESP=BFFFE6A0
> EFlags=00010206
> CS=0073
> SS=007B
> 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  0x4990 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
> 

-- 
Egor Pasko, Intel Managed Runtime Division



RE: [drlvm][crash] Cannot run anything on Linux

2006-10-31 Thread Fedotov, Alexei A
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=0004
Signal_Number=000b
Error_Value=
Signal_Code=0001
Handler1=0804A830
Handler2=40026651
InaccessibleAddress=
EDI=415DFEA0
ESI=
EAX=
EBX=4063DC6C
ECX=40629F4C
EDX=BFFFE6D0
EIP=405D864D
ES=007B
DS=007B
ESP=BFFFE6A0
EFlags=00010206
CS=0073
SS=007B
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  0x4990 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


Re: [drlvm][crash] Cannot run anything on Linux

2006-10-27 Thread Mikhail Fursov

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


RE: [drlvm][crash] Cannot run anything on Linux

2006-10-27 Thread Fedotov, Alexei A
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?

With best regards,
Alexei Fedotov,
Intel Java & XML Engineering

>-Original Message-
>From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 27, 2006 4:42 PM
>To: harmony-dev@incubator.apache.org
>Subject: Re: [drlvm][crash] Cannot run anything on Linux
>
>did you figure this out?
>
>I don't have a problem...
>
>Fedotov, Alexei A wrote:
>> Guys,
>>
>>
>>
>> Last two days I cannot run the simplest things on DRLVM on Linux:
>>
>>
>>
>> drlvm/build/lnx_ia32_gcc_debug/deploy/jre/bin/java -cp . NoSuchClass
>>
>>> free(): invalid pointer 0x808d800
>>
>>> [launcher crash dump follows]
>>
>>
>>
>> Is it my local problem? Or someone have faced this as well?
>>
>>
>>
>> With best regards,
>> Alexei Fedotov,
>> Intel Java & XML Engineering
>>
>>
>>
>>


Re: [drlvm][crash] Cannot run anything on Linux

2006-10-27 Thread Geir Magnusson Jr.

did you figure this out?

I don't have a problem...

Fedotov, Alexei A wrote:

Guys,

 


Last two days I cannot run the simplest things on DRLVM on Linux:

 


drlvm/build/lnx_ia32_gcc_debug/deploy/jre/bin/java -cp . NoSuchClass


free(): invalid pointer 0x808d800



[launcher crash dump follows]


 


Is it my local problem? Or someone have faced this as well?

 


With best regards,
Alexei Fedotov,
Intel Java & XML Engineering

 





[drlvm][crash] Cannot run anything on Linux

2006-10-25 Thread Fedotov, Alexei A
Guys,

 

Last two days I cannot run the simplest things on DRLVM on Linux:

 

drlvm/build/lnx_ia32_gcc_debug/deploy/jre/bin/java -cp . NoSuchClass

> free(): invalid pointer 0x808d800

> [launcher crash dump follows]

 

Is it my local problem? Or someone have faced this as well?

 

With best regards,
Alexei Fedotov,
Intel Java & XML Engineering