seh
Forcing a coredump via Wine ignoring SEH
I\'d like to force a coredump from a program (or see its memory at a specific time in some other way). There are a couple of problems though:[详细]
2023-01-13 06:53 分类:问答When Does Visual Studio 6 Catch Structured Exceptions?
This is mostly curiosity, but I\'ve been reading about the history of Visual Studio catching SEH exceptions in a C++ try-catch construct. I keep running across the assertion that older versions Visual[详细]
2023-01-09 06:53 分类:问答Windows Structured Exception Handling: simple test program will not compile
#include <windows.h> int main() { int* i = (int*)malloc(sizeof(int)); *i = 5; __try { 开发者_StackOverflow中文版free(i);[详细]
2023-01-03 13:22 分类:问答64bit exceptions in WndProc silently fail
The following code will give a hard fail when run under Windows 7 32bit: void CTestView::OnDraw(CDC* /*pDC*/)[详细]
2022-12-26 12:43 分类:问答jquery slide show - why does this code work?
I was in the middle of coding a slideshow in javascript using jquery, when I ran into something that was doing what my several lines of code was doing in a couple lines.[详细]
2022-12-17 01:00 分类:问答