[MDEV-8208] Sporadic SEGFAULT on startup Created: 2015-05-22 Updated: 2016-05-09 Resolved: 2015-09-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | wsrep |
| Affects Version/s: | 5.5.43-galera, 10.0.19-galera |
| Fix Version/s: | 5.5.46-galera, 10.0.22-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Nirbhay Choubey (Inactive) | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 10.1.7-2 | ||||||||||||||||
| Description |
|
|
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2015-05-22 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-May/007941.html |
| Comment by Jan Lindström (Inactive) [ 2015-05-22 ] |
|
Ok to push. I assume here that #ifdef WITH_WSREP is not necessary and we can't check if (WSREP_ON). |
| Comment by Nirbhay Choubey (Inactive) [ 2015-05-24 ] |
|
jplindst WITH_WSREP is required as the affected code is part of wsrep-patch and check for WSREP_ON is not needed pre-10.1 as wsrep is always initialized on server start. |
| Comment by Nirbhay Choubey (Inactive) [ 2015-05-24 ] |
|
https://github.com/MariaDB/server/commit/9eff9ed5c58e782abf383a52a7e691a55b4798a2 |
| Comment by Nirbhay Choubey (Inactive) [ 2015-06-26 ] |
|
10.0-galera is still affected. |
| Comment by Nirbhay Choubey (Inactive) [ 2015-07-07 ] |
|
jplindst It another take on fixing this issue. Would you be interested in reviewing it? http://lists.askmonty.org/pipermail/commits/2015-July/008150.html |
| Comment by Jan Lindström (Inactive) [ 2015-07-21 ] |
|
See my comments on email. |
| Comment by Nirbhay Choubey (Inactive) [ 2015-08-20 ] |
|
Recommitted the last patch with a better commit message: |
| Comment by Nirbhay Choubey (Inactive) [ 2015-09-15 ] |
|
Responded to the review comments. |
| Comment by Nirbhay Choubey (Inactive) [ 2015-09-17 ] |
|
https://github.com/MariaDB/server/commit/db2e21bf3ea32115e25bc6d9f67249042f16cadb |
| Comment by Elena Stepanova [ 2015-09-24 ] |
|
nirbhay_c, |
| Comment by Nirbhay Choubey (Inactive) [ 2015-09-26 ] |
|
Pushed to 10.1. |