[MDEV-5339] MariaDB Galera process does not shut down Created: 2013-11-26 Updated: 2014-02-27 Resolved: 2014-02-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.34-galera |
| Fix Version/s: | 5.5.36-galera |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
mysqld process does not always stop even if you kill -9 <process_id> Here how to repeat (you need latest version from mariadb-galera-5.5 branch): Put attached files to mysql-test/suite/wsrep/t/ directory test.opt
test.test
then run at mysql-test directory
that will start debugger, type run at debugger command line, it will crash with SIGSEGV (yes this is known another bug) type quit on command line, then see if process is still there
Now only way to get rid of is reboot. There are other similar means to get process to zombie state too easily... |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2013-12-13 ] |
|
the test fails with the following error : |
| Comment by Nirbhay Choubey (Inactive) [ 2013-12-13 ] |
|
related to : https://mariadb.atlassian.net/browse/MDEV-4237 |