This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with glibc-2.5 on ARM


I'm running glibc-2.5 on the TI OSK board (ARM processor) and when I
try to start dropbear I trip over an assert in check_pf.c. Here is the
message along with the output from some printf's I added:

root@omap5912osk:~$ dropbear -F
sizeof req = 24
offset of pad = 20
offset of nlmsghdr = 0
offset of rtgenmsg = 16
sizeof nlmsghdr = 16
sizeof rtgenmsg = 4
dropbear: ../sysdeps/unix/sysv/linux/check_pf.c:75: make_request:
Assertion `sizeof (req) - ((size_t) &((struct req *)0)->pad) == 3'
failed.
Aborted

It looks like the assert was added in May, 2006. Does anyone have any
suggestions for what to try next?

Philip


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]