Richard Braun, le Wed 23 Jan 2013 00:32:47 +0100, a écrit : > The fmh function could in some cases mistakenly call vm_map with a null > size. A recent kernel fix made that invalid and return KERN_INVALID_ARGUMENT, > which isn't an expected code here, resulting in the linker not starting. > Avoid calling vm_map when the computed mapping size is null to fix the > problem. > > * sysdeps/mach/hurd/dl-sysdep.c (fmh): Leave loop when the computed mapping > size fmhs becomes null.
Ok, applied to tg and the 2.17 debian package. I'll upload a fixed package tomorrow on debian-ports. Samuel