-
It seems changing the value of registers (at least when analyzing a crash dump) is not possible. Attempting to change a register with the ``r`` command or in an extension with the ``IDebugRegisters::S…
-
When viewing details of a crash in a stack frame, the SourceLine is shown in hex. Do we have a decimal option to display this ?
-
Currently we support X64 and X86 Windows hosted Debugging Services Binaries for debugging Linux core dumps. This means that an x86/x64 Visual Studio or Windbg debugger (running on Windows) is needed …
-
## sum.proxy reported this on 2014-06-25T13:48:23Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=12990
### CC List
* aldacron
* bugzilla (WalterBright)
* dlang-bugzilla (CyberShadow)…
-
Often when we see a crash in a video driver the vendor will ask for will ask for a minidump so they can diagnose the problem. However, we can't release the minidumps that we collect to the vendor with…
-
Hi OpenSSL team,
Currently, i am building openssl 1.1.1g, 32 bit, with Visual Studio 2005, the steps are as below:
perl -e "open(IN,'Configurations/10-main.conf');while(){s|/WX|/W1|;print…
-
Any thoughts on post mortem support? It's possible to generate a core dump of a V8 Node process and inspect both javascript and native objects. This is useful for many classes of problems. In particul…
-
Lots of developers out there use WinDBG only occasionally and don't build the muscle memory to remember all the commands and tools that they need (and rely on lots of google browsing to find out how t…
-
**Describe the bug**
When using a deferred viewport on Windows with 0.28 or later, I see access violations when you use the window close button.
This replicates with the multiple viewports examp…
-
```
What steps will reproduce the problem?
1. Create a table that contains "unknown" type
For ex:
create table foobar as select 'a string' as astring, null as anull;
2.IN Rgui, launch the following s…