1
1
Brian Barrett de2c4deeda Fix deadlock in thread case exposed by ORTE message model -- if we are
in a callback from the event library and post an RML receive, we'll
deadlock because the event library wouldn't be entered until the
event library was not already entered.  Now just protect data structures
(which we were basically already doing) instead of code, like good
threading people ;).

This commit was SVN r15585.
2007-07-24 19:10:19 +00:00
..
2006-08-15 16:11:27 +00:00
2006-08-14 14:52:39 +00:00
2007-06-04 10:53:04 +00:00

To build libevent, type

$ ./configure && make

Install as root via

# make install

You can run the regression tests by

$ make verify

Before, reporting any problems, please run the regression tests.

Acknowledgements:
-----------------

The following people have helped with suggestions, ideas, code or
fixing bugs:

  Nick Mathewson
  Andrew Danforth
  Shie Erlich
  Mike Davis
  William Ahern
  Alexander von Gernler
  Artur Grabowski

If I have forgotten your name, please contact me.