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

3
votes
0answers
595 views

Anti debugging - Preventing memory dumps

I am trying to implement some basic anti debugging functionality in my application. One area that I wanted to focus on in particular, is attempting to prevent people from easily taking a usable memory ...
2
votes
0answers
150 views

Can SCOM monitor for a SQL server stack dump?

This is my first forray into the world of stackoverflow, so hopefully I provide you with enough information here. I'm an intern at my company and the boss has assigned me the task of investigating ...
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 ...
1
vote
0answers
165 views

How are logs ordered by the dumpio (mod_dumpio) module in apache? (Logs identifiers)

Guess that Apache received two POST requests at a same time. They would be normally logged by the dumpio module in the correct order like below. Where you can see that log 3 belongs to POST logged in ...
1
vote
0answers
78 views

Running Salome script without graphics

I exported a script from Salome (dump), and I want to run it in python (I'm doing some geometric operation and I don't need any graphics). So I removed all the graphic command, but when I try to ...
1
vote
0answers
151 views

something wrong about jffs2dump change a JFFS2 file system to a little-endian file

i have a JFFS2 file system ,it's a big-endian. my computer: x86 Linux,little-endian. i used jffs2dump to changed my JFFS2 file to a little-endian. eg: (# jffs2dump -c -v -b -e B070.jffs2 B070.w). ...
1
vote
0answers
629 views

Couchbase (ex. membase) solution to dump all keys in a bucket

I was googling around and found various python + tap solutions that should enable me to dump all keys from a bucket but none of them worked for me. I have a bucket at port 11230 and I need to get a ...
1
vote
0answers
330 views

how to analyze jvm crash dump with .pdb file and .dll

I encountered java crash dump from running java process that using jni native library. I have a dll and a pdb file of native library emitting crash dump. but i don't get exact section where cause ...
1
vote
0answers
110 views

iOS: Dumping debug data file from device to OSX

I am doing a lot of DSP work on iOS So frequently I need to dump a file of raw floats, and pick it up in something like Audacity, to look at the waveform. Even working on the simulator, this is a ...
1
vote
0answers
155 views

synopsys tetramax strange error in parcing vectors from VCD

I am a Tetramax Newby and i am trying to get a mesure of fault coverage loading functional test vector generated by modelsim. I generate the modelsim test vector following this procedure: vsim ...
1
vote
0answers
829 views

High CPU usage on a .NET application

I am facing a weird issue, our in house built .NET application is running a 50% CPU load and doesn't seem to function right. The application uses WatiN to invoke several actions that perform web app ...
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 ...
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 ...
0
votes
0answers
32 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
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 ...
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
0answers
70 views

IE 8 crashes when using JAWS 12

I need some help analysing a dump file. When i navigate our application using IE8 and JAWS12 it, it causes IE8 to crash. So i am not able to debug it, or use the profiler. I obtained the dump by ...
0
votes
0answers
23 views

sqlite dump only producing three lines

After attaching .sqlite file as db1 through sqlite3 and viewing the table contents, I try a .dump db1 and also a .dump [tablenamehere] and .dump db1.[tablenamehere].. I am only getting the following ...
0
votes
0answers
68 views

JVM Thread Dump Analysis Tools for Java 7

