Subject: Re: execve call from Linux emul to NetBSD native problem ?
To: Christos Zoulas <christos@zoulas.com>
From: None <10.50@free.fr>
List: tech-kern
Date: 11/24/2003 14:51:52
Selon Christos Zoulas <christos@zoulas.com>:


> > 16616 sh       CALL  open(0x48071020,0,0x8)
> > 16616 sh       RET   open -1 errno 2 No such file or directory
> > 16616 sh       CALL  write(0x2,0xbfbff27c,0xe)
> > 16616 sh       GIO   fd 2 wrote 14 bytes
> >       "Cannot open \"\""
> > 16616 sh       RET   write 14/0xe
> >
> >It seems that ld_elf.so tries to read something (but what ?) that 
has 
> >a wrong name, does not find it, and then gives up.
> 
> Yeah, but why isn't the open followed by NAMI? It seems it does not 
even
> bother to look it up...

Is there a way to know what that 0x48071020 points to ?
Recompiling ld_elf.so in debug mode maybe ?

Vincent