Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.8.0
-
None
Description
origin/main, origin/bb-11.8-mdev-34911, origin/HEAD e021770667851233c8cda34e9360606adfd3ea0c 2024-12-20T13:25:28+11:00
Scenario:
1. Start the DB server and generate some initial data.
2. Several sessions run concurrent some SQL mix
Snip of the server error log:
|
2025-01-08 3:39:18 0 [Note] InnoDB: Resized log to 150.000MiB; start LSN=1231020216
|
2025-01-08T03:40:25 [2197595] | 2025-01-08 03:39:28 0x7c904951e6c0 InnoDB: Assertion failure in file storage innobase/trx/trx0purge.cc line 268
|
InnoDB: Failing assertion: flst_add_first(rseg_header, TRX_RSEG + TRX_RSEG_HISTORY, undo_page, uint16_t(undo_header_offset + TRX_UNDO_HISTORY_NODE), rseg->space->free_limit, mtr) == DB_SUCCESS
|
...
|
Query (0x7c8f940157f0): CREATE OR REPLACE TABLE A LIKE `t3` /* E_R Thread7 QNO 1005 CON_ID 24 */
|
|
sdp:/data/results/1736332389/TBR-2220
|
gdb -c ./1/data/core /data/Server_bin/10.8.0/bin/mariadbd
|
Warning:
|
sdp:/data/results/1736332389/TBR-2220: file ./1/data/core
|
reports
|
./1/data/core: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), SVR4-style, from '/data/Server_bin/10.11-MDEV-35699_debug_Og/bin/mariadbd --no-defaults --basedir', ....
|
|
/data/Server_bin/10.11-MDEV-35699_debug_Og had to be deleted, recreated and filled with other binaries later.
|
/data/Server_bin/10.8.0/ is a replacement based on some archive of the binaries.
|
|
|