I create thread dumps for my Glassfish 3.1.2 JVM with either jstack or asadmin. I try to load them into analysis tools like samurai (http://yusuke.homeip.net/samurai/en/index.html), or tda ...
0
votes
0answers
38 views

Mysqldump keeps having an uknown variable error

My dump code: C:\Program Files\MySQL\MySQL Server 5.6\bin> mysqldump -uroot -p marketingfunctions --single-transaction=TRUE > C:\20130404.sql The error: mysqldump: unknown variable ...
0
votes
0answers
23 views

Mysql issue while importing database through dump file

I have two views in database 1. sballdelyears 2. shipscheduled first one depends on second i.e. sballdelyears uses shipscheduled view in structure. It works fine. But there is issue when I ...
0
votes
0answers
42 views

Debugging COW (copy on write) memory after fork: Is it possible to dump **only the private anonymous memory** of a process?

Debugging COW (copy on write) memory after fork Question Is it possible to dump only the private anonymous memory of a process? Background I have a process where it reads and it initializes a ...
0
votes
0answers
98 views

RTMPdump Veetle to flowplayer

does anyone know how i get only the RTMP url? Example: When i open the link below? http://veetle.com/index.php/channel/ajaxStreamLocation/512d2f72a2cc7/flash i get this information: { ...
0
votes
0answers
33 views

Dumping in-memory database to disk

I have created in-memory database(key-value pair) of my own. What is the efficient way to dump that to disk as a backup. I am also doing periodic writes to in-memory database. and i need to provide ...
0
votes
0answers
37 views

Dump callstack of a program

I have a program which I want to dump its callstack to a file. Something like: 20:32:12 - program.exe!_main() 20:32:12 - program.exe!_function2() 20:32:13 - program.exe!_main() ... Is there a ...
0
votes
0answers
33 views

How can i make a svn dump which is corrupted?

I have a huge svn repository that i want to dump (in order to extract a directory whith svndumpfilter). But when i run this command : prompt# svnadmin dump svn_data/ciweb2g/repositories/ > ...
0
votes
0answers
76 views

How to avoid packet drops in Wireshark Dump?

I am using wiresharks Dumpcap.exe to capture the packets. I have high network packet flow. dumpcap.exe -b duration:3 -B 500 -f "(tcp || udp)" -i 1 -P -s 0 -w e:\Packets\h Above one is the ...
0
votes
0answers
36 views

Error in GetLastError while taking dump in Debug Diag Tool

We are facing an issue on our Live Servers while generating dump using ddug Diag. The Error that we face is as follows: Our Configuration is Windows Server 2008 R2 Standard Edition. Also, we ...
0
votes
0answers
16 views

was able get get API - now, need to display array in html tables

I was able to finally display an API using $json_output = json_decode when I uplaoded the file it displayed an array ( at least thats what it looks like): stdClass Object( [ProfileSections] => ...
0
votes
0answers
64 views

How to sync 2 mysql databases DATA

I've got an app working with MySQL. Data of an account in this application got corrupted so I need to restore a backup of a few days ago. On top of this I need to "recreate" data modifications that ...
0
votes
0answers
33 views

Dump local SVN history

I had a network SVN repository (on hosted server) but it's not accesible anymore. Is there a way (command line, software, ...) to dump my local history to a new online repository. For information I ...
0
votes
0answers
95 views

Can't dump meminfo error: Android 4.2.1

I got a strange error with my ACRA error reporting system which I cannot figure out what is causing this. I searched on the internet and there is very little to find out about this issue at first ...
0
votes
0answers
66 views

wiki dump encoding

I'm using WikiPrep to process the latest wiki dump enwiki-20121101-pages-articles.xml.bz2. Instead of "use Parse::MediaWikiDump;" I replaced that by "use MediaWiki::DumpFile::Compat;" and did the ...
0
votes
0answers
16 views

Plan Cache - why did it dump after shrinking a transaction log

Last night we shrink the transaction log file on our primary databse to reduce the number of VLF file (some 13684). After we shrink the transaction log we notice that the plan cache was dump. Why did ...
0
votes
0answers
40 views

Downloading files from a website in bulk

I am trying to make an ios app that allows students to view all past exampapers and marking schemes for the leaving cert. All papers are in .pdf format and available like so from the [state ...
0
votes
0answers
90 views

export list of every filename, date created/modified and size into text file

I want to get a list of every file on my Mac OSX through the terminal. I'm sure there is a way to do it but I just don't know how. I tried something like: sudo ls -lpR | grep -v / > output2.dat ...
0
votes
0answers
198 views

Kernel dump of user process

I'm developing a dll that hooks some apis but in some cases the hooked process hangs when exiting. The callstack is the following: 0012e894 77d968d4 77dae0fc 00000000 00000000 ...
0
votes
0answers
126 views

dump conf from running nginx process

Is it possible to get which conf the nginx is using only from a running nginx process? To get the conf file path. sometimes ps aux reveal it, sometimes it doesn't. It might be just something like ...
0
votes
0answers
29 views

Is there a way to mount dd dump over http?

I have huge hdd dump (~1.5Tb) of half-dead hdd from RAID-1 makes by dd, which located in Hetzner datacenter. I have server in this datacenter, but it have not enough free space to download image. How ...
0
votes
0answers
103 views

SAS stored process result-set dump

The task I try to accomplish is exporting the result-set calculated by a remote SAS machine via any tool to a CSV/XLSX file. The result-set I'm talking about is at the size of 500K rows and 100MB ...
0
votes
0answers
266 views

Importing wikipedia-dump to SQL-base

I have a problem with MySQL. I wanted to import a dump of Wikipedia in my MediaWiki (Local Server "Denwer"). First, I'm using MWdumper.jar for convert XML-dump to SQL-file. (for test I'am used ...
0
votes
0answers
171 views

Create Oracle sql dump (with CLOBs)

I need to dump my Oracle database as sql file. The problem is that some tables contain a CLOB column and so the sql export function fail. Is there any way to get the dump as sql file if possible with ...
0
votes
0answers
66 views

Meaning of partial redundancy elimination pass dump from GCC?

I just compiled the following program: int foo(int x, int z) { int sum = 0; do { sum = sum + 1/x; } while(sum < z); return sum; } and I got the following dump from the ...
0
votes
0answers
89 views

windows XP memory dump information

I am new to masm assembly language, I realized that I don't know how to read debug.exe memory dump info... because I don't really know how to properly express this question in English, so I add my ...
0
votes
0answers
79 views

How to get a header dump on C libraries similar to the known class-dump on Objective-C libraries?

As you probably know, in order to dump the header files from Objective-C libraries, we use class-dump / class-dump-z tool. Is there a similar tool for dumping C libraries? My goal is the header files ...
0
votes
0answers
593 views

How to analyse a AIX Java thread dump?

I have generated a java thread dump on a AIX 5.3.11.0 OS. Now I want to analyse it but it dosn't work. I tried with Samourail, TDA, TDV, JCA but without success. I know that the thread dump format on ...
0
votes
0answers
49 views

Easiest way to get a crash dump from a customer?

My application is crashing on a customer's machine. I'd like to get him to send me a crash dump. What is the simplest, least-painful way I can ask him to do this for me? Command line utils, for ...
0
votes
0answers
278 views

mysql: dump structure+data and only structure in one dump

With MySQL, I use these commands to dump all db, only the tables structure or only the data. mysqldump -h localhost -u username -ppwd mydb > dump_all.sql mysqldump --no-create-db ...
0
votes
0answers
275 views

How do I split the output from sqlite dump into smaller files?

I created a dump of my sqlite database and it generated a sql file of size 21 GB. I tried to create a new database file using this sql file but it is too large. Is there any way I could split the sql ...
0
votes
0answers
91 views

Crash Dump completion notification

I am forcibly crashing the process and trying to analyze the crash dump. I am facing the race condition between crash the process and crash dump generation (flush). If the crash dump is too big then ...

1 2 3