Hi! > The retval parameter to pthread_join() is a pointer to a pointer. There > are several instances where a pointer to int is being passed instead. > This can result in a bus error on sparc64 when the pointer is not > aligned on a 64-bit boundary. Of course, it's a potential problem on > any 64-bit platform. > > Also removed an unnecessary malloc & free from mmstress.c
Applied, thanks. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
