Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
31 questions
Filter by
Sorted by
Tagged with
-2votes
0answers
73views

I have just been looking at vmmap. It works nicely with dynamically linked executables using mmap.However, for a statically linked executable I get nothing of any use. Even the load address is ...
Paul Floyd's user avatar
1vote
0answers
48views

In order to verify that the Committed Size may be smaller than the Working Set, I did an experiment:First, a dll project, the size after compilation is about 60M, then rename this dll into 5 ...
0votes
0answers
2kviews

I'm encountering crashes of type EXC_BREAKPOINT (SIGTRAP) Termination Reason: SIGNAL 5 Trace/BPT trap: 5 on iOS 17.In the iOS app I'm developing, I've noticed that since upgrading to iOS 17 (Xcode 15....
3votes
1answer
151views

Managed Heap tab is not populatedThe VMMap utility does not show the memory details of the Managed heap. Have tried to run it on both Windows 10 and Windows Server 2012R2. Any inputs on how to make ...
Mithun Murthy's user avatar
1vote
1answer
460views

I'm trying to debug a memory exhaustion issue for my native Win32 CPP app, so far i have found that on some machine when launched, app the memory usage is very high from the beginning and VMMap is ...
0votes
1answer
178views

I have an application, I am afraid that there is a memory leak.Investigating it with VMMAP I see that most of allocation are reserved memory. It should not influence on performance....?Still the ...
YAKOVM's user avatar
  • 10.3k
0votes
0answers
152views

I run the same application on Windows 10 and Windows 7 (both 64-bit) and used Process Explorer to monitor the Virtual Size. I noticed that the Virtual Size of the application running on Windows 10 is ...
0votes
1answer
705views

I have a process (it is a windows service). It throws bad_alloc exception and stops. Later it is being started by another monitoring tool. I want to see the memory related details specific to that ...
1vote
0answers
229views

I have a memgraph file for my project which is exported from Xcode. Trying to analyze which framework using more memory. I was able to see which framework using __DATA.But unable to check which ...
ejejes's user avatar
0votes
1answer
1kviews

I need to get info about process memory mapping state to find Memory Mapping Segment, Heap and Stack fragments. On the Linux, command /proc/<PID>/maps show info about process memory mapping ...
Roman's user avatar
3votes
1answer
342views

My ASP.NET Core 2.2 web-application, running on .NET Framework 4.7.2, uses over 220MB+ after startup at idle.220MB is high - because it runs in a small Azure App Service Plan, I wanted to see what ...
Dai's user avatar
  • 158k
6votes
1answer
642views

I understand the Heap Allocations button should allow me to see call stacks, but the button is always disabled (grayed out) no matter what I try. (I used the "Launch and Trace New Process" feature to ...
user3928249's user avatar
2votes
0answers
482views

I'm using VMMap to view the address space of a process. In the left corner is the address. I attempted to copy the address and read it from the process.Here's an example:I attempted to see if I ...
BugHunterUK's user avatar
1vote
0answers
147views

OS: Windows 7 EmbeddedRAM: 1 GBPaging File Size: 500 MBRemaining Disk Space: ~1 GB.NET: 2.0I am working on a .NET 2.0 Winforms application written in C# that is running on Windows 7 Embedded,...
2votes
1answer
448views

I have a simple program:#include <iostream>int main() { std::cout << "Starting" << std::endl; while (1) { } return 0;}I compile and run it:clang -o test test....
Steve Broberg's user avatar

153050per page
1
23

Hot Network Questions

more hot questions
Newest vmmap questions feed

[8]ページ先頭

©2009-2025 Movatter.jp