https://bugs.linaro.org/show_bug.cgi?id=2921
Bug ID: 2921
Summary: odp_init_global() and odp_pool_create() set errno = 12
Product: OpenDataPlane - linux- generic reference
Version: v1.11.0.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: ---
Component: General ODP
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
odp_init_global() and odp_pool_create() set errno = 12 (Cannot allocate
memory).
This is probably caused by one of the internal libc calls. It may confuse the
user app in subsequent calls to other libraries.
odp_init_global() should avoid setting errno to a different value.
Workaround: after calling either function, the user app must manually set errno
= 0.
--
You are receiving this mail because:
You are on the CC list for the bug.