A user saw a crash similar to MDEV-8836 in MariaDB 10.1.14. The stack trace is:
160810 16:54:28 [ERROR] mysqld got signal 11 ;
|
This could be because you hit a bug. It is also possible that this binary
|
or one of the libraries it was linked against is corrupt, improperly built,
|
or misconfigured. This error can also be caused by malfunctioning hardware.
|
|
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
|
|
We will try our best to scrape up some info that will hopefully help
|
diagnose the problem, but since we have already crashed,
|
something is definitely wrong and this may fail.
|
|
Server version: 10.1.14-MariaDB-enterprise
|
key_buffer_size=67108864
|
read_buffer_size=131072
|
max_used_connections=10
|
max_threads=502
|
thread_count=7
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1168150 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0x7f64c954c008
|
Attempting backtrace. You can use the following information to find out
|
where mysqld died. If you see no messages after this, something went
|
terribly wrong...
|
stack_bottom = 0x7f657effd100 thread_stack 0x48400
|
/usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x7f65a35cb6ae]
|
/usr/sbin/mysqld(handle_fatal_signal+0x38d)[0x7f65a30f720d]
|
/lib64/libpthread.so.0(+0xf130)[0x7f65a2716130]
|
/usr/sbin/mysqld(+0xab29e1)[0x7f65a35f89e1]
|
/usr/sbin/mysqld(my_copy_fix_mb+0x49)[0x7f65a35e86f9]
|
/usr/sbin/mysqld(_ZN13String_copier16well_formed_copyEPK15charset_info_stPcjS2_PKcjj+0x74)[0x7f65a2ff2a54]
|
/usr/sbin/mysqld(_ZN10Field_blob5storeEPKcjPK15charset_info_st+0x26c)[0x7f65a30edbec]
|
/usr/sbin/mysqld(_Z23fill_schema_processlistP3THDP10TABLE_LISTP4Item+0x58b)[0x7f65a2fdd1db]
|
/usr/sbin/mysqld(_Z24get_schema_tables_resultP4JOIN23enum_schema_table_state+0x28e)[0x7f65a2fe697e]
|
/usr/sbin/mysqld(_ZN4JOIN10exec_innerEv+0x6bd)[0x7f65a2fccefd]
|
/usr/sbin/mysqld(_ZN4JOIN4execEv+0x54)[0x7f65a2fcf384]
|
/usr/sbin/mysqld(_Z12mysql_selectP3THDPPP4ItemP10TABLE_LISTjR4ListIS1_ES2_jP8st_orderSB_S2_SB_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x112)[0x7f65a2fcba32]
|
/usr/sbin/mysqld(_Z13handle_selectP3THDP3LEXP13select_resultm+0x245)[0x7f65a2fcc505]
|
/usr/sbin/mysqld(+0x428f91)[0x7f65a2f6ef91]
|
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x5f8f)[0x7f65a2f7ab9f]
|
/usr/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x28e)[0x7f65a2f7e47e]
|
/usr/sbin/mysqld(+0x438c89)[0x7f65a2f7ec89]
|
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x1fb0)[0x7f65a2f81310]
|
/usr/sbin/mysqld(_Z10do_commandP3THD+0x169)[0x7f65a2f821b9]
|
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x18a)[0x7f65a304592a]
|
/usr/sbin/mysqld(handle_one_connection+0x40)[0x7f65a3045b00]
|
/usr/sbin/mysqld(+0x962e9d)[0x7f65a34a8e9d]
|
/lib64/libpthread.so.0(+0x7df3)[0x7f65a270edf3]
|
/lib64/libc.so.6(clone+0x6d)[0x7f65a07273dd]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7f65718df020): SELECT trx_id,trx_state,trx_started, trx_requested_lock_id,trx_wait_started, trx_weight,trx_mysql_thread_id,trx_query, trx_operation_state,trx_tables_in_use,trx_tables_locked, trx_lock_structs,trx_lock_memory_bytes,trx_rows_locked, trx_rows_modified,trx_concurrency_tickets,trx_isolation_level, trx_unique_checks,trx_foreign_key_checks,trx_last_foreign_key_error, trx_adaptive_hash_latched,trx_adaptive_hash_timeout, trx_is_read_only,trx_autocommit_non_locking, IFNULL(e.SQL_TEXT,'NULL'), IFNULL(e.MESSAGE_TEXT,'NULL'), e.ROWS_AFFECTED, e.ROWS_SENT, e.ROWS_EXAMINED,e.CREATED_TMP_DISK_TABLES, e.CREATED_TMP_TABLES,e.NO_INDEX_USED,e.NO_GOOD_INDEX_USED, IFNULL(p.USER,'cmon'), IFNULL(p.INFO,'NULL'), IFNULL(p.HOST,'NULL'), IFNULL(p.DB,'NULL'), IFNULL(x.blocking_trx_id, 'none'), UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(trx_started), NOW() FROM information_schema.innodb_trx t LEFT JOIN information_schema.processlist p on t.trx_mysql_thread_id=p.id LEFT JOIN information_schema.innodb_lock_waits x on t.trx_id=x.requesting_trx_id LEFT JOIN performance_schema.threads x on t.trx_mysql_thread_id=x.PROCESSLIST_ID LEFT JOIN performance_schema.events_statements_current e on e.THREAD_ID=x.THREAD_ID WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(trx_started)>10
|
Connection ID (thread ID): 300479
|
Status: NOT_KILLED
|
|
Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=on,mrr_cost_based=on,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=o
|
The query seems to be:
SELECT trx_id,trx_state,trx_started, trx_requested_lock_id,trx_wait_started, trx_weight,trx_mysql_thread_id,trx_query, trx_operation_state,trx_tables_in_use,trx_tables_locked, trx_lock_structs,trx_lock_memory_bytes,trx_rows_locked, trx_rows_modified,trx_concurrency_tickets,trx_isolation_level, trx_unique_checks,trx_foreign_key_checks,trx_last_foreign_key_error, trx_adaptive_hash_latched,trx_adaptive_hash_timeout, trx_is_read_only,trx_autocommit_non_locking, IFNULL(e.SQL_TEXT,'NULL'), IFNULL(e.MESSAGE_TEXT,'NULL'), e.ROWS_AFFECTED, e.ROWS_SENT, e.ROWS_EXAMINED,e.CREATED_TMP_DISK_TABLES, e.CREATED_TMP_TABLES,e.NO_INDEX_USED,e.NO_GOOD_INDEX_USED, IFNULL(p.USER,'cmon'), IFNULL(p.INFO,'NULL'), IFNULL(p.HOST,'NULL'), IFNULL(p.DB,'NULL'), IFNULL(x.blocking_trx_id, 'none'), UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(trx_started), NOW() FROM information_schema.innodb_trx t LEFT JOIN information_schema.processlist p on t.trx_mysql_thread_id=p.id LEFT JOIN information_schema.innodb_lock_waits x on t.trx_id=x.requesting_trx_id LEFT JOIN performance_schema.threads x on t.trx_mysql_thread_id=x.PROCESSLIST_ID LEFT JOIN performance_schema.events_statements_current e on e.THREAD_ID=x.THREAD_ID WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(trx_started)>10
|
{"report":{"fcp":933.3000000119209,"ttfb":191.59999999403954,"pageVisibility":"visible","entityId":57632,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"d09be6a4-82af-41cd-9d43-8c7d05000d74","navigationType":0,"readyForUser":1012.9000000059605,"redirectCount":0,"resourceLoadedEnd":1342.199999988079,"resourceLoadedStart":197.30000001192093,"resourceTiming":[{"duration":286.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":197.30000001192093,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":197.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":483.80000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":286.59999999403954,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":197.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":197.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":484.09999999403954,"responseStart":0,"secureConnectionStart":0},{"duration":295.2000000178814,"initiatorType":"script","name":"https://jira.mariadb.org/s/e9b27a47da5fb0f74a35acd57e9847fb-CDN/lu2bv2/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":197.59999999403954,"connectEnd":197.59999999403954,"connectStart":197.59999999403954,"domainLookupEnd":197.59999999403954,"domainLookupStart":197.59999999403954,"fetchStart":197.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":197.59999999403954,"responseEnd":492.80000001192093,"responseStart":492.80000001192093,"secureConnectionStart":197.59999999403954},{"duration":347.19999998807907,"initiatorType":"script","name":"https://jira.mariadb.org/s/c32eb0da7ad9831253f8397e6cc26afd-CDN/lu2bv2/820016/12ta74/2380add21a9a1006587582385952de73/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":197.80000001192093,"connectEnd":197.80000001192093,"connectStart":197.80000001192093,"domainLookupEnd":197.80000001192093,"domainLookupStart":197.80000001192093,"fetchStart":197.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":197.80000001192093,"responseEnd":545,"responseStart":545,"secureConnectionStart":197.80000001192093},{"duration":350.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/bc0bcb146314416123c992714ee00ff7-CDN/lu2bv2/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":198,"connectEnd":198,"connectStart":198,"domainLookupEnd":198,"domainLookupStart":198,"fetchStart":198,"redirectEnd":0,"redirectStart":0,"requestStart":198,"responseEnd":548.5,"responseStart":548.5,"secureConnectionStart":198},{"duration":351,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":198.09999999403954,"connectEnd":198.09999999403954,"connectStart":198.09999999403954,"domainLookupEnd":198.09999999403954,"domainLookupStart":198.09999999403954,"fetchStart":198.09999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":198.09999999403954,"responseEnd":549.0999999940395,"responseStart":549.0999999940395,"secureConnectionStart":198.09999999403954},{"duration":351.09999999403954,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":198.30000001192093,"connectEnd":198.30000001192093,"connectStart":198.30000001192093,"domainLookupEnd":198.30000001192093,"domainLookupStart":198.30000001192093,"fetchStart":198.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":198.30000001192093,"responseEnd":549.4000000059605,"responseStart":549.4000000059605,"secureConnectionStart":198.30000001192093},{"duration":431.59999999403954,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bv2/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":198.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":198.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":630.0999999940395,"responseStart":0,"secureConnectionStart":0},{"duration":351.59999999403954,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":198.59999999403954,"connectEnd":198.59999999403954,"connectStart":198.59999999403954,"domainLookupEnd":198.59999999403954,"domainLookupStart":198.59999999403954,"fetchStart":198.59999999403954,"redirectEnd":0,"redirectStart":0,"requestStart":198.59999999403954,"responseEnd":550.1999999880791,"responseStart":550.1999999880791,"secureConnectionStart":198.59999999403954},{"duration":431.39999997615814,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bv2/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":198.80000001192093,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":198.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":630.1999999880791,"responseStart":0,"secureConnectionStart":0},{"duration":351.80000001192093,"initiatorType":"script","name":"https://jira.mariadb.org/s/719848dd97ebe0663199f49a3936487a-CDN/lu2bv2/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":199,"connectEnd":199,"connectStart":199,"domainLookupEnd":199,"domainLookupStart":199,"fetchStart":199,"redirectEnd":0,"redirectStart":0,"requestStart":199,"responseEnd":550.8000000119209,"responseStart":550.8000000119209,"secureConnectionStart":199},{"duration":502.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":199.80000001192093,"connectEnd":199.80000001192093,"connectStart":199.80000001192093,"domainLookupEnd":199.80000001192093,"domainLookupStart":199.80000001192093,"fetchStart":199.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":199.80000001192093,"responseEnd":702.3000000119209,"responseStart":702.3000000119209,"secureConnectionStart":199.80000001192093},{"duration":1126.3999999761581,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":199.80000001192093,"connectEnd":199.80000001192093,"connectStart":199.80000001192093,"domainLookupEnd":199.80000001192093,"domainLookupStart":199.80000001192093,"fetchStart":199.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":199.80000001192093,"responseEnd":1326.199999988079,"responseStart":1326.199999988079,"secureConnectionStart":199.80000001192093},{"duration":153.19999998807907,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":641,"connectEnd":641,"connectStart":641,"domainLookupEnd":641,"domainLookupStart":641,"fetchStart":641,"redirectEnd":0,"redirectStart":0,"requestStart":641,"responseEnd":794.1999999880791,"responseStart":794.1999999880791,"secureConnectionStart":641},{"duration":446.80000001192093,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bv2/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":891.0999999940395,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":891.0999999940395,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1337.9000000059605,"responseStart":0,"secureConnectionStart":0},{"duration":446.59999999403954,"initiatorType":"link","name":"https://jira.mariadb.org/s/50bc9be5bfead1a25e72c1a9338c94f6-CDN/lu2bv2/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/css/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":891.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":891.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1338.0999999940395,"responseStart":0,"secureConnectionStart":0},{"duration":441.39999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bv2/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":892.3000000119209,"connectEnd":892.3000000119209,"connectStart":892.3000000119209,"domainLookupEnd":892.3000000119209,"domainLookupStart":892.3000000119209,"fetchStart":892.3000000119209,"redirectEnd":0,"redirectStart":0,"requestStart":892.3000000119209,"responseEnd":1333.699999988079,"responseStart":1333.699999988079,"secureConnectionStart":892.3000000119209},{"duration":447.90000000596046,"initiatorType":"script","name":"https://jira.mariadb.org/s/53a43b6764f587426c7bb9a150184c00-CDN/lu2bv2/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":892.5999999940395,"connectEnd":892.5999999940395,"connectStart":892.5999999940395,"domainLookupEnd":892.5999999940395,"domainLookupStart":892.5999999940395,"fetchStart":892.5999999940395,"redirectEnd":0,"redirectStart":0,"requestStart":892.5999999940395,"responseEnd":1340.5,"responseStart":1340.5,"secureConnectionStart":892.5999999940395},{"duration":449.2999999821186,"initiatorType":"script","name":"https://jira.mariadb.org/s/630dda803a823fdd5771c4338338e018-CDN/lu2bv2/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/js/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":892.9000000059605,"connectEnd":892.9000000059605,"connectStart":892.9000000059605,"domainLookupEnd":892.9000000059605,"domainLookupStart":892.9000000059605,"fetchStart":892.9000000059605,"redirectEnd":0,"redirectStart":0,"requestStart":892.9000000059605,"responseEnd":1342.199999988079,"responseStart":1342.199999988079,"secureConnectionStart":892.9000000059605}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":7,"responseStart":191,"responseEnd":194,"domLoading":195,"domInteractive":1347,"domContentLoadedEventStart":1347,"domContentLoadedEventEnd":1384,"domComplete":2310,"loadEventStart":2310,"loadEventEnd":2312,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1328.0999999940395},{"name":"bigPipe.sidebar-id.end","time":1328.9000000059605},{"name":"bigPipe.activity-panel-pipe-id.start","time":1329},{"name":"bigPipe.activity-panel-pipe-id.end","time":1331},{"name":"activityTabFullyLoaded","time":1391}],"measures":[],"correlationId":"7127e7992a985f","effectiveType":"4g","downlink":9.6,"rtt":0,"serverDuration":117,"dbReadsTimeInMs":16,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}