Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
12answers
58k 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: ...
18
votes
3answers
18k 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
17
votes
4answers
22k 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, ...
14
votes
4answers
16k 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)?
12
votes
7answers
10k 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 ...
8
votes
10answers
14k views

How to get a heap dump of a Java process on Windows that's not running in a console

I have a Java application that I run from a console which in turn exec's another Java process. I want to get a thread/heap dump of that child process. On Unix I could do a "kill -3 " but on Windows ...
8
votes
7answers
11k 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 ...
8
votes
4answers
8k 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 ...
7
votes
4answers
2k 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
1answer
3k 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.
6
votes
2answers
859 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 ...
6
votes
4answers
2k 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, ...
6
votes
10answers
27k 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 ...
6
votes
3answers
1k 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 ...
5
votes
1answer
116 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 ...
5
votes
1answer
306 views

How to convert Mathematica binary dump file to list of definitions?

As the Documentation says, "DumpSave writes out definitions in a binary format that is optimized for input by Mathematica." Is there a way to convert a Mathematica binary dump file back to the list of ...
5
votes
1answer
2k 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 ...
5
votes
1answer
187 views

interpreting line in thread dump

I am trying to figure out this line in a thread dump "RMI TCP Connection....." daemon prio=3 tid=0x0000000106f12000 nid=0x1e10 runnable [0xfffffffe48dfe000] What is that address after ...
5
votes
2answers
1k 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 ...
5
votes
2answers
4k views

Connect to URL and dump webpage in Groovy

I would like to open a webpage from groovy, dump the specified webpage and eventually dump the webpage behind an anchor tag. Does anybody has some sample code for this?
5
votes
5answers
7k 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?
4
votes
2answers
68 views

How to debug BSOD crash caused indirectly by .NET application

We have a .NET application that transfers files from a client workstation to a database on a central server in a LAN. A few of our customers run this on wireless Windows XP workstations that use a ...
4
votes
2answers
55 views

How to print the last received signal in GDB?

when loading a core dump into GDB the reason why it crashed automatically is displayed. For example Program terminated with signal 11, Segmentation fault. Is there any way to get the information ...
4
votes
3answers
644 views

WinDbg x64: Cannot debug a crash dump - failed to load data access DLL

I attached WinDbg to a running process and had the process crashed (I have a separate question re. that case). Once the program crashed, WinDbg stopped and allowed me to debug the program. I took a ...
4
votes
1answer
63 views

Windows Debugger Road-Map

It seems there are dozens of debugger and debugging tools that Microsoft produces, which creates a maze of choices and questions concerning which tool to apply, and when. For example, there is windbg ...
4
votes
2answers
462 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
1answer
437 views

analyse c# application dump file

I wrote a C# application that is running well on XP but freeze on Vista/7. I got an application dump (dmp file) for analysing the problem. I don't understand how to get the stack trace in C# (as I ...
4
votes
2answers
946 views

find out what functions a static C library has

I have a static C library (say mylib.a) and I was wondering if it's possible to find out what functions are implemented inside that file. I don't have a corresponding header file. what I need is like ...
4
votes
4answers
989 views

Where to find the heap dump after an “Out Of Memory”

I'm using ASANT to run a xml file which points to a NARS.jar file. I'm getting "java.lang.OutOfMemoryError: Java heap space" and i'm researching around this. So i have found that i need to set ...
3
votes
4answers
94 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 ...
3
votes
1answer
66 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
286 views

How to read heap dump file which is created by jconsole?

I performed a heap dump manually by invoking the com.sun.management.HotSpotDiagnostic MXBean's dumpHeap operation in jconsole. So I got a dump file. My question: Can jconsole read the dump file? If ...
3
votes
1answer
234 views

VCD dump for vhdl simulation via modelsim. HOWTO?

It's the first time i try to generate a VCD and i am getting some troubles. I have a testbench called bench_minimips.vhdl that contain the entity sim_minimips. I want simulate it and get a VCD out of ...
3
votes
2answers
247 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 ...
3
votes
1answer
256 views

Compare heap dump (HPROF) files

Is it possible to compare two HPROF files? How?
3
votes
2answers
209 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 ...
3
votes
3answers
339 views

Dump prepared sql query from DBI statement in PERL

im using DBI in Perl to connect to my PostgreSQL Database. Everything is working fine but in my debugging (printing results etc.) iam not able to see if the query prepared by perls DBI module is ...
3
votes
2answers
319 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;} ...
3
votes
0answers
264 views

how to get sql dump from sqlite database with blobs?

I need to create sql dumps in order to patch existing database files. I know how to create sql dumps with sqlite3 command line client but it does not work properly with blobs. how to create sql dumps ...
3
votes
4answers
4k views

Determining the NLS_LANG setting for an existing Oracle database dump file

We were handed a dump file by another team who are gone away for the rest of the year. When we try to import the dump into our own database, we get the following error: IMP-00038: Could not convert ...
3
votes
2answers
331 views

Is there something like var_dump of PHP in c/c++?

I'm seeking of an API that can be used to dump most data structures,is there one in c/c++?
3
votes
1answer
1k views

How in H2DB get sql dump like in MySql?

I have some questions about H2DB. I have H2DB database which stores data in files, I have 3 files test.18.log.db, test.data.db, test.index.db. I want get sql dump file like when I use mysqldump. It's ...
3
votes
1answer
738 views

How do I analyze a .mdmp file?

I have java application that is crashing while in production. It doesn't do so in dev/QA. The jvm is creating a .mdmp file and a text file. How do I analyze the binary dump file? I googled but had no ...
3
votes
2answers
818 views

Linux Core Dump Without Killing Process

Is it possible to generate a core dump without killing the process? If so, what is the command/signal to do so? Thanks, Jim
3
votes
1answer
188 views

Is there a way to dump all mysql databases except for system databases?

I use mysqldump to automatically dump all my databases to a text file and save this dump as backup. I use the --all-databases option which dumps my databases, but it also dumps system databases ...
3
votes
4answers
631 views

Win32: Is there a difference between Dr. Watson's full/mini dumps and writing my own?

I have an application that is occasionally crashing in the release build; unfortunately, it looks like it is crashing in a 3rd party DLL. While trying to get a handle on it I've been swimming in a ...
3
votes
3answers
406 views

How do I write a analyzable thread dump format

I'm creating a global exception handling which collects some information before shutting down in some cases. One of this information is the current thread dump. i do this with following code: ...
3
votes
3answers
1k views

How might you clone a database table via Rails migration?

I want a migration to create a clone of an existing table by just suffixing the name, including all the indexes from the original table. So there's a "snapshots" table and I want to create ...
3
votes
3answers
524 views

Heap Dump Root Classes

We have production system going into infinite loop of full gc and memory drops form 8 gigs to like 1 MB in just 2 minutes. After taking heap dump it tells me there an is an array of java.lang.Object ...
3
votes
1answer
886 views

Disabling Local JMX Connections on JVM

We are writing a java program which keeps a password in memory. Unfortunately, the user can easily use jconsole or jmap to create a heap dump file and open it to find the password. I think jconsole ...

1 2 3 4 5 7