[MDEV-2810] LP:962540 - Assertion `!thd->spcont' failed in net_send_error on server shutdown Created: 2012-03-22 Updated: 2014-06-20 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
120323 0:32:52 [Note] debug/sql/mysqld: ready for connections. 120323 0:33:10 [Note] Event Scheduler: Purging the queue. 0 events 120323 0:33:12 [Warning] debug/sql/mysqld: Forcing close of thread 6 user: 'root' mysqld: sql/protocol.cc:151: bool net_send_error(THD*, uint, const char*, const char*): Assertion `!thd->spcont' failed. #7 0xb74f50f0 in abort () from /lib/libc.so.6 bzr version-info Could not reproduce on MySQL 5.5 or MySQL trunk. Please note that the test case requires semisync plugins, so they should be built and placed in the plugin folder. The test case works pretty reliably for me, but a couple of times (out of dozens) it didn't cause the assertion, so I needed to re-run it.
--source include/master-slave.inc eval INSTALL PLUGIN rpl_semi_sync_master SONAME '$SEMISYNC_MASTER_SO'; --connection slave --connection master --delimiter | --send
|
| Comments |
| Comment by Elena Stepanova [ 2012-03-22 ] |
|
Re: Assertion `!thd->spcont' failed in net_send_error on server shutdown |
| Comment by Elena Stepanova [ 2012-03-22 ] |
|
Re: Assertion `!thd->spcont' failed in net_send_error on server shutdown |
| Comment by Elena Stepanova [ 2012-03-29 ] |
|
Re: Assertion `!thd->spcont' failed in net_send_error on server shutdown |
| Comment by Elena Stepanova [ 2012-04-27 ] |
|
Re: Assertion `!thd->spcont' failed in net_send_error on server shutdown |
| Comment by Rasmus Johansson (Inactive) [ 2012-04-27 ] |
|
Launchpad bug id: 962540 |