Hi, Michael Casadevall, le Tue 28 Aug 2007 20:43:02 -0400, a écrit : > I discovered __libc_stack_end is (seemingly) broken. It seems on > Linux, this points to the end the stack for the process, but on > Hurd this is broken (it points at an invalid location outside of a > processes address space).
Mmm: hurd:~# gdb ./test (gdb) b main (gdb) r (gdb) p/x __libc_stack_end $2 = 0x1020ff8 hurd:~# vminfo 7736 ... 0x1020000[0x1000] (prot=RWX, mem_obj=53, offs=0xfff000) ... This is correct. Samuel _______________________________________________ Bug-hurd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-hurd
