Advertisement
Guest User

Untitled

a guest
Jan 20th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.23 KB | None | 0 0
  1. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(sp_head::execute_procedure(THD*, List<Item>*))[0x560f2fbfea5a]
  2. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(LEX::mark_first_table_as_inserting())[0x560f2fca5ed7]
  3. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(Sql_cmd_call::execute(THD*))[0x560f2fcaab16]
  4. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(mysql_execute_command(THD*, bool))[0x560f2fcb1056]
  5. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(mysql_parse(THD*, char*, unsigned int, Parser_state*))[0x560f2fca0b07]
  6. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool))[0x560f2fcad0a5]
  7. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(do_command(THD*, bool))[0x560f2fcaf1ae]
  8. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(do_handle_one_connection(CONNECT*, bool))[0x560f2fdc14d7]
  9. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(handle_one_connection)[0x560f2fdc182d]
  10. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(MyCTX_nopad::finish(unsigned char*, unsigned int*))[0x560f301286e6]
  11. Jan 20 14:50:42 BigDuck mariadbd[228241]: ??:0(start_thread)[0x7f1146ff8609]
  12. Jan 20 14:50:43 BigDuck mariadbd[228241]: ??:0(clone)[0x7f1146be4133]
  13. Jan 20 14:50:43 BigDuck mariadbd[228241]: Trying to get some variables.
  14. Jan 20 14:50:43 BigDuck mariadbd[228241]: Some pointers may be invalid and cause the dump to abort.
  15. Jan 20 14:50:43 BigDuck mariadbd[228241]: Query (0x7eff24093080): insert into pokemon_history (id, location, pokemon_id, cp, atk_iv, def_iv, sta_iv, form, level, weather,
  16. Jan 20 14:50:43 BigDuck mariadbd[228241]: costume, cell_id, expire_timestamp, expire_timestamp_verified, display_pokemon_id,
  17. Jan 20 14:50:43 BigDuck mariadbd[228241]: seen_type, shiny, seen_wild, seen_stop, seen_cell, seen_lure,
  18. Jan 20 14:50:43 BigDuck mariadbd[228241]: first_encounter, stats_reset, last_encounter, lure_encounter)
  19. Jan 20 14:50:43 BigDuck mariadbd[228241]: select pokemon.id, POINT(lat,lon) as location, pokemon_id, cp, atk_iv, def_iv, sta_iv, form, level, weather,
  20. Jan 20 14:50:43 BigDuck mariadbd[228241]: costume, cell_id, expire_timestamp, expire_timestamp_verified, display_pokemon_id,
  21. Jan 20 14:50:43 BigDuck mariadbd[228241]: seen_type, shiny, seen_wild, seen_stop, seen_cell, seen_lure,
  22. Jan 20 14:50:43 BigDuck mariadbd[228241]: first_encounter, stats_reset, last_encounter, lure_encounter
  23. Jan 20 14:50:43 BigDuck mariadbd[228241]: from pokemon
  24. Jan 20 14:50:43 BigDuck mariadbd[228241]: join old on old.id = pokemon.id
  25. Jan 20 14:50:43 BigDuck mariadbd[228241]: left join pokemon_timing on pokemon.id = pokemon_timing.id
  26. Jan 20 14:50:43 BigDuck mariadbd[228241]: on duplicate key update location=POINT(pokemon.lat,pokemon.lon), pokemon_id=pokemon.pokemon_id, cp=pokemon.cp, atk_iv=pokemon.atk_iv, def_iv=pokemon.def_iv,
  27. Jan 20 14:50:43 BigDuck mariadbd[228241]: sta_iv=pokemon.sta_iv, form=pokemon.form, level=pokemon.level, weather=pokemon.weather, costume=pokemon.costume, cell_id=pokemon.cell_id,
  28. Jan 20 14:50:43 BigDuck mariadbd[228241]: expire_timestamp=pokemon.expire_timestamp, expire_timestamp_verified=pokemon.expire_timestamp_verified,
  29. Jan 20 14:50:43 BigDuck mariadbd[228241]: display_pokemon_id= pokemon.display_pokemon_id, seen_type= pokemon.seen_type, shiny=pokemon.shiny, seen_wild=pokemon_timing.seen_wild,
  30. Jan 20 14:50:43 BigDuck mariadbd[228241]: seen_stop=pokemon_timing.seen_stop, seen_cell=pokemon_timing.seen_cell, seen_lure=pokemon_timing.seen_lure, first_encounter=pokemon_timing.first_encounter,
  31. Jan 20 14:50:43 BigDuck mariadbd[228241]: stats_reset=pokemon_timing.stats_reset, last_encounter=pokemon_timing.last_encounter, lure_encounter=pokemon_timing.lure_encounter
  32. Jan 20 14:50:43 BigDuck mariadbd[228241]: Connection ID (thread ID): 560
  33. Jan 20 14:50:43 BigDuck mariadbd[228241]: Status: NOT_KILLED
  34. Jan 20 14:50:43 BigDuck mariadbd[228241]: 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=off,mrr_cost_based=off,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=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off
  35. Jan 20 14:50:43 BigDuck kernel: [15926.821325] mariadbd[228689]: segfault at 4 ip 0000560f3039681d sp 00007f00d075d0b0 error 4 in mariadbd[560f2fb16000+9ba000]
  36. Jan 20 14:50:43 BigDuck kernel: [15926.821336] Code: 00 00 00 00 48 f7 d8 4c 89 ad 30 ff ff ff 4c 21 e8 48 89 85 60 ff ff ff 25 ff 0f 00 00 48 89 85 38 ff ff ff 0f 85 b7 0f 00 00 <48> 0f bf 46 04 31 ff 49 89 d7 be 64 00 00 00 31 d2 4c 89 8d 78 ff
  37. Jan 20 14:50:43 BigDuck mariadbd[228241]: The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
  38. Jan 20 14:50:43 BigDuck mariadbd[228241]: information that should help you find out what is causing the crash.
  39. Jan 20 14:50:43 BigDuck mariadbd[228241]: Writing a core file...
  40. Jan 20 14:50:43 BigDuck mariadbd[228241]: Working directory at /var/lib/mysql
  41. Jan 20 14:50:43 BigDuck mariadbd[228241]: Resource Limits:
  42. Jan 20 14:50:43 BigDuck mariadbd[228241]: Limit Soft Limit Hard Limit Units
  43. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max cpu time unlimited unlimited seconds
  44. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max file size unlimited unlimited bytes
  45. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max data size unlimited unlimited bytes
  46. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max stack size 8388608 unlimited bytes
  47. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max core file size 0 unlimited bytes
  48. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max resident set unlimited unlimited bytes
  49. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max processes 514697 514697 processes
  50. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max open files 32768 32768 files
  51. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max locked memory 65536 65536 bytes
  52. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max address space unlimited unlimited bytes
  53. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max file locks unlimited unlimited locks
  54. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max pending signals 514697 514697 signals
  55. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max msgqueue size 819200 819200 bytes
  56. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max nice priority 0 0
  57. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max realtime priority 0 0
  58. Jan 20 14:50:43 BigDuck mariadbd[228241]: Max realtime timeout unlimited unlimited us
  59. Jan 20 14:50:43 BigDuck mariadbd[228241]: Core pattern: core
  60. Jan 20 14:50:43 BigDuck mariadbd[228241]: Kernel version: Linux version 5.4.0-137-generic (buildd@lcy02-amd64-009) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023
  61. Jan 20 14:50:44 BigDuck systemd[1]: mariadb.service: Main process exited, code=killed, status=11/SEGV
  62. Jan 20 14:50:44 BigDuck systemd[1]: mariadb.service: Failed with result 'signal'.
  63. Jan 20 14:50:47 BigDuck grafana-server[225791]: logger=context userId=1 orgId=1 uname=admin t=2023-01-20T14:50:47.706250647Z level=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.70.254.37 time_ms=1 duration=1.973472ms size=12 referer= handler=/api/live/ws
  64. Jan 20 14:50:49 BigDuck systemd[1]: mariadb.service: Scheduled restart job, restart counter is at 8.
  65. Jan 20 14:50:49 BigDuck systemd[1]: Stopped MariaDB 10.6.11 database server.
  66. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  67. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  68. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  69. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  70. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  71. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  72. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  73. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  74. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  75. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  76. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  77. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  78. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  79. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  80. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  81. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  82. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  83. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  84. Jan 20 14:50:49 BigDuck systemd[1]: Starting MariaDB 10.6.11 database server...
  85. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 ]
  86. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  87. Jan 20 14:50:49 BigDuck rsyslogd: action 'action-7-builtin:omfile' suspended (module 'builtin:omfile'), next retry is Fri Jan 20 14:51:19 2023, retry nbr 0. There should be messages before this one giving the reason for suspension. [v8.2001.0 try https://www.rsyslog.com/e/2007 ]
  88. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] /usr/sbin/mariadbd (server 10.6.11-MariaDB-1:10.6.11+maria~ubu2004) starting as process 230712 ...
  89. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Warning] Could not increase number of max_open_files to more than 32768 (request: 160313)
  90. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] mariadbd: Aria engine: starting recovery
  91. Jan 20 14:50:49 BigDuck mariadbd[230712]: recovered pages: 0% 12% 25% 37% 50% 62% 75% 87% 100% (0.0 seconds); tables to flush: 1 0
  92. Jan 20 14:50:49 BigDuck mariadbd[230712]: (0.0 seconds);
  93. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] mariadbd: Aria engine: recovery done
  94. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  95. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] InnoDB: Number of pools: 1
  96. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
  97. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] InnoDB: Using Linux native AIO
  98. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] InnoDB: Initializing buffer pool, total size = 68719476736, chunk size = 134217728
  99. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] InnoDB: Completed initialization of buffer pool
  100. Jan 20 14:50:49 BigDuck mariadbd[230712]: 2023-01-20 14:50:49 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=47109014209889,47109014209889
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement