You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Geir Magnusson Jr <ge...@pobox.com> on 2006/09/19 03:47:09 UTC

[drlvm] When running caffinemark, DRLVM now crashes..

On Ubuntu 6, I was trying to run CaffineMark to see where we are w/ the
lastest set of patches and the big java 5 and other fix patch.  release
build, r447024

top of the stack trace is
Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap

Can anyone repeat this error?

geir

---------------------------------------------------------------------
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


Re: [classlib][awt] problem w/ AWT on linux? (CaffineMark) Was (Re: [drlvm] When running caffinemark, DRLVM now crashes..)

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
I thought I did.

Thx - retrying...


On Sep 19, 2006, at 12:17 PM, Oleg Khaschansky wrote:

> So you need to build with -Dwith.awt.swing=true then...
>
> On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> Nah :)
>>
>> So the problem was that I have
>>
>>     /usr/lib/libXmu.so.6
>>
>> I added a link
>>
>>    /usr/lib/libXmu.so
>>
>> and now it wants libgl.so, which I don't have...
>>
>> On Sep 19, 2006, at 9:23 AM, Oleg Khaschansky wrote:
>>
>> > Probably you need to add it to your LD_LIBRARY_PATH...
>> >
>> > On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> >> Good catch.
>> >>
>> >> dlopen() returns  null, but the package manager claims xmu is
>> >> installed, so clearly it's lying, or something is misconfigured.
>> >>
>> >> Thanks for the hint.
>> >>
>> >> geir
>> >>
>> >> On Sep 19, 2006, at 6:30 AM, Oleg Khaschansky wrote:
>> >>
>> >> > Do you have libxmu? Probably, fails either
>> >> > void* lib = dlopen("libxmu.so", RTLD_LAZY);
>> >> > or the corresponding
>> >> > dlsym(lib, "XmuLookupStandardColormap");
>> >> > Could you, please, check if these dlopen/dlsym return non  
>> zero on
>> >> > your system?
>> >> >
>> >> > On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>> >> >> Ok, so I was really tired last night when I reported this.   
>> I've
>> >> >> done a
>> >> >> little more homeork, and I get the same crash with J9.  The  
>> stack
>> >> >> trace
>> >> >> is :
>> >> >>
>> >> >>
>> >> >> Generated system dump: {default OS core name}
>> >> >>
>> >> >> Thread: main (priority 5) (LOCATION OF ERROR)
>> >> >>  NATIVE
>> >> >> org/apache/harmony/awt/nativebridge/linux/
>> >> >> X11.XmuLookupStandardColormap(JIJIJII)I
>> >> >>  00000080
>> >> >> org/apache/harmony/awt/gl/linux/
>> >> >> XGraphicsConfiguration.obtainRGBColorMap()J
>> >> >>  00000015
>> >> >> org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.<init>
>> >> (Lorg/
>> >> >> apache/harmony/awt/gl/linux/XGraphicsDevice
>> >> >> ;Lorg/apache/harmony/awt/nativebridge/linux/X11$XVisualInfo;)V
>> >> >>  000000aa org/apache/harmony/awt/gl/linux/
>> >> >> XGraphicsDevice.createConfigs()V
>> >> >>  00000008
>> >> >> org/apache/harmony/awt/gl/linux/XGraphicsDevice.getConfigs() 
>> [Lorg/
>> >> >> apache/harmony/awt/gl/linux/XGraphicsConfigu
>> >> >> ration;
>> >> >>  00000001
>> >> >> org/apache/harmony/awt/gl/linux/
>> >> >> XGraphicsDevice.getDefaultConfiguration()Ljava/awt/
>> >> >> GraphicsConfiguration;
>> >> >>  0000000f
>> >> >> java/awt/Window.getGraphicsConfiguration(Ljava/awt/
>> >> >> GraphicsConfiguration;)Ljava/awt/GraphicsConfiguration;
>> >> >>  00000081
>> >> >> java/awt/Window.<init>(Ljava/awt/Window;Ljava/awt/
>> >> >> GraphicsConfiguration;)V
>> >> >>  00000003
>> >> >> java/awt/Frame.<init>(Ljava/lang/String;Ljava/awt/
>> >> >> GraphicsConfiguration;)V
>> >> >>  00000003 java/awt/Frame.<init>(Ljava/lang/String;)V
>> >> >>  00000003 CaffeineMarkFrame.<init>(Ljava/applet/Applet;Z)V
>> >> >>  00000006 CaffeineMarkApp.main([Ljava/lang/String;)V
>> >> >>
>> >> >>
>> >> >> Anyone have any idea?
>> >> >>
>> >> >> geir
>> >> >>
>> >> >>
>> >> >> Geir Magnusson Jr wrote:
>> >> >> > On Ubuntu 6, I was trying to run CaffineMark to see where  
>> we are
>> >> >> w/ the
>> >> >> > lastest set of patches and the big java 5 and other fix  
>> patch.
>> >> >> release
>> >> >> > build, r447024
>> >> >> >
>> >> >> > top of the stack trace is
>> >> >> >
>> >> >>
>> >>  
>> Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
>> >> >> >
>> >> >> > Can anyone repeat this error?
>> >> >> >
>> >> >> > geir
>> >> >> >
>> >> >> >
>> >> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> >> > 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
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> >> 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
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>  
>> ---------------------------------------------------------------------
>> >> > 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
>> >> >
>> >>
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> 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
>> >>
>> >>
>> >
>> >  
>> ---------------------------------------------------------------------
>> > 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
>> >
>>
>>
>> ---------------------------------------------------------------------
>> 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
>>
>>
>
> ---------------------------------------------------------------------
> 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
>


---------------------------------------------------------------------
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


Re: [classlib][awt] problem w/ AWT on linux? (CaffineMark) Was (Re: [drlvm] When running caffinemark, DRLVM now crashes..)

Posted by Oleg Khaschansky <ol...@gmail.com>.
So you need to build with -Dwith.awt.swing=true then...

On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> Nah :)
>
> So the problem was that I have
>
>     /usr/lib/libXmu.so.6
>
> I added a link
>
>    /usr/lib/libXmu.so
>
> and now it wants libgl.so, which I don't have...
>
> On Sep 19, 2006, at 9:23 AM, Oleg Khaschansky wrote:
>
> > Probably you need to add it to your LD_LIBRARY_PATH...
> >
> > On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> >> Good catch.
> >>
> >> dlopen() returns  null, but the package manager claims xmu is
> >> installed, so clearly it's lying, or something is misconfigured.
> >>
> >> Thanks for the hint.
> >>
> >> geir
> >>
> >> On Sep 19, 2006, at 6:30 AM, Oleg Khaschansky wrote:
> >>
> >> > Do you have libxmu? Probably, fails either
> >> > void* lib = dlopen("libxmu.so", RTLD_LAZY);
> >> > or the corresponding
> >> > dlsym(lib, "XmuLookupStandardColormap");
> >> > Could you, please, check if these dlopen/dlsym return non zero on
> >> > your system?
> >> >
> >> > On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> >> >> Ok, so I was really tired last night when I reported this.  I've
> >> >> done a
> >> >> little more homeork, and I get the same crash with J9.  The stack
> >> >> trace
> >> >> is :
> >> >>
> >> >>
> >> >> Generated system dump: {default OS core name}
> >> >>
> >> >> Thread: main (priority 5) (LOCATION OF ERROR)
> >> >>  NATIVE
> >> >> org/apache/harmony/awt/nativebridge/linux/
> >> >> X11.XmuLookupStandardColormap(JIJIJII)I
> >> >>  00000080
> >> >> org/apache/harmony/awt/gl/linux/
> >> >> XGraphicsConfiguration.obtainRGBColorMap()J
> >> >>  00000015
> >> >> org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.<init>
> >> (Lorg/
> >> >> apache/harmony/awt/gl/linux/XGraphicsDevice
> >> >> ;Lorg/apache/harmony/awt/nativebridge/linux/X11$XVisualInfo;)V
> >> >>  000000aa org/apache/harmony/awt/gl/linux/
> >> >> XGraphicsDevice.createConfigs()V
> >> >>  00000008
> >> >> org/apache/harmony/awt/gl/linux/XGraphicsDevice.getConfigs()[Lorg/
> >> >> apache/harmony/awt/gl/linux/XGraphicsConfigu
> >> >> ration;
> >> >>  00000001
> >> >> org/apache/harmony/awt/gl/linux/
> >> >> XGraphicsDevice.getDefaultConfiguration()Ljava/awt/
> >> >> GraphicsConfiguration;
> >> >>  0000000f
> >> >> java/awt/Window.getGraphicsConfiguration(Ljava/awt/
> >> >> GraphicsConfiguration;)Ljava/awt/GraphicsConfiguration;
> >> >>  00000081
> >> >> java/awt/Window.<init>(Ljava/awt/Window;Ljava/awt/
> >> >> GraphicsConfiguration;)V
> >> >>  00000003
> >> >> java/awt/Frame.<init>(Ljava/lang/String;Ljava/awt/
> >> >> GraphicsConfiguration;)V
> >> >>  00000003 java/awt/Frame.<init>(Ljava/lang/String;)V
> >> >>  00000003 CaffeineMarkFrame.<init>(Ljava/applet/Applet;Z)V
> >> >>  00000006 CaffeineMarkApp.main([Ljava/lang/String;)V
> >> >>
> >> >>
> >> >> Anyone have any idea?
> >> >>
> >> >> geir
> >> >>
> >> >>
> >> >> Geir Magnusson Jr wrote:
> >> >> > On Ubuntu 6, I was trying to run CaffineMark to see where we are
> >> >> w/ the
> >> >> > lastest set of patches and the big java 5 and other fix patch.
> >> >> release
> >> >> > build, r447024
> >> >> >
> >> >> > top of the stack trace is
> >> >> >
> >> >>
> >> Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
> >> >> >
> >> >> > Can anyone repeat this error?
> >> >> >
> >> >> > geir
> >> >> >
> >> >> >
> >> >>
> >> ---------------------------------------------------------------------
> >> >> > 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
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> ---------------------------------------------------------------------
> >> >> 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
> >> >>
> >> >>
> >> >
> >> >
> >> ---------------------------------------------------------------------
> >> > 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
> >> >
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > 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
> >
>
>
> ---------------------------------------------------------------------
> 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
>
>

---------------------------------------------------------------------
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


Re: [classlib][awt] problem w/ AWT on linux? (CaffineMark) Was (Re: [drlvm] When running caffinemark, DRLVM now crashes..)

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Nah :)

So the problem was that I have

    /usr/lib/libXmu.so.6

I added a link

   /usr/lib/libXmu.so

and now it wants libgl.so, which I don't have...

On Sep 19, 2006, at 9:23 AM, Oleg Khaschansky wrote:

> Probably you need to add it to your LD_LIBRARY_PATH...
>
> On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
>> Good catch.
>>
>> dlopen() returns  null, but the package manager claims xmu is
>> installed, so clearly it's lying, or something is misconfigured.
>>
>> Thanks for the hint.
>>
>> geir
>>
>> On Sep 19, 2006, at 6:30 AM, Oleg Khaschansky wrote:
>>
>> > Do you have libxmu? Probably, fails either
>> > void* lib = dlopen("libxmu.so", RTLD_LAZY);
>> > or the corresponding
>> > dlsym(lib, "XmuLookupStandardColormap");
>> > Could you, please, check if these dlopen/dlsym return non zero on
>> > your system?
>> >
>> > On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>> >> Ok, so I was really tired last night when I reported this.  I've
>> >> done a
>> >> little more homeork, and I get the same crash with J9.  The stack
>> >> trace
>> >> is :
>> >>
>> >>
>> >> Generated system dump: {default OS core name}
>> >>
>> >> Thread: main (priority 5) (LOCATION OF ERROR)
>> >>  NATIVE
>> >> org/apache/harmony/awt/nativebridge/linux/
>> >> X11.XmuLookupStandardColormap(JIJIJII)I
>> >>  00000080
>> >> org/apache/harmony/awt/gl/linux/
>> >> XGraphicsConfiguration.obtainRGBColorMap()J
>> >>  00000015
>> >> org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.<init> 
>> (Lorg/
>> >> apache/harmony/awt/gl/linux/XGraphicsDevice
>> >> ;Lorg/apache/harmony/awt/nativebridge/linux/X11$XVisualInfo;)V
>> >>  000000aa org/apache/harmony/awt/gl/linux/
>> >> XGraphicsDevice.createConfigs()V
>> >>  00000008
>> >> org/apache/harmony/awt/gl/linux/XGraphicsDevice.getConfigs()[Lorg/
>> >> apache/harmony/awt/gl/linux/XGraphicsConfigu
>> >> ration;
>> >>  00000001
>> >> org/apache/harmony/awt/gl/linux/
>> >> XGraphicsDevice.getDefaultConfiguration()Ljava/awt/
>> >> GraphicsConfiguration;
>> >>  0000000f
>> >> java/awt/Window.getGraphicsConfiguration(Ljava/awt/
>> >> GraphicsConfiguration;)Ljava/awt/GraphicsConfiguration;
>> >>  00000081
>> >> java/awt/Window.<init>(Ljava/awt/Window;Ljava/awt/
>> >> GraphicsConfiguration;)V
>> >>  00000003
>> >> java/awt/Frame.<init>(Ljava/lang/String;Ljava/awt/
>> >> GraphicsConfiguration;)V
>> >>  00000003 java/awt/Frame.<init>(Ljava/lang/String;)V
>> >>  00000003 CaffeineMarkFrame.<init>(Ljava/applet/Applet;Z)V
>> >>  00000006 CaffeineMarkApp.main([Ljava/lang/String;)V
>> >>
>> >>
>> >> Anyone have any idea?
>> >>
>> >> geir
>> >>
>> >>
>> >> Geir Magnusson Jr wrote:
>> >> > On Ubuntu 6, I was trying to run CaffineMark to see where we are
>> >> w/ the
>> >> > lastest set of patches and the big java 5 and other fix patch.
>> >> release
>> >> > build, r447024
>> >> >
>> >> > top of the stack trace is
>> >> >
>> >>  
>> Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
>> >> >
>> >> > Can anyone repeat this error?
>> >> >
>> >> > geir
>> >> >
>> >> >
>> >>  
>> ---------------------------------------------------------------------
>> >> > 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
>> >> >
>> >> >
>> >> >
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> 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
>> >>
>> >>
>> >
>> >  
>> ---------------------------------------------------------------------
>> > 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
>> >
>>
>>
>> ---------------------------------------------------------------------
>> 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
>>
>>
>
> ---------------------------------------------------------------------
> 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
>


---------------------------------------------------------------------
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


Re: [classlib][awt] problem w/ AWT on linux? (CaffineMark) Was (Re: [drlvm] When running caffinemark, DRLVM now crashes..)

Posted by Oleg Khaschansky <ol...@gmail.com>.
Probably you need to add it to your LD_LIBRARY_PATH...

On 9/19/06, Geir Magnusson Jr. <ge...@pobox.com> wrote:
> Good catch.
>
> dlopen() returns  null, but the package manager claims xmu is
> installed, so clearly it's lying, or something is misconfigured.
>
> Thanks for the hint.
>
> geir
>
> On Sep 19, 2006, at 6:30 AM, Oleg Khaschansky wrote:
>
> > Do you have libxmu? Probably, fails either
> > void* lib = dlopen("libxmu.so", RTLD_LAZY);
> > or the corresponding
> > dlsym(lib, "XmuLookupStandardColormap");
> > Could you, please, check if these dlopen/dlsym return non zero on
> > your system?
> >
> > On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> >> Ok, so I was really tired last night when I reported this.  I've
> >> done a
> >> little more homeork, and I get the same crash with J9.  The stack
> >> trace
> >> is :
> >>
> >>
> >> Generated system dump: {default OS core name}
> >>
> >> Thread: main (priority 5) (LOCATION OF ERROR)
> >>  NATIVE
> >> org/apache/harmony/awt/nativebridge/linux/
> >> X11.XmuLookupStandardColormap(JIJIJII)I
> >>  00000080
> >> org/apache/harmony/awt/gl/linux/
> >> XGraphicsConfiguration.obtainRGBColorMap()J
> >>  00000015
> >> org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.<init>(Lorg/
> >> apache/harmony/awt/gl/linux/XGraphicsDevice
> >> ;Lorg/apache/harmony/awt/nativebridge/linux/X11$XVisualInfo;)V
> >>  000000aa org/apache/harmony/awt/gl/linux/
> >> XGraphicsDevice.createConfigs()V
> >>  00000008
> >> org/apache/harmony/awt/gl/linux/XGraphicsDevice.getConfigs()[Lorg/
> >> apache/harmony/awt/gl/linux/XGraphicsConfigu
> >> ration;
> >>  00000001
> >> org/apache/harmony/awt/gl/linux/
> >> XGraphicsDevice.getDefaultConfiguration()Ljava/awt/
> >> GraphicsConfiguration;
> >>  0000000f
> >> java/awt/Window.getGraphicsConfiguration(Ljava/awt/
> >> GraphicsConfiguration;)Ljava/awt/GraphicsConfiguration;
> >>  00000081
> >> java/awt/Window.<init>(Ljava/awt/Window;Ljava/awt/
> >> GraphicsConfiguration;)V
> >>  00000003
> >> java/awt/Frame.<init>(Ljava/lang/String;Ljava/awt/
> >> GraphicsConfiguration;)V
> >>  00000003 java/awt/Frame.<init>(Ljava/lang/String;)V
> >>  00000003 CaffeineMarkFrame.<init>(Ljava/applet/Applet;Z)V
> >>  00000006 CaffeineMarkApp.main([Ljava/lang/String;)V
> >>
> >>
> >> Anyone have any idea?
> >>
> >> geir
> >>
> >>
> >> Geir Magnusson Jr wrote:
> >> > On Ubuntu 6, I was trying to run CaffineMark to see where we are
> >> w/ the
> >> > lastest set of patches and the big java 5 and other fix patch.
> >> release
> >> > build, r447024
> >> >
> >> > top of the stack trace is
> >> >
> >> Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
> >> >
> >> > Can anyone repeat this error?
> >> >
> >> > geir
> >> >
> >> >
> >> ---------------------------------------------------------------------
> >> > 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
> >> >
> >> >
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> 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
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > 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
> >
>
>
> ---------------------------------------------------------------------
> 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
>
>

---------------------------------------------------------------------
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


Re: [classlib][awt] problem w/ AWT on linux? (CaffineMark) Was (Re: [drlvm] When running caffinemark, DRLVM now crashes..)

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Good catch.

dlopen() returns  null, but the package manager claims xmu is  
installed, so clearly it's lying, or something is misconfigured.

Thanks for the hint.

geir

On Sep 19, 2006, at 6:30 AM, Oleg Khaschansky wrote:

> Do you have libxmu? Probably, fails either
> void* lib = dlopen("libxmu.so", RTLD_LAZY);
> or the corresponding
> dlsym(lib, "XmuLookupStandardColormap");
> Could you, please, check if these dlopen/dlsym return non zero on  
> your system?
>
> On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
>> Ok, so I was really tired last night when I reported this.  I've  
>> done a
>> little more homeork, and I get the same crash with J9.  The stack  
>> trace
>> is :
>>
>>
>> Generated system dump: {default OS core name}
>>
>> Thread: main (priority 5) (LOCATION OF ERROR)
>>  NATIVE
>> org/apache/harmony/awt/nativebridge/linux/ 
>> X11.XmuLookupStandardColormap(JIJIJII)I
>>  00000080
>> org/apache/harmony/awt/gl/linux/ 
>> XGraphicsConfiguration.obtainRGBColorMap()J
>>  00000015
>> org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.<init>(Lorg/ 
>> apache/harmony/awt/gl/linux/XGraphicsDevice
>> ;Lorg/apache/harmony/awt/nativebridge/linux/X11$XVisualInfo;)V
>>  000000aa org/apache/harmony/awt/gl/linux/ 
>> XGraphicsDevice.createConfigs()V
>>  00000008
>> org/apache/harmony/awt/gl/linux/XGraphicsDevice.getConfigs()[Lorg/ 
>> apache/harmony/awt/gl/linux/XGraphicsConfigu
>> ration;
>>  00000001
>> org/apache/harmony/awt/gl/linux/ 
>> XGraphicsDevice.getDefaultConfiguration()Ljava/awt/ 
>> GraphicsConfiguration;
>>  0000000f
>> java/awt/Window.getGraphicsConfiguration(Ljava/awt/ 
>> GraphicsConfiguration;)Ljava/awt/GraphicsConfiguration;
>>  00000081
>> java/awt/Window.<init>(Ljava/awt/Window;Ljava/awt/ 
>> GraphicsConfiguration;)V
>>  00000003
>> java/awt/Frame.<init>(Ljava/lang/String;Ljava/awt/ 
>> GraphicsConfiguration;)V
>>  00000003 java/awt/Frame.<init>(Ljava/lang/String;)V
>>  00000003 CaffeineMarkFrame.<init>(Ljava/applet/Applet;Z)V
>>  00000006 CaffeineMarkApp.main([Ljava/lang/String;)V
>>
>>
>> Anyone have any idea?
>>
>> geir
>>
>>
>> Geir Magnusson Jr wrote:
>> > On Ubuntu 6, I was trying to run CaffineMark to see where we are  
>> w/ the
>> > lastest set of patches and the big java 5 and other fix patch.   
>> release
>> > build, r447024
>> >
>> > top of the stack trace is
>> >  
>> Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
>> >
>> > Can anyone repeat this error?
>> >
>> > geir
>> >
>> >  
>> ---------------------------------------------------------------------
>> > 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
>> >
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> 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
>>
>>
>
> ---------------------------------------------------------------------
> 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
>


---------------------------------------------------------------------
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


Re: [classlib][awt] problem w/ AWT on linux? (CaffineMark) Was (Re: [drlvm] When running caffinemark, DRLVM now crashes..)

Posted by Oleg Khaschansky <ol...@gmail.com>.
Do you have libxmu? Probably, fails either
void* lib = dlopen("libxmu.so", RTLD_LAZY);
or the corresponding
dlsym(lib, "XmuLookupStandardColormap");
Could you, please, check if these dlopen/dlsym return non zero on your system?

On 9/19/06, Geir Magnusson Jr <ge...@pobox.com> wrote:
> Ok, so I was really tired last night when I reported this.  I've done a
> little more homeork, and I get the same crash with J9.  The stack trace
> is :
>
>
> Generated system dump: {default OS core name}
>
> Thread: main (priority 5) (LOCATION OF ERROR)
>  NATIVE
> org/apache/harmony/awt/nativebridge/linux/X11.XmuLookupStandardColormap(JIJIJII)I
>  00000080
> org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.obtainRGBColorMap()J
>  00000015
> org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.<init>(Lorg/apache/harmony/awt/gl/linux/XGraphicsDevice
> ;Lorg/apache/harmony/awt/nativebridge/linux/X11$XVisualInfo;)V
>  000000aa org/apache/harmony/awt/gl/linux/XGraphicsDevice.createConfigs()V
>  00000008
> org/apache/harmony/awt/gl/linux/XGraphicsDevice.getConfigs()[Lorg/apache/harmony/awt/gl/linux/XGraphicsConfigu
> ration;
>  00000001
> org/apache/harmony/awt/gl/linux/XGraphicsDevice.getDefaultConfiguration()Ljava/awt/GraphicsConfiguration;
>  0000000f
> java/awt/Window.getGraphicsConfiguration(Ljava/awt/GraphicsConfiguration;)Ljava/awt/GraphicsConfiguration;
>  00000081
> java/awt/Window.<init>(Ljava/awt/Window;Ljava/awt/GraphicsConfiguration;)V
>  00000003
> java/awt/Frame.<init>(Ljava/lang/String;Ljava/awt/GraphicsConfiguration;)V
>  00000003 java/awt/Frame.<init>(Ljava/lang/String;)V
>  00000003 CaffeineMarkFrame.<init>(Ljava/applet/Applet;Z)V
>  00000006 CaffeineMarkApp.main([Ljava/lang/String;)V
>
>
> Anyone have any idea?
>
> geir
>
>
> Geir Magnusson Jr wrote:
> > On Ubuntu 6, I was trying to run CaffineMark to see where we are w/ the
> > lastest set of patches and the big java 5 and other fix patch.  release
> > build, r447024
> >
> > top of the stack trace is
> > Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
> >
> > Can anyone repeat this error?
> >
> > geir
> >
> > ---------------------------------------------------------------------
> > 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
> >
> >
> >
>
> ---------------------------------------------------------------------
> 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
>
>

---------------------------------------------------------------------
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


[classlib][awt] problem w/ AWT on linux? (CaffineMark) Was (Re: [drlvm] When running caffinemark, DRLVM now crashes..)

Posted by Geir Magnusson Jr <ge...@pobox.com>.
Ok, so I was really tired last night when I reported this.  I've done a
little more homeork, and I get the same crash with J9.  The stack trace
is :


Generated system dump: {default OS core name}

Thread: main (priority 5) (LOCATION OF ERROR)
 NATIVE
org/apache/harmony/awt/nativebridge/linux/X11.XmuLookupStandardColormap(JIJIJII)I
 00000080
org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.obtainRGBColorMap()J
 00000015
org/apache/harmony/awt/gl/linux/XGraphicsConfiguration.<init>(Lorg/apache/harmony/awt/gl/linux/XGraphicsDevice
;Lorg/apache/harmony/awt/nativebridge/linux/X11$XVisualInfo;)V
 000000aa org/apache/harmony/awt/gl/linux/XGraphicsDevice.createConfigs()V
 00000008
org/apache/harmony/awt/gl/linux/XGraphicsDevice.getConfigs()[Lorg/apache/harmony/awt/gl/linux/XGraphicsConfigu
ration;
 00000001
org/apache/harmony/awt/gl/linux/XGraphicsDevice.getDefaultConfiguration()Ljava/awt/GraphicsConfiguration;
 0000000f
java/awt/Window.getGraphicsConfiguration(Ljava/awt/GraphicsConfiguration;)Ljava/awt/GraphicsConfiguration;
 00000081
java/awt/Window.<init>(Ljava/awt/Window;Ljava/awt/GraphicsConfiguration;)V
 00000003
java/awt/Frame.<init>(Ljava/lang/String;Ljava/awt/GraphicsConfiguration;)V
 00000003 java/awt/Frame.<init>(Ljava/lang/String;)V
 00000003 CaffeineMarkFrame.<init>(Ljava/applet/Applet;Z)V
 00000006 CaffeineMarkApp.main([Ljava/lang/String;)V


Anyone have any idea?

geir


Geir Magnusson Jr wrote:
> On Ubuntu 6, I was trying to run CaffineMark to see where we are w/ the
> lastest set of patches and the big java 5 and other fix patch.  release
> build, r447024
> 
> top of the stack trace is
> Java_org_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
> 
> Can anyone repeat this error?
> 
> geir
> 
> ---------------------------------------------------------------------
> 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
> 
> 
> 

---------------------------------------------------------------------
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