Closed
Bug 548038
Opened 16 years ago
Closed 15 years ago
getproto nspr test fails on Android
Categories
(NSPR :: NSPR, defect)
NSPR
NSPR
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 558415
People
(Reporter: bcombee, Assigned: wtc)
Details
getproto test fails when run on Android, when attempted you get these errors
# ./getproto
FIX ME! implement getprotobyname() bionic/libc/bionic/stubs.c:372
PR_GetProtoByName failed: PR_DIRECTORY_LOOKUP_ERROR(-5973), oserror = 0
FIX ME! implement getprotobyname() bionic/libc/bionic/stubs.c:372
PR_GetProtoByName failed: PR_DIRECTORY_LOOKUP_ERROR(-5973), oserror = 0
FIX ME! implement getprotobynumber() bionic/libc/bionic/stubs.c:378
PR_GetProtoByNumber failed: PR_DIRECTORY_LOOKUP_ERROR(-5973), oserror = 0
FIX ME! implement getprotobynumber() bionic/libc/bionic/stubs.c:378
PR_GetProtoByNumber failed: PR_DIRECTORY_LOOKUP_ERROR(-5973), oserror = 0
FAILED
bionic is the C library on Android, so there's nothing really to fix in NSPR -- this bug is for tracking the failure and for possible use in a workaround
| Reporter | ||
Comment 1•16 years ago
|
||
The ipv6 test also fails for the same reason.
Comment 2•15 years ago
|
||
duplicate of bug 558415 (or visa versa)?
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
OS: Android → All
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•