Crash on close tab
By geor...@google.com on July 27, 2010 17:54 (imported from Google Code)
Sometimes closing a tab causes a crash, or a log line saying "Major fail".
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
By geor...@google.com on July 27, 2010 17:54 (imported from Google Code)
Sometimes closing a tab causes a crash, or a log line saying "Major fail".
Comment 1 by gnach... on July 29, 2010 02:02
Race condition caused the major fail: one thread would close a fd and set task->fd to -1 while another thread selected on it and then was surprised when select failed. There was no locking, so the close happened after the test for fd!=-1.
Status: Duplicate
Merged into: #11 (closed)
mentioned in issue #4056 (closed)
mentioned in issue #4619 (closed)