[MDEV-3544] LP:618558 - Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K Created: 2010-08-16 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 | Priority: | Minor |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Aria storage engine asserted as follows: mysqld: ma_blockrec.c:2907: write_block_record: Assertion `data_length < ((block_size) *3 / 4)' failed. backtrace: #6 0x000000307b62b945 in __assert_fail (assertion=0xdb07f8 "data_length < ((block_size) *3 / 4)", file=<value optimized out>, line=2907, bzr version-info: revision-id: <email address hidden> |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-08-16 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 |
| Comment by Philip Stoev (Inactive) [ 2010-08-16 ] |
|
core, binary, query log |
| Comment by Philip Stoev (Inactive) [ 2010-08-16 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K |
| Comment by Philip Stoev (Inactive) [ 2010-08-16 ] |
|
Unsimplified test case, run with --maria-block-size=1K |
| Comment by Philip Stoev (Inactive) [ 2010-08-26 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K /home/buildbot/randgen/runall.pl \ will crash during the data loading stage. |
| Comment by Philip Stoev (Inactive) [ 2010-10-14 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K revno: 2951 |
| Comment by Philip Stoev (Inactive) [ 2010-10-14 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K mysqld: ma_bitmap.c:1019: allocate_tail: Assertion `size <= ((bitmap->block_size) *3 / 4)' failed. so I will file a separate bug about it. |
| Comment by Michael Widenius [ 2010-11-02 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K |
| Comment by Michael Widenius [ 2010-11-16 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K |
| Comment by Philip Stoev (Inactive) [ 2011-02-28 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K |
| Comment by Philip Stoev (Inactive) [ 2011-02-28 ] |
|
Another test case for the same bug. Run with - |
| Comment by Michael Widenius [ 2012-03-27 ] |
|
Re: Assertion data_length < ((block_size) *3 / 4) in write_block_record() at ma_blockrec.c:3483 with --maria-block-size=1K One thing that has been fixed since the test cases is that Aria key length has been limited to avoid an overrun bug. This may have affected this test case. |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-27 ] |
|
Launchpad bug id: 618558 |