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

2006-09-19 Thread Geir Magnusson Jr
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

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

2006-09-19 Thread Oleg Khaschansky
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 [EMAIL PROTECTED] wrote: Ok, so I was

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

2006-09-19 Thread Geir Magnusson Jr.
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 =

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

2006-09-19 Thread Oleg Khaschansky
Probably you need to add it to your LD_LIBRARY_PATH... On 9/19/06, Geir Magnusson Jr. [EMAIL PROTECTED] 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,

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

2006-09-19 Thread Geir Magnusson Jr.
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.

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

2006-09-19 Thread Oleg Khaschansky
So you need to build with -Dwith.awt.swing=true then... On 9/19/06, Geir Magnusson Jr. [EMAIL PROTECTED] 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,

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

2006-09-19 Thread Geir Magnusson Jr.
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. [EMAIL PROTECTED] wrote: Nah :) So the problem was that I have /usr/lib/libXmu.so.6 I added a link

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

2006-09-18 Thread Geir Magnusson Jr
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