In article <[EMAIL PROTECTED]>,
Maxim Sobolev <[EMAIL PROTECTED]> wrote:
> For a quite long time I searched for the way to reproduce this bug,
> and it seems that I've finally found how to do it. In most cases
> attempt to make any port on a freshly booted system stops with:
>
> /usr/libexec/ld-elf.so.1: /usr/bin/awk: Shared object has no run-time symbol
> table
>
> but when I'm trying to run make again with the same port it works
> flawlessly.
I haven't heard any other reports of this. I'm almost certain it is
caused by something outside the dynamic linker -- probably a kernel
bug. The debugging output you included shows evidence that the
dynamic linker is seeing garbage when it mmaps your executable. The
fact that it works OK after the first attempt also points to the VM
system as the culprit. The dynamic linker hasn't changed much
recently, but the kernel has changed a lot.
John
--
John Polstra [EMAIL PROTECTED]
John D. Polstra & Co., Inc. Seattle, Washington USA
"No matter how cynical I get, I just can't keep up." -- Nora Ephron
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message