Re: [drlvm] apr_dso_load error (path address out of bounds)

2006-10-04 Thread Salikh Zakirov
Armand Navabi wrote: > I do pass the library load in GDB. If I just run helloworld in gdb it > almost always will print hello world. Here is what happens whenever I > just run it in GDB: > > (gdb) r helloworld > Starting program: > /scratch/anavabi/Harmony/enhanced/drlvm/build/deploy/jre/bin/jav

Re: [drlvm] apr_dso_load error (path address out of bounds)

2006-10-04 Thread Armand Navabi
VM (p_vm=0xbfa9e8b0, p_env=0xbfa9e8b4, >> vm_args=0xbfa9e8c0) >> at >> /scratch/anavabi/Harmony/enhanced/drlvm/vm/vmcore/src/jni/jni.cpp:1270 >> #11 0x0804962c in invocation () >> #12 0x08048fd0 in gpProtectedMain () >> #13 0x0804ac4c in signalProtectedMain () >

Re: [drlvm] apr_dso_load error (path address out of bounds)

2006-10-03 Thread Egor Pasko
ot very much, though Are you collecting HelloWorlds? :) > Thanks, > Armand > > -Original Message- > From: Armand Navabi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 03, 2006 3:22 PM > To: harmony-dev@incubator.apache.org > Subject: RE: [drlvm] apr_dso_load error (

RE: [drlvm] apr_dso_load error (path address out of bounds)

2006-10-03 Thread Armand Navabi
lto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 3:22 PM To: harmony-dev@incubator.apache.org Subject: RE: [drlvm] apr_dso_load error (path address out of bounds) I thought that perhaps a gdb backtrace may be helpful. Note: I also tried to go into dll_jit.cpp:62 and hard code the name of the d

RE: [drlvm] apr_dso_load error (path address out of bounds)

2006-10-03 Thread Armand Navabi
-- From: Armand Navabi [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 2:03 PM To: harmony-dev@incubator.apache.org Subject: [drlvm] apr_dso_load error (path address out of bounds) I am still having trouble getting hellworld to run. Currently the problem is that for some reason in dll_jit.cpp

[drlvm] apr_dso_load error (path address out of bounds)

2006-10-02 Thread Armand Navabi
I am still having trouble getting hellworld to run. Currently the problem is that for some reason in dll_jit.cpp on line 62, where the call is made to apr_dso_load, the second parameter which is the path to the dll becomes address out of bounds in the apr_dso_load procedure. Egor suggested tha