search for: setunhandledexceptionfilter

Displaying 9 results from an estimated 9 matches for "setunhandledexceptionfilter".

2001 Dec 11
1
VirtualProtect and app crash: exception handling?
...exception, until it hit the last exception at 0x757000, and then then program ran normally. Probably no coincidence, since the next writable segment starts at 0x759000. So apparently the program is designed to throw the exceptions. Just before the call to VirtualProtect: 0806d398:Call kernel32.SetUnhandledExceptionFilter(0075f447) ret=0075f0cb 0806d398:Ret kernel32.SetUnhandledExceptionFilter() retval=00000000 ret=0075f0cb This function is this: 0075F447 sub_75F447 proc near 0075F447 call sub_75F047 0075F44C xor eax, eax 0075F44E retn 4 0075F44E sub...
2014 Mar 21
1
PATCH for cpu.c
...e constraint can guarantee that one operand is in the same place as another. The mere fact that foo is the value of both operands is not enough to guarantee that they are in the same place in the generated assembler code." This fix makes "xorl %0,%0" unnecessary. 4) A comment about SetUnhandledExceptionFilter was added. 5) URL fixes: http://www.hick.org/~mmiller/msvc_inline_asm.html doesn't exist any more, http://www.codeproject.com/cpp/gccasm.asp now has different address. 6) "if (info->ia32.fxsr && info->ia32.sse)" was changed to "if (info->ia32.fxsr)" becaus...
2004 Sep 15
2
[LLVMdev] Files to lib/System/Win32
>From: Jeff Cohen <jeffc at jolt-lang.org> >Date: Wed, 15 Sep 2004 10:35:36 -0700 > >What's a "compiling mesh?" What I meant, was that there are some implicit defines in mingw (like __GCC) and vcX (like _MVC) but possibly also other unsupported? internal structures. As I stated earlier mingw should be win32 api compliant, but not for complicating matters. But
2004 Sep 15
0
[LLVMdev] Files to lib/System/Win32
...mingw should be win32 api compliant, but not > for complicating matters. But as stated earlier we should also use a true MS > VC compiler as true reference. The stack tracing code requires the header files dbghelp.h and psapi.h. The SEH stuff is declared in windows.h; if your version has SetUnhandledExceptionFilter and SetErrorMode you should be OK.
2008 Sep 10
2
App ask for admin privilege
i've tried one app that install nicely but told me " you have to use an admin account to run this app for the first time" Is there a way to fix this ?
2001 Jul 11
1
Porting MS Structured Exception Handling to Linux.
Hello all, I am trying to port some more code from windows 2000 to linux. The specific functionality I would like to port is called "Structured Exception Handling" and it works like so: 1. Define a function which based upons a signal throws an exceptoion. For example: void translateException(unsigned int u, EXCEPTION_POINTERS* pExp) { switch (u) { case (unsigned
2007 May 23
5
debugging an app
I'm trying to debug a program that page faults on me, and I'm actually quite keen to have a go at fixing it myself. Unfortunately, I seem to have fallen at the first hurdle: I can't make good use of the debug messages. Background: The program I am attempting to run is TrackLogs ( http://www.tracklogs.co.uk ). Installation went fine and on first run I got the licence key dialogue,
2015 Jan 23
0
Wine release 1.7.35
...tests for class AtlAxWin100 and AtlAxWinLic100. atl100/tests: Added tests for AtlAxAttachControl. atl: Don't conflict GWLP_USERDATA with user applications. ntdll: Fixed buffer size checking for ProcessWow64Information on 64bit in NtQueryInformationProcess. kernel32: Make SetUnhandledExceptionFilter hotpatchable. ntdll: Make RtlAddVectoredExceptionHandler hotpatchable. ole32: Make CoUninitialize and OleUninitialize hotpatchable. kernel32: Fixed buffer size on 64bit in IsWow64Process. atl: Improved content type handling of AtlAxCreateControlEx. atl100/tests: Added...
2013 Apr 26
0
Wine release 1.5.29
...32878 Classic Shell/Classic Start Menu crashes on startup due to unimplemented function shell32.dll.SHGetStockIconInfo 33004 Easy-PC V16 crashes in pcb editor 33055 Fishdom 2 crashes during the initial loading stage 33226 Multiple applications ported to WinRT/ARM require msvcr110.dll.__crtSetUnhandledExceptionFilter (MirandaIM, FinalBurn, ...) 33255 IRCXPro crashes after a few seconds 33337 Wine crashing when execute distutils installer 33359 WinRT/ARM port of Audacity crashes in dll entry point due to incorrect thumb2 mode MOVW/MOVT relocation type processing 33366 pywin32-218.win32-py2.7.exe cann...