Recording the contents of memory after application or operating system failure, or by operator request, in a core dump for use in subsequent problem analysis. Also, recording a file or medium as a backup.

learn more… | top users | synonyms

0
votes
2answers
16 views

Find the content of java.exe process apart from the HeapDump and ThreadDump

I have a java program in which i do quite more number of operations on an object of a class. The Object is created inside a for loop which runs a finite number of time. Once the loop is completed, i ...
7
votes
6answers
11k views

How do you generate and analyze a thread dump from a running JBoss instance?

How do you generate and analyze a thread dump from a running JBoss instance?
2
votes
0answers
20 views

What does “internal” mean in windbg “!heap -a” output [duplicate]

I am using windbg command "!heap -a " to check the memory status, and get the following results. what does internal mean at the end of this entry "00d168f0: 03d20 . 06b48 [101] - busy (6b40) ...
3
votes
4answers
378 views

Generate a Java thread dump without restarting.

I'd like to create a thread that keeps track of the memory usage and cpu usage. If the application reaches a high level, I want to generate an heap dump or a thread dump. Is there a way to generate ...
0
votes
0answers
9 views

Qemu, update dirty data in physical memory when pmemsave?

I modified pmemsave to dump data in the physical memory when the machine is powered off. (with q command) However, I was wonder if data is updated with CPU cache flush before it is dumped? I cannot ...
3
votes
2answers
2k views

Dump File MySQL 5.6.10

I was trying to create a dump file from my Mysql Database, but when I try give me always this error: Operation failed with exitcode 2 16:06:07 Dumping proactivetraindb (userstate) Running: ...
0
votes
1answer
31 views

How to dump whole csv database to format readable by Excel (csv is OK).

