Displaying 4 results from an estimated 4 matches for "_set_abort_behavior".
2015 Jan 27
2
[LLVMdev] build failure on mingw gcc 4.9.1
...32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd .
lib/libLLVMSupportD.a(Signals.cpp.obj): In function `llvm::sys::PrintStackTraceOnErrorSignal()':
D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined reference to `__imp__set_abort_behavior'
D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:286: undefined reference to `__imp__set_abort_behavior'
collect2.exe: error: ld returned 1 exit status
So, _set_abort_behavior is not found. This should be solvable by specifying a newer MSVCRT version (see http://sourceforge.net...
2012 Jun 05
0
[LLVMdev] CrashRecoveryContext on Windows
...User, const std::string &Reason) {
std::cerr << "Caught LLVM ERROR: " << Reason << "\n";
abort(); // Chains to win_abort_handler on Windows
}
int main() {
install_fatal_error_handler(handle_llvm_crash, NULL);
signal(SIGABRT, win_abort_handler);
_set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT);
llvm_start_multithreaded();
ContextRecoveryContext::Enable();
// "safe" calls with RunSafely()
ContextRecoveryContext::Disable();
return 0;
}
Do you think it is a good idea to fold the abort signal handler and
signal/_set_abort_hand...
2015 Jan 27
3
[LLVMdev] build failure on mingw gcc 4.9.1
...2 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd .
>
> lib/libLLVMSupportD.a(Signals.cpp.obj): In function
> `llvm::sys::PrintStackTraceOnErrorSignal()':
>
>
>
> D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined
> reference to `__imp__set_abort_behavior'
>
>
>
> D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:286: undefined
> reference to `__imp__set_abort_behavior'
>
>
>
> collect2.exe: error: ld returned 1 exit status
>
>
>
> So, _set_abort_behavior is not found. This should be solvable by...
2011 Jan 21
0
Wine release 1.3.12
...Anno1404
22314 Sims 3: error window is completely blank
23073 Printing specific range of pages instead of all pages fails
23135 Mass Effect 2 hangs/crashes after Shepard is reanimated
23223 Cyberboard Player: unwind menu disappear when clicked
23394 unimplemented function msvcr80.dll._set_abort_behavior (affects Windows Live Mail, Sims 3)
23708 winemenubuilder:SaveIconResAsPNG unsupported bpp 21060, please report
23975 mcicda wants to open the nth cdrom in the system
24212 Morrowind Script Extender (MWSE) fails silently
24306 kernel/console: no more EOF handling.
24400 Sims 3 crashe...