[MDEV-3711] LP:613423 - ma_page.c:430: _ma_new: Assertion `key_del_current != share->state.key_del && (key_del_current != 0) && ((key_del_current == (~ (my_off_t) 0)) || (key_del_current <= (share->state.state.key_file_length - block_size)))' failed. Created: 2010-08-04 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
When running a DML workload involving large varchar fields and multibyte character sets, (m)aria 5.2 asserted as follows: ma_page.c:430: _ma_new: Assertion `key_del_current != share->state.key_del && (key_del_current != 0) && ((key_del_current == (~ (my_off_t) 0)) || (key_del_current <= (share->state.state.key_file_length - block_size)))' failed. #8 0x00897de8 in __assert_fail () from /lib/libc.so.6 The core and binary will be uploaded shortly. |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-08-04 ] |
|
Re: ma_page.c:430: _ma_new: Assertion `key_del_current != share->state.key_del && (key_del_current != 0) && ((key_del_current == (~ (my_off_t) 0)) || (key_del_current <= (share->state.state.key_file_length - block_size)))' failed. http://pstoev-askmonty.s3.amazonaws.com/var-bug613423.zip bzr version-info: revision-id: sanja@askmonty.org-20100804094351-8yyx0m06vi4pr9fj |
| Comment by Philip Stoev (Inactive) [ 2010-08-27 ] |
|
Re: ma_page.c:430: _ma_new: Assertion `key_del_current != share->state.key_del && (key_del_current != 0) && ((key_del_current == (~ (my_off_t) 0)) || (key_del_current <= (share->state.state.key_file_length - block_size)))' failed. /home/buildbot/randgen/runall.pl \ |
| Comment by Michael Widenius [ 2012-02-28 ] |
|
Re: ma_page.c:430: _ma_new: Assertion `key_del_current != share->state.key_del && (key_del_current != 0) && ((key_del_current == (~ (my_off_t) 0)) || (key_del_current <= (share->state.state.key_file_length - block_size)))' failed. while runall.pl - Without any issues. So I have to assume this issue is fixed now. |
| Comment by Rasmus Johansson (Inactive) [ 2012-02-28 ] |
|
Launchpad bug id: 613423 |