bug23848 498 B

12345678
  1. o Minor features (embedding):
  2. - On most errors that would cause Tor to exit, it now tries to return
  3. from the tor_main() function, rather than calling the system exit()
  4. function. Most users won't notice a difference here, but it should
  5. make a significant difference on platforms that try to run Tor inside
  6. a separate thread: they should now be able to survive Tor's exit
  7. conditions rather than having Tor shut down the entire process.
  8. Closes ticket 23848.