Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
5.5.30, 5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL)
-
Linux x64
Description
During a generic DML stress test of Aria tables, after a while a debug build crashed a few times with the same stack. There is no exact testcase to trigger a problem.
Version: '5.5.30-MariaDB-debug' Source distribution
|
Thread 18:
|
Invalid read of size 8
|
at: make_lock_and_pin (ma_pagecache.c:2587)
|
by: flush_cached_blocks (ma_pagecache.c:4378)
|
by: flush_pagecache_blocks_int (ma_pagecache.c:4689)
|
by: flush_pagecache_blocks_with_filter (ma_pagecache.c:4805)
|
by: ma_checkpoint_background (ma_checkpoint.c:666)
|
by: start_thread (pthread_create.c:309)
|
by: clone (clone.S:115)
|
Address 0x10 is not stack'd, malloc'd or (recently) free'd
|
The line of code in question is a DBUG_ASSERT.
2587 DBUG_ASSERT(block->hash_link->block == block);
|
(gdb) p block
|
$1 = (PAGECACHE_BLOCK_LINK *) 0x27dbafa0
|
(gdb) p block->hash_link
|
$2 = (struct st_pagecache_hash_link *) 0x0
|
Attachments
Issue Links
- relates to
-
MDEV-654 LP:1000495 - Assertion `share->now_transactional' failed in flush_log_for_bitmap on concurrent workload with Aria tables
-
- Closed
-
-
MDEV-15256 Crash in flush_cached_blocks
-
- Confirmed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Elena Stepanova [ elenst ] | |
Labels | aria, crash | Aria crash |
Workflow | defaullt [ 26727 ] | MariaDB v2 [ 46420 ] |
Workflow | MariaDB v2 [ 46420 ] | MariaDB v3 [ 67122 ] |
Attachment | deadlock_stack_trace.txt [ 39215 ] | |
Attachment | crash_stack_trace.txt [ 39216 ] | |
Component/s | Storage Engine - Aria [ 10126 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 5.5 [ 15800 ] | |
Assignee | Elena Stepanova [ elenst ] | Michael Widenius [ monty ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.2 [ 14601 ] |
Link | This issue relates to MDEV-15256 [ MDEV-15256 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Michael Widenius [ monty ] | Oleksandr Byelkin [ sanja ] |
Fix Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.3 [ 22126 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Elena Stepanova [ elenst ] |
Fix Version/s | 5.5.61 [ 22914 ] | |
Fix Version/s | 10.0.36 [ 22916 ] | |
Fix Version/s | 10.1.34 [ 23100 ] | |
Fix Version/s | 10.3.7 [ 23005 ] | |
Fix Version/s | 10.2.15 [ 23006 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Assignee | Elena Stepanova [ elenst ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 67122 ] | MariaDB v4 [ 146543 ] |