0
votes
2answers
11 views
How to create dmp file of Oracle database?
I have database reside in my Oracle 10g, I need to carry it to another PC. What should i do to import and export it to another pc?
0
votes
2answers
58 views
Debugging Crash Dumps in VS2010
After watching the latest hanselminutes on 9 video, I went to our dev environment and grabbed a dump of a few different services.
After opening the dump file I noticed that some w …
0
votes
3answers
29 views
How can I take a dump file for Winforms application
Hi,
I have a C# application which is crashing for unknown reason.
For understanding the issue, i want to take a dump file for it.
How can i do it?
many thanks,
Oz.
1
vote
3answers
60 views
How can I extract DLL file from memory dump?
I have a memory dump (unmanaged process) .
How can I extract (using windbg) one of the dlls loaded into the process ? I mean actually saving the dll file into the disk
7
votes
8answers
9k 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 …
-1
votes
4answers
148 views
Memory Error in C++
Hi Guys,
I have a high memory requirement in my code and this statement is repeated a lot of times:
Node** x;
x = new Node*[11];
It fails at this allocation. I figured out this …
0
votes
1answer
250 views
Retain Windows Error Reporting Dumps from Hung Application
An application is hanging occasionally, and I would like to see the dump at the time to figure it out. I had written an application that the user can run to automatically create a …
0
votes
1answer
50 views
cdb and windbg unable to load MiniDumps, but VS 2008 loads them fine
I am trying to build some automated crash dump analysis, but I cannot get cdb or windbg to load my crash dumps. They load just fine in VS 2008.
When I run dumpchk.exe on the file, …
0
votes
1answer
34 views
In JSP, is there a way to see all available variables in the specific scope like in PHP?
Or better yet how do I dump all the variables in a given scope in jsp?
(In php you can use a function call to see all the system, global and user-defined vars and functions availa …
3
votes
3answers
274 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) usi …
0
votes
1answer
22 views
Cannot dump stackoverflow XMl file into SQL server 2008
Cannot dump stackoverflow XMl file into SQL server 2008.
Could you please explain in step-by-step.
0
votes
2answers
157 views
How to generate the Symbols file of a PowerBuilder program for dump analysis?
How to generate the Symbols file of a PowerBuilder program for dump analysis?
0
votes
7answers
2k 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.
Somet …
0
votes
2answers
60 views
how to dump mysql table relations in PHP
Hi all;
I searched a lot but could not find a way to dump table relations like one-to-one, one-to-many vs in PHP.
Is there a way to handle this issue in PHP?
A result might be:
…
-1
votes
7answers
152 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?
