You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Vladimir Ivanov <iv...@gmail.com> on 2007/02/01 05:31:50 UTC

Re: [drlvm][eclipse] the eclipse 3.1.1 is hang up on start on SUSE 9 linux x86_64

On 1/31/07, Gregory Shimansky <gs...@gmail.com> wrote:
> Vladimir Ivanov wrote:
> > Now the eclipse 3.1.1 is hang up on the start on SUSE 9 linux for
> > x86_64 platform.
>
> I cannot reproduce this on SuSE9 x86_64. Both 3.1.1 and 3.2.1 versions
> work for me. BTW why do you specify all these additional options to
> start eclipse? For me just using java -jar startup.jar works ok.

You are lucky man :) For me your command also lead to the "Segmentation fault":
l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
org.eclipse.core.launcher.Main
Segmentation fault
l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -jar eclipse3.1.1/startup.jar
Segmentation fault

By the way, run of the classlib tests over drlvm on x86_64 lead to a
lot of tests failures/ crashes.

 Thanks, Vladimir

>
> > Command to start:
> > drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
> > eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
> > org.eclipse.core.launcher.Main -ws gtk os linux -arch x86_64 &
> >
> > Last updates to the DRLVM:
> > modified varlax
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
> >
> > modified varlax
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
> >
> > modified        varlax
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp
> >
> >
>
>
> --
> Gregory
>
>

Re: [drlvm][eclipse] the eclipse 3.1.1 is hang up on start on SUSE 9 linux x86_64

Posted by Vladimir Ivanov <iv...@gmail.com>.
Thanks, CC reported that everything is OK for x86_64.
So, today we have only 2 issues with linux_ia32.

 Thanks, Vladimir

On 2/1/07, Pavel Ozhdikhin <pa...@gmail.com> wrote:
> Elena, Vladimir,
>
> The commit has been reverted, please check if the problem is gone.
>
> Thanks,
> Pavel
>
>
> On 2/1/07, Elena Semukhina <el...@gmail.com> wrote:
> >
> > A number of drlvm smoke tests also fail now...
> >
> > Elena
> >
> >
> > On 2/1/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > >
> > > On 1/31/07, Gregory Shimansky <gs...@gmail.com> wrote:
> > > > Vladimir Ivanov wrote:
> > > > > Now the eclipse 3.1.1 is hang up on the start on SUSE 9 linux for
> > > > > x86_64 platform.
> > > >
> > > > I cannot reproduce this on SuSE9 x86_64. Both 3.1.1 and 3.2.1 versions
> > > > work for me. BTW why do you specify all these additional options to
> > > > start eclipse? For me just using java -jar startup.jar works ok.
> > >
> > > You are lucky man :) For me your command also lead to the "Segmentation
> > > fault":
> > > l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
> > > eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
> > > org.eclipse.core.launcher.Main
> > > Segmentation fault
> > > l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -jar eclipse3.1.1
> > > /startup.jar
> > > Segmentation fault
> > >
> > > By the way, run of the classlib tests over drlvm on x86_64 lead to a
> > > lot of tests failures/ crashes.
> > >
> > > Thanks, Vladimir
> > >
> > > >
> > > > > Command to start:
> > > > > drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
> > > > > eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
> > > > > org.eclipse.core.launcher.Main -ws gtk os linux -arch x86_64 &
> > > > >
> > > > > Last updates to the DRLVM:
> > > > > modified varlax
> > > > >
> > >
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
> > > > >
> > > > > modified varlax
> > > > >
> > >
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
> > > > >
> > > > > modified        varlax
> > > > >
> > >
> > /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Gregory
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Thanks,
> > Elena
> >
>
>

Re: [drlvm][eclipse] the eclipse 3.1.1 is hang up on start on SUSE 9 linux x86_64

Posted by Pavel Ozhdikhin <pa...@gmail.com>.
Elena, Vladimir,

The commit has been reverted, please check if the problem is gone.

Thanks,
Pavel


On 2/1/07, Elena Semukhina <el...@gmail.com> wrote:
>
> A number of drlvm smoke tests also fail now...
>
> Elena
>
>
> On 2/1/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> >
> > On 1/31/07, Gregory Shimansky <gs...@gmail.com> wrote:
> > > Vladimir Ivanov wrote:
> > > > Now the eclipse 3.1.1 is hang up on the start on SUSE 9 linux for
> > > > x86_64 platform.
> > >
> > > I cannot reproduce this on SuSE9 x86_64. Both 3.1.1 and 3.2.1 versions
> > > work for me. BTW why do you specify all these additional options to
> > > start eclipse? For me just using java -jar startup.jar works ok.
> >
> > You are lucky man :) For me your command also lead to the "Segmentation
> > fault":
> > l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
> > eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
> > org.eclipse.core.launcher.Main
> > Segmentation fault
> > l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -jar eclipse3.1.1
> > /startup.jar
> > Segmentation fault
> >
> > By the way, run of the classlib tests over drlvm on x86_64 lead to a
> > lot of tests failures/ crashes.
> >
> > Thanks, Vladimir
> >
> > >
> > > > Command to start:
> > > > drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
> > > > eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
> > > > org.eclipse.core.launcher.Main -ws gtk os linux -arch x86_64 &
> > > >
> > > > Last updates to the DRLVM:
> > > > modified varlax
> > > >
> >
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
> > > >
> > > > modified varlax
> > > >
> >
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
> > > >
> > > > modified        varlax
> > > >
> >
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp
> > > >
> > > >
> > >
> > >
> > > --
> > > Gregory
> > >
> > >
> >
>
>
>
> --
> Thanks,
> Elena
>

Re: [drlvm][eclipse] the eclipse 3.1.1 is hang up on start on SUSE 9 linux x86_64

Posted by Elena Semukhina <el...@gmail.com>.
A number of drlvm smoke tests also fail now...

Elena


On 2/1/07, Vladimir Ivanov <iv...@gmail.com> wrote:
>
> On 1/31/07, Gregory Shimansky <gs...@gmail.com> wrote:
> > Vladimir Ivanov wrote:
> > > Now the eclipse 3.1.1 is hang up on the start on SUSE 9 linux for
> > > x86_64 platform.
> >
> > I cannot reproduce this on SuSE9 x86_64. Both 3.1.1 and 3.2.1 versions
> > work for me. BTW why do you specify all these additional options to
> > start eclipse? For me just using java -jar startup.jar works ok.
>
> You are lucky man :) For me your command also lead to the "Segmentation
> fault":
> l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
> eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
> org.eclipse.core.launcher.Main
> Segmentation fault
> l> lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -jar eclipse3.1.1
> /startup.jar
> Segmentation fault
>
> By the way, run of the classlib tests over drlvm on x86_64 lead to a
> lot of tests failures/ crashes.
>
> Thanks, Vladimir
>
> >
> > > Command to start:
> > > drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -cp
> > > eclipse3.1.1/startup.jar -Dosgi.install.area=eclipse3.1.1
> > > org.eclipse.core.launcher.Main -ws gtk os linux -arch x86_64 &
> > >
> > > Last updates to the DRLVM:
> > > modified varlax
> > >
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
> > >
> > > modified varlax
> > >
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
> > >
> > > modified        varlax
> > >
> /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InstCodeSelector.cpp
> > >
> > >
> >
> >
> > --
> > Gregory
> >
> >
>



-- 
Thanks,
Elena