linuxolator: amd64 Linux Test Project failures

Divacky Roman xdivac02 at stud.fit.vutbr.cz
Sat Dec 30 04:07:26 PST 2006


> I just added another %p to the format, here are my results with all of
> the debugging printfs.
> 
> Dec 29 15:32:38 hp010 kernel: linux(1807): access(Checking if path
> [0xffffffffffffffff/0xffffffffa3bc8be0/0x28069000] exists) <-
> &args-path, args-path

the access03 test passes 0 as the path address. interesting that it
gets this non-0 address. is the address consistent among runs?
I wonder if glibc mangles it somehow (it shouldnt but you never know)

can you try simple program like

main()
{
   access(0, 0);
}

and show its output?

roman


More information about the freebsd-emulation mailing list