Questions tagged [dump]
In computing, a dump refers to recording the contents of the working memory of a computer program or operating system at a specific time, generally when it has terminated abnormally (crashed). Dumps are written to file and can be useful in debugging and diagnosing the crash that prompted the dump.
146 questions
Score of 4
1 answer
306 views
Creating a dump file from a Task Manager process fails with the error "The system cannot find the path specified"
I have a Windows Server 2022 VM occasionally experiencing lockups due apparently to some software that has a CPU leak. The software vendor recommended collecting a system dump file of the process ...
Score of 2
1 answer
59 views
How to obtain a core dump from JNI library
I wrote a C library used into a Java program via JNI Swig. It's called by a Tomcat service. Sometimes the server crashes and the problem seems to be in the lib. The catalina.out log file has a single ...
Score of 1
1 answer
865 views
How do I prevent a full memory dump created on JVM crash?
I was running a java application on Windows however it occasionally crashes every months due to peak traffic.To make things worse JVM automatically generated memory dumps everytime its crashes and ...
Score of 2
0 answers
543 views
mount LVM2 dump or extract files
I have a dump of a filesystem. I dont know how it was created. I want to extract all the files and the filestructure.
file dump.bin says it is a LVM2 PV (Linux Logical Volume Manager) file and prints ...
Score of 0
1 answer
338 views
Detecting database breach
I wonder about detecting database breach.
Currently, I use auditd to detect making database dump with mysqldump.
I wonder what more can I do to detect potential database breach.
Thanks for any ideas!
Score of 0
1 answer
527 views
Automating GDB memory dumps [closed]
I'm trying to dump memory from a process on my Linux machine using GDB, but I'm trying to automate this using a script.
So far I've been using the following commands (example):
$ gdb --pid [pid]
(gdb) ...
Score of 1
1 answer
1746 views
How does the 'stop' mode in Proxmox' vzdump backup tool work?
So i'm currently using vzdump with the parameter --mode stop. In the description it says that the VM gets shut down before the actual backup starts and after the backup has been started the VM gets ...
Score of 0
1 answer
308 views
Dump an external database in Kubernetes
I have created a Kubernetes CronJob (in AKS) to run a database dump (the database is not located inside the Kubernetes cluster). This CronJob create a Job each day which will dump the database in a ...
Score of 1
1 answer
670 views
Windows 2016 rebooting randomly bugcheck dump file
Windows 2016 server reboots randomly, about once a week. Any ideas?
here is the memory dump log
Bugcheck Analysis *
* ...
Score of 1
0 answers
80 views
ext4 restore backup: deleteino: out of range 0
I'm trying to use (dump) restore -command to restore linux ext4 file system from an incremental backup. I'm using a hanoi tower strategy to make the backups, and the dumps look like as follows, sorted ...
Score of 2
0 answers
5908 views
Not able to pg_dump due to permission, despite having root permissions
I am trying to run this command
sudo pg_dump -U bm_clients -Z 9 -v baydb |aws s3 cp - s3://thebay.com/bay.dump.gz
The output is as follows:
pg_dump: reading extensions
pg_dump: identifying extension ...
Score of 0
0 answers
999 views
SQL Server generating 1G dump files
I have a SQL Server generating large dump (mdmp) files, some of them are 1 GB in size, these are generated daily, sometimes 2 or 3 in a single day. This server is used heavily for PowerBI reports.
...
Score of 0
2 answers
462 views
Cannot back up my database
I am trying to backup my MySQL 8 database with the command line below but I got an error message.
How to make the backup ?
ubuntu@www-example-com ~ $ mysqldump -u root -p www_example_com > /var/www/...
Score of 0
1 answer
832 views
why /var/spool/abrt/ folders not deleted
we try to delete all abrt folders as the following ( on redhat Linux machines )
find /var/spool/abrt/* -type d -exec abrt-cli rm '{}' \;
rm '/var/spool/abrt/ccpp-2018-09-03-14:52:11-5653'
rm '/...
Score of 1
2 answers
2181 views
Where are "Debug Dump Files" located in windows?
Windows has a tool called "Disk Cleanup" (German: Datenträgerbereinigung).
There it lists "Debug Dump Files" which can be deleted.
Unfortunately it doesn't tell me which files are meant. It can't be ...