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.
73
votes
19answers
107k 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:
...
17
votes
9answers
51k views
Tool for analyzing java core dump
If i make java core dump with gcore then what is the best tool to analyze it? I need to be able make jmap, jstack, jstat etc and also i need to see values of all variables.
Something that can take ...
40
votes
5answers
52k views
jQuery /Javascript - json to string variable dump
Is there a quick function to convert json objects received via jQuery getJSON to a string variable dump (for tracing/debugging purposes)?
29
votes
5answers
38k views
How to dump data stored in objective-c object (NSArray or NSDictionary)
Forgive me for a potentially silly question here, but in other programming languages (scripting ones like PHP or Perl) it is often easy to dump everything contained within a variable.
For instance, ...
23
votes
8answers
25k views
Dumping a java object's properties
Is there a library that will recursively dump/print an objects properties? I'm looking for something similar to the console.dir() function in Firebug.
I'm aware of the commons-lang ...
41
votes
2answers
11k views
error openning HPROF file
I am getting the following exception when trying to open HPROF file (created by Debug.dumpHprofData) with Memory Analyzer:
java.io.IOException: Unknown HPROF Version (JAVA PROFILE 1.0.3)
at ...
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, ...
3
votes
2answers
507 views
What is minimum MINIDUMP_TYPE set to dump native C++ process that hosts .net component to be able to use !clrstack in windbg
There is native C++ application that hosts several .net components. When some error occurs this application creates mini dump using MiniDumpWriteDump function. Question here what is minimum set of
...
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 ...
17
votes
3answers
12k views
How to use the dumped data by mongodump?
I have used mongodump to dump my database of mongodb, it created some bson files under dump/mydb
But I don't know how to use them. I tried mongoimport, but seems it can't import bson data. Then how ...
7
votes
2answers
1k views
Is there a way to have an Android process produce a heap dump on an OutOfMemoryError?
The sun JVM supports a -XX:+HeapDumpOnOutOfMemoryError option to dump heap whenever a java process runs out of heap.
Is there a similar option on Android that will make an android app dump heap on an ...
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?
77
votes
6answers
63k views
What is the JavaScript equivalent of var_dump or print_r in PHP?
I would like to see the structure of object in JavaScript (for debugging). Is there anything similar to var_dump in PHP?
Thanks
3
votes
4answers
3k views
Getting a dump of a process that crashes on startup
On a customer machine (WinXP SP2) to which I have no access, I have a Win32 EXE (unmanaged C++) that crashes on startup. I guess the best way to troubleshoot this is to obtain a (mini-)dump and ...
6
votes
3answers
2k views
How can I know the CLR version of a crash dump?
I have a minidump crashed from a .NET application. Is there any way to know the CLR version (e.g. version of mscorwks.dll) of the fault machine (which generates the crash dump) using either Windbg or ...
3
votes
3answers
4k views
MySql to PostgreSql migration
My postgresql is installed on windows, how can I migrate data from mysql db to postgresql.
I've read tons of aricles. nothing helps :(
Thanks.
My actions:
1)mysql dump:
mysqldump -h ...
1
vote
3answers
2k views
how to disable creating java heap dump after VM crashes?
JVM runs on FreeBSD with 18Gb memory. creating core file takes about hour, which is very slow, so i need some way to disable it.
0
votes
4answers
2k views
How restore a PostgreSQL table from *.sql using pg_dump or psql?
I need to restore a big table (250mb) in PostgreSQL database in console tool. How I can do this using ps_dump or psql?
11
votes
5answers
24k views
kill -3 to get java thread dump
Hi
I am using kill -3 command to see the JVM's thread dump in unix. But where can I find the output of this kill command? I am lost!!
9
votes
4answers
20k views
How can I convert an MDB (Access) file to MySQL (or plain SQL file)?
Is it possible to create a Dump of SQL commands from a Microsoft Access database? I hope to convert this MDB file into a MySQL database for importing so I don't have to go through the CSV step.
I ...
19
votes
6answers
2k views
C# How to dump all variables & current values during runtime
Are there any in-built or 3rd party libraries that allow you to simply dump all variables in memory during run time? What I would like is to be able to view variables & current values similarly ...
14
votes
2answers
25k views
PostgreSQL: database restore from dump - syntax error
I'm trying to restore a PostgreSQL database by executing the SQL that pg_dump created, on an empty database.
I'm getting this error:
ERROR: syntax error at or near "\"
LINE 5211: \.
lines 5210 ...
14
votes
3answers
10k views
How can I get a SQL dump of a SQL Server 2008 database?
How can I get a SQL dump of a SQL Server 2008 database? That is, a .sql file with inserts to regenerate the data in another database, much like mysqldump.
7
votes
2answers
3k views
WinDbg and SoS, how do I print/dump a large string?
I am debugging a hangdump coming from a production server using WinDbg with the SoS extension.
There is a string parameter in one of the stacks, that I need to know the value of. However, it is a ...
3
votes
2answers
670 views
deciphering vtable dumps
I am "playing" with virtual inheritance in C++, and I want to know how a class object is laid out.
I have those three classes:
class A {
private:
int a;
public:
A() {this->a = 47;}
...
17
votes
5answers
16k views
get list of tables, db schema, dump etc in sqlite databases
For some reason I can't find online or in the docs the way to get the equivalents of sqlite's interactive shell commands:
.tables
.dump
in sqlite's APIs.
Is there anything like that? Am I missing ...
10
votes
3answers
9k views
Svnadmin load from dumpfile causes “file not found error”. Help?
Given:
Repository_1 - source
Repository_2 - destination
I created a dump file of Repository_1/Folder1 using combination of svnadmin and svndumpfilter
When loading from the dump file ...
3
votes
6answers
2k views
Postgres pg_dump dumps database in a different order every time
I am writing a PHP script (which also uses linux bash commands) which will run through test cases by doing the following:
I am using a PostgreSQL database (8.4.2)...
1.) Create a DB
2.) Modify the ...
3
votes
4answers
837 views
Searching for (freeware) database migration tool
I'm searching for a tool to dump a database including DDL and content as plain SQL-SCript, so that in can be archived in plain text format. I know e.g. the Oracle dump tools or mysqldump, but is there ...
1
vote
1answer
571 views
How to get output from gdb.execute in PythonGDB (GDB 7.1)?
I'm currently writing a Python GDB script. The problem is that it has to be compatible with GDB 7.1. So I first wrote the script for GDB 7.3.1 and used the following function to receive the output of ...
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 ...
5
votes
2answers
1k views
Java threads waiting to lock object that isn't (visibly) locked
Normally when I ask for a thread dump, the symptoms of a poorly performing system are easily explained; i.e. normally I would be able to see that a number of threads are clearly waiting on a monitor ...
4
votes
7answers
2k views
How can I control the formatting of Data::Dumper's output?
I am using Data::Dumper::Dumper() method. The output is good, but can be made little compact and more good looking.
How I can control it? What are the better alternatives?
4
votes
3answers
6k views
SQL Dump from DB2
I'm trying to dump the contents of a particular schema in one IBM DB2 UDB server into an sql text file (much like the mysqldump functionality of mysql).
I came across db2look, but it only dumps the ...
3
votes
3answers
3k views
Perl hash Data::Dumper
In Perl I need to analyze a huge hash, so I print it into a file using Data::Dumper module. Because it is a huge file, it is very hard to read. Is it possible somehow to print Dumper output nicely, so ...
3
votes
2answers
676 views
GDB cannot show the stack and shows “#1 0x0000000000000000 in ?? ()”
I have a multi-threaded C++ program that deadlocks in some rare cases. The problem is hard to reproduce and I can only reproduce it in a remote machine.
The method I want to use for solving this ...
2
votes
1answer
109 views
Dumping contents of lost memory reported by Valgrind
When I run valgrind --leak-check=yes on a program, a few bytes of lost memory are reported. Is it possible to view the contents of this memory (i.e. dump the data that is stored in it)?
2
votes
4answers
250 views
How can I dump a string in perl to see if there are any character differences?
I've occasionally had problems with strings being subtly different, in some cases utf8::all changed the behavior, so I assume the subtle differences are unicode. I'd like to dump strings in such a way ...
2
votes
2answers
896 views
Dump a mysql embedded database into a SQL text file
I have a mysql embedded database that I need to move into server. I know that for a server I can use mysqldump to backup the data into a SQL text file. But what option do I have for a embedded ...
1
vote
1answer
130 views
Visual C++ program crashed, but no dumpfile generated. why?
I have a very strange situation.
I'm running IOCP Server Program programmed by Visual studio 2010 in C++.
It uses 'minidump', so When there is a logical bug like pointer misuse, Program crashes with ...
1
vote
1answer
1k views
Generated SQL with PredicateBuilder, LINQPad and operator ANY
I previously asked a question about chaining conditions in Linq To Entities.
Now I use LinqKit and everything works fine.
I want to see the generated SQL and after reading this answer, I use LinqPad.
...
1
vote
6answers
2k views
What Firefox extension can dump HTTP responses?
I'm familiar with LiveHTTPHeaders and TamperData which can show what is going to be sent to the web server. However, I also want to study the server responses. How can I do this?
0
votes
1answer
361 views
Exclude function definitions when dumping a PostgreSQL database
I have a PostgreSQL database with PostGIS functions loaded into it. I would like to dump out the schema of the database, but pg_dump -s dumps out the functions along with the table definitions.
Is ...
0
votes
2answers
436 views
Migrating some objects from one database to another
How can I dump one user with all his associations (comments, posts etc) from one database (development, sqlite) to insert it another (production, mysql).
Should I dump it into yaml or to sql or ...
0
votes
2answers
2k views
debug symbol issue
I am interested in which symbol file is used when we analyze dump file using Windbg or Visual Studio. Suppose my application is using a utility library, and the utility library has related private ...
6
votes
1answer
731 views
application exits (no Exception) when referencing 64bit dll from C#
I've compiled lzo2.dll 64 bit and now looking to use it in a C# program:
I'm using the following class to test (similar code works for 32bit lzo.dll):
[DllImport("lzo2.dll")]
private static extern ...
4
votes
1answer
726 views
Why is a SVN dump of a single revision larger than a full dump?
My repository is 2.5G. A dump via svnadmin dump myrepos > dumpfile is 5G. But when I do a dump like
svnadmin dump myrepos -r 23785 > rev-23785.dumpfile where 23785 is the youngest revision the ...
3
votes
2answers
1k views
Import specific tables from oracle dump file?
I have a dump of a huge oracle database so it is impossible to import it all. I want to import a specific table called X. The problem is that X has foreign keys. If I import just X, I will get the ...
3
votes
1answer
299 views
Debugger: How do I get “Mutex Owned” or “Mutex Free” info in a crash dump?
I don't know what I'm not doing but I simply cannot get my own debugger to save the "Mutex Owned" or "Mutex Free" info for the application being debugged.
CDB works fine if I call it as follows:
...
3
votes
4answers
368 views
PostgreSQL dump/restore
I don't want to Dump the entire table but only certain records in a table in my dump file and later restore the same.
P.S.: I want to do the same for more than 1 table in my database but dump it in a ...
