innodb.undo_truncate '2,4k,innodb' w6 [ fail ] Found warnings/errors in server log file!
|
Test ended at 2023-08-08 11:35:50
|
line
|
230808 11:35:46 [ERROR] mysqld got exception 0x80000003 ;
|
Attempting backtrace. You can use the following information to find out
|
^ Found warnings in D:/Buildbot/amd64-windows/build/mysql-test/var/6/log/mysqld.1.err
|
ok
|
- found 'mariadbd.dmp' (0/5)
|
Trying 'cdb' to get a backtrace
|
OS debug symbols will be downloaded and stored in C:\symbols.
|
You can control the location of symbol cache with _NT_SYMBOL_PATH
|
environment variable. Please refer to Microsoft KB article
|
http://support.microsoft.com/kb/311503 for details about _NT_SYMBOL_PATH
|
-------------------------------------------------------------------------
|
Output from cdb follows. Faulting thread is printed twice,with and without function parameters
|
Search for STACK_TEXT to see the stack trace of
|
the faulting thread. Callstacks of other threads are printed after it.
|
Microsoft (R) Windows Debugger Version 10.0.19041.685 AMD64
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
Loading Dump File [D:\Buildbot\amd64-windows\build\mysql-test\var\6\log\innodb.undo_truncate-2,4k,innodb\mysqld.1\data\mariadbd.dmp]
|
User Mini Dump File: Only registers, stack and portions of memory are available
|
Response Time (ms) Location
|
OK .
|
Response Time (ms) Location
|
OK .
|
Deferred srv*C:\symbols*http://msdl.microsoft.com/download/symbols
|
Symbol search path is: .;srv*C:\symbols*http://msdl.microsoft.com/download/symbols
|
Executable search path is: .
|
Windows 10 Version 17763 MP (64 procs) Free x64
|
Product: Server, suite: TerminalServer SingleUserTS
|
17763.1.amd64fre.rs5_release.180914-1434
|
Machine Name:
|
Debug session time: Tue Aug 8 11:35:47.000 2023 (UTC + 2:00)
|
System Uptime: not available
|
Process Uptime: 0 days 0:00:43.000
|
.............................
|
This dump file has a breakpoint exception stored in it.
|
The stored exception information can be accessed via .ecxr.
|
For analysis of this file, run !analyze -v
|
ntdll!NtGetContextThread:
|
ret
|
0:000> cdb: Reading initial command '!sym prompts off; !analyze -v; .ecxr; !for_each_frame dv /t;!uniqstack -p;q'
|
quiet mode - symbol prompts off
|
KEY_VALUES_STRING: 1
|
Key : Analysis.CPU.Sec
|
Value: 0
|
Key : Analysis.DebugAnalysisProvider.CPP
|
Value: Create: 8007007e on WIN-HI7PPJVFI2B
|
Key : Analysis.DebugData
|
Value: CreateObject
|
Key : Analysis.DebugModel
|
Value: CreateObject
|
Key : Analysis.Elapsed.Sec
|
Value: 0
|
Key : Analysis.Memory.CommitPeak.Mb
|
Value: 198
|
Key : Analysis.System
|
Value: CreateObject
|
Key : Timeline.Process.Start.DeltaSec
|
Value: 43
|
CONTEXT: (.ecxr)
|
rax=00007fff9b814100 rbx=0000000000000016 rcx=0000000000000016
|
rdx=00007fffd42382f0 rsi=00007fff9b814100 rdi=00000098f69eef01
|
rip=00007fff9b814105 rsp=00000098f69eeb10 rbp=00000098f69ef2b0
|
r8=00000098f69ed518 r9=00000098f69eebc0 r10=0000000000000000
|
r11=00000098f69eea40 r12=0000000000000910 r13=0000000000000000
|
r14=0000000000000000 r15=00007fffd42db6f0
|
iopl=0 nv up ei pl nz ac pe nc
|
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212
|
server!my_sigabrt_handler:
|
int 3
|
Resetting default scope
|
EXCEPTION_RECORD: (.exr -1)
|
ExceptionAddress: 00007fff9b814105 (server!my_sigabrt_handler)
|
ExceptionCode: 80000003 (Break instruction exception)
|
ExceptionFlags: 00000000
|
NumberParameters: 1
|
Parameter[0]: 0000000000000000
|
WRONG_SYMBOLS_TIMESTAMP: 7dd1a0eb
|
WRONG_SYMBOLS_SIZE: 1ee000
|
FAULTING_MODULE: 00007fffd7400000 ntdll
|
ADDITIONAL_DEBUG_TEXT:
|
You can run '.symfix; .reload' to try to fix the symbol path and load symbols. ; Followup set based on attribute [Is_ChosenCrashFollowupThread] from Frame:[0] on thread:[PSEUDO_THREAD]
|
STACK_TEXT:
|
server!my_sigabrt_handler
|
ucrtbase!raise
|
ucrtbase!abort
|
server!ut_dbg_assertion_failed
|
server!rw_lock_free_func
|
server!pfs_rw_lock_free_func
|
server!buf_block_free_mutexes
|
server!buf_pool_t::close
|
server!innodb_shutdown
|
server!innobase_end
|
server!ha_finalize_handlerton
|
server!plugin_deinitialize
|
server!reap_plugins
|
server!plugin_shutdown
|
server!clean_up
|
server!win_main
|
server!mysql_service
|
server!mysqld_main
|
mariadbd!main
|
mariadbd!__scrt_common_main_seh
|
kernel32!BaseThreadInitThunk
|
ntdll!RtlUserThreadStart
|
STACK_COMMAND: .ecxr ; kb ; ** Pseudo Context ** Pseudo ** Value: 1ede2220320 ** ; kb
|
FAULTING_SOURCE_LINE: D:\Buildbot\amd64-windows\build\mysys\my_thr_init.c
|
FAULTING_SOURCE_FILE: D:\Buildbot\amd64-windows\build\mysys\my_thr_init.c
|
FAULTING_SOURCE_LINE_NUMBER: 465
|
FAULTING_SOURCE_CODE:
|
461:
|
462: #if (_MSC_VER >= 1400)
|
463: static void my_sigabrt_handler(int sig)
|
464: {
|
> 465: __debugbreak();
|
466: }
|
467: #endif /*_MSC_VER >=1400 */
|
468:
|
469: static void install_sigabrt_handler(void)
|
470: {
|
BUGCHECK_CODE: 7dd1a0eb
|
EXCEPTION_CODE_STR: 7DD1A0EB
|
EXCEPTION_STR: WRONG_SYMBOLS
|
PROCESS_NAME: ntdll.wrong.symbols.dll
|
IMAGE_NAME: ntdll.wrong.symbols.dll
|
MODULE_NAME: ntdll_wrong_symbols
|
SYMBOL_NAME: ntdll_wrong_symbols!7DD1A0EB1EE000
|
FAILURE_BUCKET_ID: WRONG_SYMBOLS_X64_17763.1.amd64fre.rs5_release.180914-1434_TIMESTAMP_361121-142339_7DD1A0EB_ntdll.wrong.symbols.dll!7DD1A0EB1EE000
|
OS_VERSION: 10.0.17763.1
|
BUILDLAB_STR: rs5_release
|
OSPLATFORM_TYPE: x64
|
OSNAME: Windows 10
|
FAILURE_ID_HASH: {7d129e52-0ab2-f1e4-4813-57f69169ff25}
|
Followup: MachineOwner
|
---------
|
rax=00007fff9b814100 rbx=0000000000000016 rcx=0000000000000016
|
rdx=00007fffd42382f0 rsi=00007fff9b814100 rdi=00000098f69eef01
|
rip=00007fff9b814105 rsp=00000098f69eeb10 rbp=00000098f69ef2b0
|
r8=00000098f69ed518 r9=00000098f69eebc0 r10=0000000000000000
|
r11=00000098f69eea40 r12=0000000000000910 r13=0000000000000000
|
r14=0000000000000000 r15=00007fffd42db6f0
|
iopl=0 nv up ei pl nz ac pe nc
|
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212
|
server!my_sigabrt_handler:
|
int 3
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!my_sigabrt_handler [D:\Buildbot\amd64-windows\build\mysys\my_thr_init.c @ 465]
|
int sig = 0n22
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
ucrtbase!raise
|
Unable to enumerate locals, Win32 error 0n318
|
Private symbols (symbols.pri) are required for locals.
|
Type ".hh dbgerr005" for details.
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
ucrtbase!abort
|
Unable to enumerate locals, Win32 error 0n318
|
Private symbols (symbols.pri) are required for locals.
|
Type ".hh dbgerr005" for details.
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!ut_dbg_assertion_failed [D:\Buildbot\amd64-windows\build\storage\innobase\ut\ut0dbg.cc @ 61]
|
char * expr = 0x00007fff`9d4bc588 "lock->lock_word == X_LOCK_DECR"
|
char * file = 0x00007fff`9d4bceb0 "D:\Buildbot\amd64-windows\build\storage\innobase\sync\sync0rw.cc"
|
unsigned int line = 0xfe
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!rw_lock_free_func [D:\Buildbot\amd64-windows\build\storage\innobase\sync\sync0rw.cc @ 254]
|
struct rw_lock_t * lock = 0x00000266`4d6a5368
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!pfs_rw_lock_free_func [D:\Buildbot\amd64-windows\build\storage\innobase\include\sync0rw.inl @ 612]
|
struct rw_lock_t * lock = 0x00000266`4d6a5368
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!buf_block_free_mutexes [D:\Buildbot\amd64-windows\build\storage\innobase\buf\buf0buf.cc @ 1197]
|
struct buf_block_t * block = 0x00000266`4bf42660
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!buf_pool_t::close [D:\Buildbot\amd64-windows\build\storage\innobase\buf\buf0buf.cc @ 1363]
|
unsigned int64 i = 0xb7a
|
struct buf_block_t * block = 0x00000266`4bf42660
|
struct buf_pool_t::chunk_t * chunk = 0x00000266`4718b3e8
|
class buf_pool_t * this = 0x00007fff`9f1b6780
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!innodb_shutdown [D:\Buildbot\amd64-windows\build\storage\innobase\srv\srv0start.cc @ 2099]
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!innobase_end [D:\Buildbot\amd64-windows\build\storage\innobase\handler\ha_innodb.cc @ 4137]
|
class THD * thd = 0x00000000`00000000
|
struct handlerton * __formal = 0x00000266`49c49418
|
ha_panic_function __formal = HA_PANIC_CLOSE (0n0)
|
struct _db_stack_frame_ _db_stack_frame_ = struct _db_stack_frame_
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!ha_finalize_handlerton [D:\Buildbot\amd64-windows\build\sql\handler.cc @ 582]
|
struct st_plugin_int * plugin = 0x00000266`459aa430
|
struct handlerton * hton = 0x00000266`49c49418
|
struct _db_stack_frame_ _db_stack_frame_ = struct _db_stack_frame_
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!plugin_deinitialize [D:\Buildbot\amd64-windows\build\sql\sql_plugin.cc @ 1265]
|
struct st_plugin_int * plugin = 0x00000266`459aa430
|
bool ref_check = true
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!reap_plugins [D:\Buildbot\amd64-windows\build\sql\sql_plugin.cc @ 1341]
|
struct st_plugin_int ** list = 0x00000098`f69ef110
|
struct st_plugin_int ** reap = 0x00000098`f69ef1e8
|
unsigned int count = 0x42
|
struct st_plugin_int * plugin = 0x00000266`459aa430
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!plugin_shutdown [D:\Buildbot\amd64-windows\build\sql\sql_plugin.cc @ 2094]
|
unsigned int i = 0x42
|
unsigned int count = 0x42
|
struct _db_stack_frame_ _db_stack_frame_ = struct _db_stack_frame_
|
struct st_plugin_int ** plugins = 0xcccccccc`cccccccc
|
struct st_plugin_int * plugin = 0x00000266`49b2ec20
|
struct st_plugin_dl ** dl = 0xcccccccc`cccccccc
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!clean_up [D:\Buildbot\amd64-windows\build\sql\mysqld.cc @ 1996]
|
bool print_message = true
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!win_main [D:\Buildbot\amd64-windows\build\sql\mysqld.cc @ 5738]
|
int argc = 0n168
|
char ** argv = 0x00000266`459e1a60
|
char * user = 0x00000266`4dce9ab8 "--- memory read error at address 0x00000266`4dce9ab8 ---"
|
int ho_error = 0n0
|
unsigned int64 new_thread_stack_size = 0x49000
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!mysql_service [D:\Buildbot\amd64-windows\build\sql\mysqld.cc @ 5782]
|
void * p = 0x00000000`00000000
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!mysqld_main [D:\Buildbot\amd64-windows\build\sql\mysqld.cc @ 6000]
|
int argc = 0n28
|
char ** argv = 0x00000266`459b9940
|
char [512] file_path = char [512] "D:\Buildbot\amd64-windows\build\sql\Debug\mariadbd.exe"
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
mariadbd!main [D:\Buildbot\amd64-windows\build\sql\main.cc @ 26]
|
int argc = 0n28
|
char ** argv = 0x00000266`459b9940
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
(Inline Function) --------`-------- mariadbd!invoke_main [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 78]
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
mariadbd!__scrt_common_main_seh [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
|
bool has_cctor = false
|
int main_result = <value unavailable>
|
<function> ** tls_init_callback = <value unavailable>
|
bool is_nested = <value unavailable>
|
<function> ** tls_dtor_callback = <value unavailable>
|
int main_result = <value unavailable>
|
__scrt_native_startup_state __scrt_current_native_startup_state = <value unavailable>
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
kernel32!BaseThreadInitThunk
|
Unable to enumerate locals, Win32 error 0n318
|
Private symbols (symbols.pri) are required for locals.
|
Type ".hh dbgerr005" for details.
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
ntdll!RtlUserThreadStart
|
Unable to enumerate locals, Win32 error 0n318
|
Private symbols (symbols.pri) are required for locals.
|
Type ".hh dbgerr005" for details.
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
server!my_sigabrt_handler [D:\Buildbot\amd64-windows\build\mysys\my_thr_init.c @ 465]
|
Processing 8 threads, please wait
|
. 0 Id: 1dec.4940 Suspend: 0 Teb: 00000098`f6a8b000 Unfrozen
|
Priority: 0 Priority class: 32
|
ntdll!NtGetContextThread
|
0xffffffff`00000000
|
. 1 Id: 1dec.5700 Suspend: 0 Teb: 00000098`f6a8d000 Unfrozen
|
Priority: 0 Priority class: 32
|
ntdll!NtWaitForWorkViaWorkerFactory
|
ntdll!RtlAcquireSRWLockExclusive
|
kernel32!BaseThreadInitThunk
|
ntdll!RtlUserThreadStart
|
. 3 Id: 1dec.3c10 Suspend: 0 Teb: 00000098`f6a93000 Unfrozen
|
Priority: 0 Priority class: 32
|
ntdll!ZwWaitForAlertByThreadId
|
ntdll!RtlSleepConditionVariableCS
|
KERNELBASE!SleepConditionVariableCS
|
server!pthread_cond_timedwait(struct _RTL_CONDITION_VARIABLE * cond = 0x00007fff`9e774b20, struct _RTL_CRITICAL_SECTION * mutex = 0x00007fff`9e774af0, struct timespec * abstime = 0x00000098`f6fffac8) [D:\Buildbot\amd64-windows\build\mysys\my_wincond.c @ 82]
|
server!inline_mysql_cond_timedwait(struct st_mysql_cond * that = 0x00007fff`9e774b20, struct st_mysql_mutex * mutex = 0x00007fff`9e774af0, struct timespec * abstime = 0x00000098`f6fffac8, char * src_file = 0x00007fff`9e40eb58 "--- memory read error at address 0x00007fff`9e40eb58 ---", unsigned int src_line = 0x141) [D:\Buildbot\amd64-windows\build\include\mysql\psi\mysql_thread.h @ 1259]
|
server!timer_handler(void * arg = 0x00000000`00000000) [D:\Buildbot\amd64-windows\build\mysys\thr_timer.c @ 322]
|
server!pfs_spawn_thread(void * arg = 0x00000266`49962578) [D:\Buildbot\amd64-windows\build\storage\perfschema\pfs.cc @ 2203]
|
server!pthread_start(void * p = 0x00000266`459c6be0) [D:\Buildbot\amd64-windows\build\mysys\my_winthread.c @ 61]
|
ucrtbase!o_exp
|
kernel32!BaseThreadInitThunk
|
ntdll!RtlUserThreadStart
|
. 4 Id: 1dec.6590 Suspend: 0 Teb: 00000098`f6a95000 Unfrozen
|
Priority: 0 Priority class: 32
|
ntdll!ZwWaitForAlertByThreadId
|
ntdll!RtlSleepConditionVariableCS
|
KERNELBASE!SleepConditionVariableCS
|
server!pthread_cond_timedwait(struct _RTL_CONDITION_VARIABLE * cond = 0x00007fff`9f11abb0, struct _RTL_CRITICAL_SECTION * mutex = 0x00007fff`9f11ab80, struct timespec * abstime = 0x00000098`f70ffc88) [D:\Buildbot\amd64-windows\build\mysys\my_wincond.c @ 82]
|
server!inline_mysql_cond_timedwait(struct st_mysql_cond * that = 0x00007fff`9f11abb0, struct st_mysql_mutex * mutex = 0x00007fff`9f11ab80, struct timespec * abstime = 0x00000098`f70ffc88, char * src_file = 0x00007fff`9e6c6650 "--- memory read error at address 0x00007fff`9e6c6650 ---", unsigned int src_line = 0x74) [D:\Buildbot\amd64-windows\build\include\mysql\psi\mysql_thread.h @ 1259]
|
server!my_service_thread_sleep(struct st_ma_service_thread_control * control = 0x00007fff`9e67f4c8, unsigned int64 sleep_time = 0x00000006`fc23ac00) [D:\Buildbot\amd64-windows\build\storage\maria\ma_servicethread.c @ 119]
|
server!ma_checkpoint_background(void * arg = 0x00000000`0000001e) [D:\Buildbot\amd64-windows\build\storage\maria\ma_checkpoint.c @ 725]
|
server!pfs_spawn_thread(void * arg = 0x00000266`49d32ba8) [D:\Buildbot\amd64-windows\build\storage\perfschema\pfs.cc @ 2203]
|
server!pthread_start(void * p = 0x00000266`459c6b00) [D:\Buildbot\amd64-windows\build\mysys\my_winthread.c @ 61]
|
ucrtbase!o_exp
|
kernel32!BaseThreadInitThunk
|
ntdll!RtlUserThreadStart
|
Total threads: 8
|
Duplicate callstacks: 4 (windbg thread #s follow):
|
2, 5, 6, 7
|