sst_donate_other() does not check pthread_create() return value
Bug #1045811 reported by
Alex Yurchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Fix Released
|
High
|
Alex Yurchenko | ||
5.1 |
Fix Committed
|
Medium
|
Alex Yurchenko | ||
5.5 |
Fix Released
|
High
|
Alex Yurchenko |
Bug Description
In a resource starved system this leads to function going to wait for a signal which will never arrive, because the thread was not created.
To post a comment you must log in.
fixed in lp:codership-mysql/5.1 r3229