This may be a futile excersise, but one of my client totally insisted that he needs whole database dump to perform analytics in Excel. There are many answers to how to dump single table to csv (like ...
0
votes
1answer
32 views

Indexing wikipedia dump with solr

I have solr 3.6.2 installed on my machine, perfectly running with tomcat. I want to index a wikipedia dump file using solr. How do I do this using DataImportHandler? Any other way? I don't have any ...
2
votes
1answer
2k views

How to read frames from a core dump (without GDB)?

I would like to access the frames stored in a core dump of a program that doesn't has debug symbols (I want to do this in C). When I open up the program and the core dump inside GDB I get a stack ...
73
votes
19answers
106k views

Convert a string representation of a hex dump to a byte array using Java?

I am looking for a way to convert a long string (from a dump), that represents hex values into a byte array. I couldn't have phrased it better than the person that posted the same question here: ...
1
vote
4answers
8k views

How to restore PostgreSQL dump file into Postgres databases?

I have a dump file with a .SQL extension (in fact it is a plain-text SQL file). I want to restore it into my created databases. I am using pgAdmin III, and when I use its "Restore Wizard" it does not ...
0
votes
0answers
22 views

System.Data.SQLite equivalent of .dump [duplicate]

I'm trying to figure out the equivalent of the SQLite .dump command using the System.Data.SQLite dll in C#. I know I can do this manually by getting a list of tables/values and creating the inserts, ...
0
votes
2answers
13 views

Wikipedia: dump article id's and it's category

I would like to make a mysql database with every wikipedia article id and it's category id (most general category). I saw that wikipedia gives an entire dump, and a few others like links between ...
0
votes
1answer
1k views

How to read thread dump? [duplicate]

Possible Duplicate: Thread Dump Analysis Tool / Method I have a java aplication deployed in WAS 7.0.0.15. I want to analyze that the application which i have deployed is having some threads ...
0
votes
1answer
45 views

C# and mysqldump

I'm writing an application which should make a complete copy of one database and then import it on the same server with different name. So, I guess I should use mysqldump and mysql and the parameters ...
-5
votes
0answers
19 views

what the result is from? (ActionScript, ByteCode)

While google search, i found below result. which SWF dump tool result in? Sorry my poor english. =============================================== a bcFile{ minor_version (17): 16 ...
0
votes
0answers
17 views

How to compare memory dumps in iOS?

I made 2 memory dump files with iOS, and I want to see the difference between these files. I made them with gdb (idk if this is important or not). I read a tutorial to do these dumps, and he said ...
1
vote
1answer
1k views

How to get binary dump of SQLite memory db

If i have code like this $dbSL = Zend_Db::factory('pdo_sqlite', array('dbname'=>':memory:')); $dbSL->query('CREATE TABLE ...'); $dbSL->query('CREATE TABLE ...'); ... After that i whant ...
1
vote
2answers
67 views

SOS does not support the current target architecture

I am trying to use windbg to research a hang dump file created on an x64 machine for our x86 process. This is a 4.0 x86 application, so just to get an unmanaged stack, I had to do the following: ...
-1
votes
0answers
20 views

Getting images from memory dump

I am doing some experiments with recovering info from memory. I recently dumped memory into an .img file. So now I want to use it to recover data from it. I used programm called foremost, but it's ...
2
votes
2answers
40 views

How do I suppress the bloat of useless information when using the DUMP command while using grunt via 'pig -x local'?

I'm working with PigLatin, using grunt, and every time I 'dump' stuffs, my console gets clobbered with blah blah, blah non-info, is there a way to surpress all that? grunt> A = LOAD 'testingData' ...
-2
votes
0answers
36 views

BSOD crash? dump file included

Thank you for reading this first, here are couple things you might want know before you can help me with. Computer Specifications OS: win7 sp1 MB: Asus P5k se CPU: intel Q6600 w/ ...
3
votes
3answers
195 views

DumpObject with GetFields and GetProperties for instance with nested class

this is my first question in stackoverflow and I am a beginner in using reflection. I would like to dump all values of an object instance for reference (to keep track about used values on a test). I ...
-2
votes
0answers
39 views

MySQL dump on a free hosting? [closed]

I have a MySQL database and I need to dump it. I only need to dump the data, not the database structure. I've done my homeworks, and found a very simple way to do exactly what I want, with this PHP ...
21
votes
4answers
26k views

core dumped - but core file is not in current directory?

While running a C program, It says "(core dumped)" but I can't see any files under current path. I have set and verified the ulimit: ulimit -c unlimited ulimit -a I also tried to find file named ...
2
votes
3answers
562 views

Linking Redis database with a dump.rdb or dump.json file

Given a snapshot of an existing redis database in a dump.rdb (or in .json format) file, I want to restore this data in my own machine to run some tests on it. Any pointers on how to do this would be ...
0
votes
1answer
41 views

Redis SAVE Command Writes Nothing To Disk

Here's the situation: I have a "remote" host in my office building with a redis DB that needs dumping. I have logged in directly to the remote host and run this command through the host's redis-cli: ...
1
vote
1answer
81 views

Is there a way to do a sql dump from amazon redshift

Is there a way to do a sql dump from amazon redshift? Could you use the sql workbench/J client? Thanks
1
vote
1answer
18 views

How to include MySQL database schema on GitHub?

Stackoverflow and MySQL-via-command-line n00b here, please be gentle! I've been looking around for answers to my question but could only find topics dealing with GitHubbing MySQL dumps (as in: data ...
-1
votes
2answers
42 views

How to save a MySQL dump into a variable from php? [closed]

Certainly o could generate a dump file, then read this file and put into a variable. But is there a way to retrieve the dump and put into the variable directly? Thanks!
0
votes
0answers
31 views

Load 2 million entries of data in MySQL

I am trying to import a dump file to MySQL through command line. The dump file contains about 2 million entries. To import the data I used the command mysql -u USERNAME -p DATABASE < filename.sql . ...
0
votes
1answer
321 views

ADPlus Dump Analysis. If PDB file is not present in production?

I am analyzing one application which hangs randomly in production. I want to use ADPlus/DebugDiag to analyse by generating dumps. If I am generating dumps with the 'debug' mode application running, I ...
0
votes
8answers
991 views

c# Thread in 100% CPU

I have a complex system with several threads. sometimes i see the application in 100% cpu and force to restart the system. I have no idea which thread caused it and which code caused it. I need ...
3
votes
2answers
1k views

Android Not Granting Dump Permission

For the purposes of monitoring Battery usage etc. I have code that executes a few dumpsys calls, reads and parses the output to extract data that I am interested in. dumpsys battery, dumpsys ...
0
votes
2answers
67 views

Import only sequences from an Oracle exp dump [closed]

Is there a way to import all sequences of a schema from a dump of a schema (generated with exp full=y)? I don't want to import procedures or tables, but only all the sequences. I want to use the imp ...
2
votes
1answer
103 views

How to use redis' `DUMP` and `RESTORE` (offline)?

I tried redis's DUMP command, redirect to file (or pipe), but RESTORE report this error: $ redis-cli dump test > /tmp/test.dump $ cat /tmp/test.dump | redis-cli -x restore test1 0 (error) ERR DUMP ...
0
votes
2answers
67 views

JMap dump format specification

Are there any open specifications for jmap heap dump format? Thanks for help!
0
votes
2answers
51 views

Parse sql file using php

I have a sql dump file in excess of 3gb containing multiple queries. I want to parse the file into queries using php. On recommendation from a user on the site I used ...
0
votes
0answers
15 views

Viewing Source Code of Dump File

I made a small .net application and made a crash dump file using dump file creator. Now i am trying to open it in visual studio 2010 and see the exception in source code. In Mixed debugging i can see ...
20
votes
9answers
26k views

Transfer Mysql database to another computer

I have a mysql database filled up and running on a windows computer, is there any tool to transfer the database to another computer (running ubuntu)? Else I'll just write a script to take all the ...
6
votes
1answer
3k views

minidump vs. fulldump?

I just recently started looking at dump files to help me analyze crashes of the w3wp process on our production environment at work... And I would like to know, what are the differences between a ...
1
vote
1answer
167 views

VB Script PostgreSQL pg_dump

I'm writing a backup script in VBScript for a PostgreSQL 9.1 database on a Window 7. Set objShell = WScript.CreateObject("WScript.Shell") objShell.Run postgresqlPath & "pg_dump.exe " & ...
10
votes
3answers
10k views

Migrate from Oracle to MySQL

We ran into serious performance problems with our Oracle database and we would like to try to migrate to a MySQL-based database (either MySQL directly or, more preferrably, Infobright). The thing is, ...
1
vote
0answers
25 views

C# svnadmin dump, strange behavior

i've written a c# application to check if a repository should be dumper or not (using some paramenters) I've compiled this application on my computer (Winsows 8) where it works as intended. When i ...
3
votes
1answer
153 views

Linux: Snoop a signal without trashing the registers for the subsequent core dump?

When I get coredump-causing signal, I want to run my own handler to copy the siginfo_t and ucontext_t structures to global variables, so that they may be accessed in the core dump. Currently at the ...
0
votes
1answer
133 views

PostgreSQL - how to restore very larger database

I got a little problem when I try to restore a large database (almost 32Go in custom format) on my devel database node (this node has less RAM, CPU... than my production server). My database dumps ...
0
votes
1answer
73 views

wordpress transfer error with bigdump

Hello all I'm in the process of transferring my blog via big-dump due to its huge size of 30MB. However when transferring I get this error: Error at the line 139: INSERT INTO `wp_commentmeta` VALUES ...
0
votes
0answers
24 views

Mozilla Developer Network dump

What size is the entire Mozilla Developer Network site? api.jquery.com is about 40MB when downloaded with wget.
0
votes
1answer
163 views

Querying (SQL) Oracle/Toad dump files without importing them

We're doing a monthly data dump of our databases using Toad for Oracle's Export function. We've got some SQL queries to create statistics about the data. I'd like to compare the results of the current ...
1
vote
1answer
316 views

svnadmin dump in Cygwin

I'm trying to write a script in Cygwin to backup our SVN repositories nightly. The first stumbling block I found is that the svnadmin doesn't seem to work quite right within the cygwin bash shell. ...

1 2 3 4 5 11