Andrew Stitcher created PROTON-1710: ---------------------------------------
Summary: Proton C++ will crash if told to run 0 threads Key: PROTON-1710 URL: https://issues.apache.org/jira/browse/PROTON-1710 Project: Qpid Proton Issue Type: Bug Components: cpp-binding Affects Versions: proton-c-0.18.0 Reporter: Andrew Stitcher Assignee: Andrew Stitcher Fix For: proton-c-0.19.0 If you call container::run(0) - i.e. tell it to run 0 threads it will crash. I think the correct thing to do here is just ignore all values less than 1 and treat them as if they were 1. Another possibility would be to treat 0 as a "default" value - and run a "good" number of threads for the circumstances. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org