This is the mail archive of the libc-alpha@sources.redhat.com 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]

malloc and threads


A program that simply launches 10 threads that just malloc, wait 100
milliseconds, and free the data and then loop.  

This simple program segmentation faults. I'm using glibc version 2.2.2. I
was wondering if malloc **still** has reentrancy problems or not ? 

Thoughts?

thanks
_tisson


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