| commit | 473ae953240500a92886af226681893efe786d08 | [log] [tgz] |
|---|---|---|
| author | James Zern <jzern@google.com> | Fri Aug 05 12:57:57 2011 -0700 |
| committer | James Zern <jzern@google.com> | Fri Aug 05 15:01:16 2011 -0700 |
| tree | efcbb86de9116ccf35a36c8b5379a9c288e15a77 | |
| parent | a31f843a9f07c13f75b403b3b8eb891f8aac0db6 [diff] |
fix hang on thread creation failure with assertions enabled the code would abort in WebPWorkerChangeState with: Assertion `worker->status_ >= OK' without them the code would hang in the _cond_wait. this change makes WebPWorkerChangeState a no-op in this case. Change-Id: Iea855568bbdef2865ae61ab54473b3a7c230e91a