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]

RE: Problem in pthread_create (allocate_stack inline code) on MIPS.


Minutes ago, I wrote:
> The problem is that setting the pthread stack size attribute on MIPS
> doesn't seem to be doing what it's supposed to, and so the threads end
> up with some incorrect stack size.

More info:

Strangely, the application does respond to changes in the stack size via
"ulimit -s". The stack size specified in the pthread_attr_t is ignored,
but somehow it's still using the default stack size in spite of the
strange machine code.


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