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
x27;m running hello world now, and so I'm happy. >> > > not very much, though > Are you collecting HelloWorlds? :) > > Yeah, I'm less happy now. I was dealing with the initial excitement at that point of finally seeing Hello World. :) Thanks, Armand >>

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
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 dll_filename which is passed to apr_dso_load. And still when I step into apr_dso_load that second argument path=0x102 . Perhaps the stack is getting messed up someho