Leo Carreon wrote: > Hi, > > I am using Solaris 10 u5 x86 and wrote a threaded test program using Sun > Studio 12. When I run my test program I get the error message: > > libc thread failure: lfree() called with a misaligned pointer > > and the test program crashes. Would anyone know what the above message means > or what I need to do to eliminate it? >
This error message is printed if lfree() sees an incorrect pointer, i.e. not allocated by lmalloc(). I assume you are not using lmalloc()/lfree() directly, so which thread function is causing the error? - yxn > Regards, > Leo > > > This message posted from opensolaris.org > _______________________________________________ > opensolaris-discuss mailing list > [email protected] _______________________________________________ opensolaris-discuss mailing list [email protected]
