active questions tagged memory-dump - Stack Overflowmost recent 30 from stackoverflow.com2009-12-11T21:36:34Zhttp://stackoverflow.com/feeds/tag/memory-dumphttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1837770/access-running-jvm-raw-memory0access running JVM raw memoryRick2009-12-03T05:04:00Z2009-12-04T03:02:10Z
<p>Forgive me if this is an ignorant question, I'm not exactly an expert programmer just curious. Is it possible to read the working memory, say for an instance of a class, from inside a running program? </p>
<p>I know you can do something like <code>println(theInstance.getClass());</code> and it will give you the memory address of the instance (I'm assuming thats what it is). I'm wondering if can do something like <code>byte[]memory = theInstance.getClass().getMemory(); println(toString(memory));</code> I know thats all made up but just to illustrate.</p>
http://stackoverflow.com/questions/1641404/help-the-custom-error-module-does-not-recognize-this-error0HELP! "The custom error module does not recognize this error."RTK2009-10-29T03:06:11Z2009-10-29T03:06:11Z
<p>(Please consider this a courtesy more so than a question, but still, please add your advice!)</p>
<p>If you hit "<strong>The custom error module does not recognize this error</strong>" in Outlook Web Access, and you're in Firefox; then your session probably just timed out! You just wrote a big email!!! If you go BACK, all form fields will be BLANK! AHHHH!!!</p>
<p>Instead of trying to dump postdata, use wireshark on https, or anything else ridiculous: <strong>Open a new tab or window in Firefox, and in that new tab/window go and re-login to your OWA site. Go back to the failed to submit tab/window, and right click in the message body area -> This Frame... -> Reload this frame -> Resubmit form! Your email will successfully send.</strong></p>
<p>If this trick doesn't suit you, then I suggest reviewing Lazarus(Firefox addon); remembering to use a text editor and save your email letter; or at the very least skimp by and "Ctrl+C" copy the message body before you submit it. Hopefully this helps anyone looking in Google results wondering how to get their message back.</p>
<p><strong>Now, my 'formal' question to stackoverflow is: what else can you do in this same situation?</strong> <em>Precious form data is in memory, the https web application[or at least the session] you were working with is now gone, and plenty of your unsaved work hangs in the balance.</em></p>
<p>Assuming this is on win32, <em>what can you do to get it back?</em></p>
<p>e.g. Can you memory dump somehow? Configure a proxy and print the stream? Can Firefox's session data be accessed without closing or restarting the process? Give some ideas please?</p>
http://stackoverflow.com/questions/1572047/memory-leak-in-transition-from-php-4-to-5-any-hints0Memory leak in transition from PHP 4 to 5 - any hints?Pekka2009-10-15T12:25:49Z2009-10-15T13:22:19Z
<p>I am porting a large web application to a shared web hosting environment.
The app was written in PHP 4. The new environment has PHP 5.2. </p>
<p>For some reason, the application is leaking tremendous amounts of memory when running in PHP 5.2. I can literally watch memory usage going through the roof using memory_get_usage(), until it reaches the limit of 64 MB (which is very generous in a shared environment, the site used to run with 12 or 16 MB on PHP 4).</p>
<p>I suspect that this is a side-effect of something that has changed in PHP 5, most likely the handling of object references in arguments. However, the search for the particular behaviour(s) that cause(s) the leak is extremely difficult as the application is very complex, and partly not very well written (yes, it is mine). </p>
<p>As the app is installed on a shared webspace, I can not use the classical debugging facilities (as far as I know). I would very, very much like to avoid recreating the environment locally, as I am working on the project literally all day for some time. </p>
<p>So my questions are:</p>
<ul>
<li><p>Does anybody know typical PHP4 => 5 transition pitfalls, especially when dealing with large amounts of objects, that might be the cause for my leak(s)</p></li>
<li><p>Does anybody know some kind of debugger-independent, script-only "graphical scope dump" tool for the variables used by PHP that might help me find out which variables are eating up these enormous amounts of memory?</p></li>
</ul>
<p>Thanks in advance.
Pekka</p>
http://stackoverflow.com/questions/165699/how-do-i-specify-the-source-code-directory-in-vs-when-looking-at-the-call-stack-o3how do I specify the source code directory in VS when looking at the call stack of a memory dump?Brian R. Bondy2008-10-03T04:35:21Z2009-08-12T09:16:05Z
<p>I am analyzing a .dmp file that was created and I have a call stack which gives me a lot of info. But I'd like to double click on the call stack and have it bring me to the source code. </p>
<p>I can right click on the call stack and select symbol settings.. where I can put the location to the PDB. But there is no option for the source code directory.</p>
http://stackoverflow.com/questions/1237988/how-to-analyze-dump-file-from-delphi-dll5How to analyze dump file from delphi dll ?YAnn2009-08-06T09:58:53Z2009-08-06T18:04:14Z
<p>Hi all,</p>
<p>I'm an escalation engineer on a product which use both c# and delphi 2006 code.</p>
<p>In most cases c# issues are debugged with windbg and delphi 2006 issues with eurekalog.</p>
<p>But when the issue is a delphi memory usage, eurekalog don't give enough information to fix the issue and the only thing i have to debug it is a full memory dump file.</p>
<p>I cannot (or i don't know how to) load symbol file in windbg because it is a .map file and not a .pdb file.</p>
<p>So my questions are:</p>
<p>-Does anyone know how to load symbol from .map file in windbg? (Converting .map to .pdb or other)</p>
<p>-Does anyone know a tool to analyze dump file for delphi application?</p>
<p>Thanks,</p>
<p>Yann</p>
<p>ps: As you can see in my post i'm not an english native speaker. If something is not clear don't hesitate to ask me clarification.</p>
http://stackoverflow.com/questions/1133816/dump-analysis-with-source-using-visual-studio-2008-express0Dump Analysis with Source, using Visual Studio 2008 Express?donmarco2009-07-15T20:28:52Z2009-07-15T20:32:11Z
<p>Is there any way to analyze app-crash minidumps (e.g. created by SetUnhandledExceptionFilter, or minidumpwritedump()) with source, using Visual Studio 2008 Express? </p>
<p>I generally do this at work using "real" versions of VS, but when trying to get it to work on my personal projects (using VS 2008 Express) it tells me "There is no source code available for the current location." and refuses to give me anything other than a disassembly window. Symbols for the app in question are loaded by the debugger, the "Debug Source Files" property page includes a pointer to the directory in which my source-code lives, but no dice.</p>
<p>Is it even possible to do this via the Express edition of VS 2008? If so, does anyone have any advice as to what else I could try to get this working?</p>
http://stackoverflow.com/questions/90940/how-can-i-report-to-users-what-is-consuming-the-process-address-space-of-a-window2How can I report to users what is consuming the process address space of a windows application while they're running it?hatcat2008-09-18T08:26:37Z2009-06-21T22:04:18Z
<p>I'm writing the memory manager for an application, as part of a team of twenty-odd coders. We're running out of memory quota and we need to be able to see what's going on, since we only appear to be using about 700Mb. I need to be able to report where it's all going - fragmentation etc. Any ideas?</p>
http://stackoverflow.com/questions/900921/is-creating-a-memory-dump-at-customer-environment-good2Is creating a memory dump at customer environment good ?eeykay2009-05-23T05:26:56Z2009-05-26T23:06:01Z
<p>I am facing a severe problem with my program, which gets reproduced only in the customer place. Putting logs, are not helping as I doubt the failure is happening in a third party dll. For some reasons, I couldn't get help from the library provider. I am thinking of producing a dump at the point of failure, so that to analyze it offline. Is this a recommended practice? Or any alternatives?</p>
http://stackoverflow.com/questions/878379/net-memory-dump-eeheap-gc-where-do-the-gc-generations-start-and-end1.Net Memory Dump: !eeheap -gc: where do the GC generations start and end?Keith2009-05-18T15:43:00Z2009-05-18T15:48:03Z
<p>I think I'm missing some fundamentals here so hopefully this post can clarify this.</p>
<p>I've taken a dump and am looking at the managed heap and am interested in looking specifically at what objects are within each heap. Here is the output from the debugger:</p>
<pre><code>0:000> !eeheap -gc
Number of GC Heaps: 1
generation 0 starts at 0x3cca447c
generation 1 starts at 0x3cc9d8a0
generation 2 starts at 0x01651000
ephemeral segment allocation context: none
segment begin allocated size
01650000 01651000 0264fcc8 0x00ffecc8(16772296)
139a0000 139a1000 1499e5b0 0x00ffd5b0(16766384)
18ca0000 18ca1000 19c98a58 0x00ff7a58(16743000)
25ad0000 25ad1000 26acd454 0x00ffc454(16761940)
23ad0000 23ad1000 24acd2a0 0x00ffc2a0(16761504)
27ad0000 27ad1000 28acc724 0x00ffb724(16758564)
29ad0000 29ad1000 2aacf1e8 0x00ffe1e8(16769512)
1dca0000 1dca1000 1ec9ff50 0x00ffef50(16772944)
26ad0000 26ad1000 27acf8f8 0x00ffe8f8(16771320)
1bca0000 1bca1000 1cc9f680 0x00ffe680(16770688)
30790000 30791000 3178fe0c 0x00ffee0c(16772620)
2f790000 2f791000 3078ff74 0x00ffef74(16772980)
31790000 31791000 3278eef4 0x00ffdef4(16768756)
24ad0000 24ad1000 25acf6b4 0x00ffe6b4(16770740)
1cca0000 1cca1000 1dc78438 0x00fd7438(16610360)
2bad0000 2bad1000 2cace4fc 0x00ffd4fc(16766204)
28ad0000 28ad1000 29aca8d8 0x00ff98d8(16750808)
34790000 34791000 3578aa1c 0x00ff9a1c(16751132)
2aad0000 2aad1000 2baaa004 0x00fd9004(16617476)
32790000 32791000 337385fc 0x00fa75fc(16414204)
35790000 35791000 36779394 0x00fe8394(16679828)
149a0000 149a1000 1599f9f0 0x00ffe9f0(16771568)
42550000 42551000 435493e8 0x00ff83e8(16745448)
3f370000 3f371000 4036e108 0x00ffd108(16765192)
33790000 33791000 346e6328 0x00f55328(16077608)
43550000 43551000 4452fcf8 0x00fdecf8(16641272)
3b5d0000 3b5d1000 3c3b78e4 0x00de68e4(14575844)
3c5d0000 3c5d1000 3ce92284 0x008c1284(9179780)
Large object heap starts at 0x02651000
segment begin allocated size
02650000 02651000 033a4440 0x00d53440(13972544)
11040000 11041000 11b4c5b0 0x00b0b5b0(11580848)
12040000 12041000 12701580 0x006c0580(7079296)
1eca0000 1eca1000 1fb613e0 0x00ec03e0(15467488)
19ca0000 19ca1000 19eb0528 0x0020f528(2159912)
1aca0000 1aca1000 1b0e3840 0x00442840(4466752)
202d0000 202d1000 2335be68 0x0308ae68(50900584)
Total Size 0x21997e04(563707396)
------------------------------
GC Heap Size 0x21997e04(563707396)
</code></pre>
<p>I expect that I can take the start address of the GC generations and then look at the segments that start from that address all the way up to the next generation. I believe the heap is compacted thus expect to find generation 2 at the first segment, and this looks to be the case:</p>
<pre><code>01650000 01651000 0264fcc8 0x00ffecc8(16772296)
</code></pre>
<p>However I'm not able to determine where this ends as I can't find where generation 1 starts at <strong>0x3cc9d8a0</strong>. </p>
<p>I think there are some fundamentals of the above addressing that I'm missing here.</p>
<p>Any suggestions?</p>
http://stackoverflow.com/questions/873046/visual-studio-2008-pro-does-not-open-dmp-files-what-could-be-wrong0Visual Studio 2008 Pro does not open DMP files. What could be wrong?Rinat Abdullin2009-05-16T18:52:42Z2009-05-16T19:52:02Z
<p>Microsoft documentation on Visual Studio states, that in order to open dump file, you need to do "File -> Open -> Project" routine.</p>
<p>However, for some reason, in my case VS 2008 does not see dump files - there is no Dump files (.dmp; .mdmp) option in the files filter. Dmp extension is not associated with VS 2008 either.</p>
<p>What could be wrong?</p>
<p>OS: Windows 7 64bit
VS 2008 SP1 Professional.
Dump has been created in 64bit machine.</p>
<p>PS: I've googled all web, but was not able to find a lot on the problem. Apparently, not many people encounter it.</p>
http://stackoverflow.com/questions/48148/tool-for-analyzing-net-app-memory-dumps11Tool for analyzing .Net app memory dumpsGulzar2008-09-07T04:39:17Z2009-01-31T21:11:00Z
<p>Can somebody suggest a good <strong>free</strong> tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?</p>
http://stackoverflow.com/questions/61402/c-exception-code-lookup1C++ Exception code lookupBrian R. Bondy2008-09-14T15:21:34Z2008-09-15T14:29:17Z
<p>Knowing an exception code, is there a way to find out more about what the actual exception that was thrown means?</p>
<p>My exception in question:
0x64487347</p>
<p>Exception address: 0x1</p>
<p>The call stack shows no information.</p>
<p>I'm reviewing a .dmp of a crash and not actually debugging in Visual Studio.</p>
http://stackoverflow.com/questions/59313/user-initiated-kernel-dump-in-windows-xp5User Initiated Kernel dump in Windows XPGulzar2008-09-12T15:30:24Z2008-09-12T16:00:37Z
<p>I remember watching a webcast from Mark Russinovich showing the sequence of keyboard keys for a user initiated kernel dump. Can somebody refresh my memory on the exact order of the keys.</p>
<p>Please note this is for XP.</p>
http://stackoverflow.com/questions/27742/finding-the-crash-dump-files-for-a-c-app2Finding the crash dump files for a C# appMats Fredriksson2008-08-26T10:56:37Z2008-08-26T13:07:50Z
<p>An app I'm writing always crashes on a clients computer, but I don't get an exception description, or a stack trace. The only thing I get is a crash report that windows wants to send to Microsoft. I would like to get that dump file and investigate it myself, but I cannot find it.</p>
<p>When I "View the contents of the error report" I can see the different memory dumps, but I cannot copy it or save it.</p>
<p>Thanks,
Mats</p>