Skip to content

Instantly share code, notes, and snippets.

@elenst
Created June 9, 2016 11:45
Show Gist options
  • Save elenst/bd81368eade1dd8326cbd3e8e896259a to your computer and use it in GitHub Desktop.
Save elenst/bd81368eade1dd8326cbd3e8e896259a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<avrf:logfile xmlns:avrf="Application Verifier">
<avrf:logSession TimeStarted="2016-06-09 : 11:30:53" PID="3364" Version="2">
<avrf:logEntry Time="2016-06-09 : 11:32:10" LayerName="SRWLock" StopCode="0x253" Severity="Error">
<avrf:message>The SRW lock is being acquired recursively by the same thread.</avrf:message>
<avrf:parameter1>7ff76c711640 - SRW Lock</avrf:parameter1>
<avrf:parameter2>5abbdc2cb0 - Address of the first acquire stack trace. Use dps &lt;address&gt; to see where the SRW lock was acquired.</avrf:parameter2>
<avrf:parameter3>0 - Not used</avrf:parameter3>
<avrf:parameter4>0 - Not used</avrf:parameter4>
<avrf:stackTrace>
<avrf:trace>vfbasics!+7ffe32a293dd ( @ 0)</avrf:trace>
<avrf:trace>vfbasics!+7ffe32a29721 ( @ 0)</avrf:trace>
<avrf:trace>mysqld!srw_rdlock+a (e:\buildbot\bbwin1\win-rqg-se\build\mysys\thr_rwlock.c @ 89)</avrf:trace>
<avrf:trace>mysqld!intern_sys_var_ptr+c0 (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_plugin.cc @ 2993)</avrf:trace>
<avrf:trace>mysqld!sys_var_pluginvar::do_value_ptr+1a (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_plugin.cc @ 3412)</avrf:trace>
<avrf:trace>mysqld!sys_var::value_ptr+42 (e:\buildbot\bbwin1\win-rqg-se\build\sql\set_var.cc @ 259)</avrf:trace>
<avrf:trace>mysqld!show_status_array+337 (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_show.cc @ 3284)</avrf:trace>
<avrf:trace>mysqld!fill_variables+13b (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_show.cc @ 7176)</avrf:trace>
<avrf:trace>mysqld!get_schema_tables_result+253 (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_show.cc @ 8100)</avrf:trace>
<avrf:trace>mysqld!JOIN::exec_inner+49b (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_select.cc @ 3306)</avrf:trace>
<avrf:trace>mysqld!JOIN::exec+3f (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_select.cc @ 3155)</avrf:trace>
<avrf:trace>mysqld!mysql_select+2d2 (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_select.cc @ 3540)</avrf:trace>
<avrf:trace>mysqld!handle_select+10d (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_select.cc @ 377)</avrf:trace>
<avrf:trace>mysqld!execute_sqlcom_select+39e (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_parse.cc @ 6313)</avrf:trace>
<avrf:trace>mysqld!mysql_execute_command+ce9 (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_parse.cc @ 3351)</avrf:trace>
<avrf:trace>mysqld!mysql_parse+16a (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_parse.cc @ 7730)</avrf:trace>
<avrf:trace>mysqld!dispatch_command+7e8 (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_parse.cc @ 1792)</avrf:trace>
<avrf:trace>mysqld!do_command+180 (e:\buildbot\bbwin1\win-rqg-se\build\sql\sql_parse.cc @ 1350)</avrf:trace>
<avrf:trace>mysqld!threadpool_process_request+69 (e:\buildbot\bbwin1\win-rqg-se\build\sql\threadpool_common.cc @ 252)</avrf:trace>
<avrf:trace>mysqld!io_completion_callback+41 (e:\buildbot\bbwin1\win-rqg-se\build\sql\threadpool_win.cc @ 462)</avrf:trace>
<avrf:trace>KERNEL32!VirtualUnlock+7d ( @ 0)</avrf:trace>
<avrf:trace>vfbasics!+7ffe32a2d304 ( @ 0)</avrf:trace>
<avrf:trace>ntdll!RtlGetActiveActivationContext+252 ( @ 0)</avrf:trace>
<avrf:trace>ntdll!RtlFreeUnicodeString+1c24 ( @ 0)</avrf:trace>
<avrf:trace>KERNEL32!BaseThreadInitThunk+22 ( @ 0)</avrf:trace>
<avrf:trace>ntdll!RtlUserThreadStart+34 ( @ 0)</avrf:trace>
</avrf:stackTrace>
</avrf:logEntry>
</avrf:logSession>
</avrf:logfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment