Questions tagged [crash]

43 questions
28
votes
3 answers

Mysql crashed and won't start up

Our production mysql server just crashed and won't come back up. It's giving a segfault error. I tried a reboot, and just don't know what else to try. Here is the stacktrace: 140502 14:13:05 [Note] Plugin 'FEDERATED' is disabled. InnoDB: Log scan…
tilleryj
  • 383
6
votes
1 answer

fio 3.23 core dumps when bench-marking many small files

I have been asked to come up fio benchmark results for this test dataset: 1048576x1MiB. So, overall size is 1TiB. The set contains 2^20 1MiB files. The server runs CentOS Linux release 7.8.2003 (Core). It has sufficient RAM: [root@tbn-6 src]# free…
foss4me
  • 63
4
votes
2 answers

certbot renew crashes nginx and all websites go offline

When sudo certbot renew command is run, nginx server is crashing. The error log in systemd looks like this: - The job identifier is 48862. Sep 01 11:31:52 phoenix.medialab.ntua.gr systemd[1]: nginx.service: Main process exited, code=dumped,…
2
votes
3 answers

My MySQL crashed many times in a month

My website (Wordpress) sometime stoped working with below error message" cannot connect to Datatabse I checked the log file of MySQL and I found that crash-info as below: ---------- 2021-01-21 0:44:59 0 [Note] InnoDB: Mutexes and rw_locks use…
Jame Goat
  • 21
  • 5
1
vote
0 answers

Zstd crashing btrfs?

For last two days I have been trying to create 2TB btrfs for my disk dumps. I forced compression zstd. I have it mounted like this: defaults,nofail,compress-force=zstd Now this is my second time trying this, but both times I have tried to wrote like…
1
vote
0 answers

Fujitsu TX1320 M3 Windows Server fails to start after installation

Fujitsu Primergy TX1320 M3 with Windows Server 2019. Yesterday after one week use Windows failed. It asked to install Windows again. It is configured as RAID 1 on an avago megaraid controller on two 300 GB disks. This has occurred three times. I see…
1
vote
0 answers

Application crashing on Intune fully managed Android devices

We have Android phones on which we need to enroll in Intune as fully managed company owned devices. We have a custom application installed in the device, however after installation the application is crashing on some of the devices. The same…
biplab
  • 57
1
vote
2 answers

MariaDB intermittent crashes

I have a MariaDB 10.2 database where the MariaDB service stops unexpectedly. I regularly log the RAM usage of the top three processes for every minute using a cronjob, to determine if MariaDB consumes excessive memory before the crashes. I'm…
1
vote
1 answer

Windows Server 2022 Standard is giving me crashes in the HTTP module that reboot my server. I need help tracking down the exact issue. How?

I don't know if this is a problem with the memory on the server, one of my SSD's, or something software related. the crash has happened 4+ times in the last few months. I need some help in figuring out how to stop this from happening ASAP. Any…
1
vote
0 answers

Why does MySQL 5.7 inside a docker container always crash?

I have a MySQL 5.7 docker container that was provisioned via a docker-compose file, the file looks like this: version: '3' # Run command: docker compose --env-file .env.local up services: # Database db_hm: image: mysql:5.7 volumes: …
1
vote
0 answers

Kernel reboot without log during starting the crash kernel

I am testing crash kernel image feature with arm64 device, kernel version is linux-5.4, now i am trigger kernel crash via "echo c > /proc/sysrq-trigger", then kernel would trigger null-pointer crash and save context, then start the second…
Andy2
  • 11
1
vote
1 answer

Debugging Mariadb randomly crashing

These are the logs journalctl -u mariadb -f from the past days at the moment of the crash: Mar 27 14:25:35 new-server.novalocal mariadbd[30060]: 2023-03-27 14:25:35 40923 [Warning] Access denied for user 'root'@'182.160.117.92' (using password:…
1
vote
1 answer

Frequent AppCrashes on new Windows 11 Dell XPS15 Laptop

I've got 2 new domain joined Windows 11 PC's (Dell XPS15's) that are both having the same issues. All our other computers are slightly older, some running Windows 10, some running Windows 11. We have app crashes that occur several times a day and…
1
vote
0 answers

Windows crash dump

******************************************************************************* * * * Bugcheck Analysis * * …
GreenTea
  • 111
1
vote
1 answer

Ubuntu Server 20.04 freezes every couple of days

Short Intro Since a couple of days, my physical server keeps freezing every 2 or 3 days. I have already replaced all hardware, including the drives, and did a fresh installation of Ubuntu. Details & Findings No luck so far when searching the log…
k304
  • 11
1
2 3