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.

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.

144 questions
5
votes
1 answer

Subversion - svnadmin dump remote url

I have Subversion repository that contains multiple projects, and now I'm trying to separate each project into it's own repository. system: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.11 (Tikanga) # rpm -q…
alexus
  • 13,112
  • 32
  • 117
  • 174
5
votes
1 answer

Analyzing BSOD dump file from Windows 2008 R2 SP1

I have a problem with a virtual Windows Server 2008 R2 SP1 server running withing VMWare. The server is running Citrix and also has Symantec Endpoint protection installed. It randomly crashes and goes to BSOD. Investigating the event log didn't…
user176320
  • 139
  • 2
  • 4
  • 11
5
votes
3 answers

MySQL Dump Viewer

I'm a linux user, however, I'm provided with a Windows laptop in the office. I could fire up a small web server with PHPmyadmin or even upload to a remote system and import into a database, however, for what I'm doing, I'd like to know if there is…
drewrockshard
  • 1,763
  • 4
  • 20
  • 27
5
votes
5 answers

Is Apache stalled? /server-status shows over 240 requests like "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"

Some details: Webserver: Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e OS: FreeBSD 7.2-RELEASE This is a FreeBSD Jail. I believe I use the Apache 'prefork' MPM (I run the default for FreeBSD). I use the default values for MaxClients…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
4
votes
1 answer

Windows Error Reporting dumps VS procdump.exe

Can somebody clarify if memory dumps produced by WER are the same as those produced by procdump.exe? Can two these tools conflict when used simultaneously? What would be the right approach if my goal is to troubleshoot "service terminated…
Mikhail
  • 1,295
  • 3
  • 19
  • 35
4
votes
2 answers

Nginx worker process exited

I'm getting the following error message from /var/log/nginx/error.log: 2014/07/17 08:36:21 [alert] 8206#0: worker process 8207 exited on signal 11 (core dumped) 2014/07/17 08:36:21 [alert] 8206#0: worker process 8210 exited on signal 11 (core…
Nalum
  • 259
  • 1
  • 3
  • 13
4
votes
1 answer

systemd: get core dumps for service started by xinetd

I recently upgraded a system to openSUSE 13.1. We're running a custom-built service on the system through xinetd, and in the old xinetd init script had the line ulimit -c unlimited before starting xinetd to enable core dumps. Since openSUSE 13.1…
sjaensch
  • 181
  • 1
  • 5
4
votes
2 answers

Enable core dumps in Apache

I would like to enable core dumps in my Apache web server. Since I have PHP 5.5 and OPcache my Mediawiki site crashes with the following error: child pid ... exit signal Segmentation fault (11) So I would like to get more information through the…
Nicolas
  • 387
  • 2
  • 5
  • 12
4
votes
5 answers

Using the CTRL - SCROLL LOCK key combination to cause a system dump

We have a Windows 2008 r2 server that we connect to via Remote Desktop Connection. We want to use the "Crash on Ctrl-ScrollLock" key combination as described here (a vendor is asking us to send them memory…
user57984
  • 41
  • 1
  • 2
3
votes
2 answers

SVN repo 3 times smaller after dumping/loading

I have a repo on an old svn server running on RHL9. svn version is 1.1.4. The repo is 1.1GB large (du -sh $REPO), its full dump is 1.7GB large. I load the dump on a recent svn server running on ubuntu 16.04, svn version 1.9.3. I run the following…
jps
  • 33
  • 3
3
votes
2 answers

How to convert a MyISAM .sql dump into InnoDB?

Can I convert dumped .sql MyISAM database into InnoDB engine before importing it to my MySQL server? Unfortunately, importing the current .sql file takes ages to complete.
Jakub Pastuszuk
  • 153
  • 1
  • 7
3
votes
1 answer

Windows 2008 SP2 x32 is rebooting every 800 minutes , how to know why?

This is becoming a nightmare, we have no clue on why this server is rebooting each 800 minutes. This issue started on the night from 05th to 06th of January, so it is a kind of present. I come form the linux world, so I'm a bit lost, let's see if I…
Marc Riera
  • 1,637
  • 4
  • 23
  • 38
3
votes
1 answer

How to find core dumps mentioned in event log

When I search for the files the event log mentions they are not there. Well, the bottom one is there but there's no helpful information in that file. This event was created by the Windows Error Reporting mechanism. What do I need to do in order to…
BVernon
  • 403
  • 1
  • 7
  • 19
3
votes
2 answers

How can I restore a microsoft sql server database backup to postgres?

I need to take a Microsoft SQL Server database backup (dump) file and import/restore into a PostgreSQL database. Does anybody have some sort of transform script (maybe a perl/sed/awk script) that could be run on the MSSQL Server backup file, so…
user158092
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

SVN 1.2.3 to 1.7 Migration Dump Load issues

I am having trouble with migrating a SVN (version 1.2.3) repo to a new server. In the process I want to update the repo and server to the latest SVN version. I have tried dumping the repo, but found I run into a few 'malformed' revisions.…
NathanS
  • 31
  • 1
1
2
3
9 10