Subject: ldd & -current.
To: None <port-pmax@NetBSD.ORG>
From: Simon Burge <simonb@NetBSD.ORG>
List: port-pmax
Date: 11/03/1999 01:26:02
A quick report before I hit the sack:
mona:~ 92> ldd /usr/bin/cal
ldd: mmap of entire address space failed: Cannot allocate memory
mona:~ 93> rsh vlad ldd /usr/bin/cal
/usr/bin/cal:
-lc.12 => /usr/lib/libc.so.12
mona:~ 95> ktruss ldd /usr/bin/cal | grep mmap
ldd: mmap of entire address space failed: Cannot allocate memory
1020 ktruss mmap(0, 0x1000, 0x3, 0x1002, 0xffffffff, 0, 0, 0) = 536870912
1020 ldd mmap(0, 0x1000, 0x3, 0x1002, 0xffffffff, 0, 0, 0) = 536870912
1020 ldd mmap(0, 0xfc01000, 0x1, 0x1002, 0xffffffff, 0, 0, 0) Err#12 ENOMEM
1020 ldd mmap(0, 0xf16, 0x1, 0x1, 0x4, 0, 0, 0) = 536936448
"mmap of entire address space failed: Cannot allocate memory"
mona is -current as of a week or so, and vlad is 1.4.1...
Simon.