This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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]

Re: When does pthread_create() return EINVAL?


* Manuel Lauss:

> When does pthread_create() return EINVAL?
> I use qemu-user for mipsel, and after updating a python package in the mipsel
> userland, pthread_create() in qemu-user started returning EINVAL.  I
> looked through the source of pthread_create, but could not find an
> explicit EINVAL anywhere.

Do you know which system call fails?  It's probably something coming
from the Linux emulation, and not one of the glibc's stack-related
checks (which can produce EINVAL as well).


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