1
1
openmpi/opal
Josh Hursey ca43968418 Fix a dealock scenario when registering depricated MCA parameters. The internal loop uses the 'item' variable that is used by the outer loop as well. So when the outer loop checks the value of 'item' it will never equal the end of the list since it no longer references the same list.
Kinda found by MTT. MTT calls 'ompi_info --all --parsable' and it was livelocked and had to be killed by hand.

I'm going to push this one to Jeff to push to v1.3 since he did the original implementation and should check this code.

This commit was SVN r19014.
2008-07-24 15:51:54 +00:00
..
asm Related to my previous commit. The Sicortex is a MIPS machine, so 2008-06-25 03:09:02 +00:00
class Fix bad free's found in CID 707 and CID 708. 2008-06-05 20:49:33 +00:00
dss Reconnect the opal dss debug envar with the debug output 2008-06-27 19:29:18 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
event Some small fixes. 2008-05-29 15:05:28 +00:00
include Some (rare) platforms only have a #define for htonl and friends, 2008-06-24 23:20:25 +00:00
mca Fix a dealock scenario when registering depricated MCA parameters. The internal loop uses the 'item' variable that is used by the outer loop as well. So when the outer loop checks the value of 'item' it will never equal the end of the list since it no longer references the same list. 2008-07-24 15:51:54 +00:00
memoryhooks - The ptmalloc2 memory manager component is now by default built as 2008-06-13 22:32:49 +00:00
runtime Fixes trac:1383: 2008-07-10 21:12:45 +00:00
threads Fix visibility symbols on OS X 2008-03-17 13:18:12 +00:00
tools Slight clarification of help message. 2008-06-17 11:25:32 +00:00
util Remove deprecated function - this was incorporated into the paffinity framework a long time ago. Fortunately, nobody was actually using it! 2008-07-23 03:43:31 +00:00
win32 Add defines for the INT16 min and max value. 2008-01-04 23:09:31 +00:00
Makefile.am Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00