search for: errorreport

Displaying 20 results from an estimated 23 matches for "errorreport".

Did you mean: error_report
2009 Aug 19
4
[LLVMdev] LLVM asserts
...er wrote: > > It's not about recovery, it's about message reporting. Right now > > the LLVM > > abort messages are formatted completely differently than aborts from > > other > > parts of our compiler. That's not friendly to users. > > This is what ErrorReporting.h is all about. But asserts and aborts don't go through that, right? What's needed is a way to get those assert and abort messages out to other compiler components so they have a chance to report them nicely to the user. Again, it's not a critical issue right now, just one I'v...
2009 Aug 19
2
[LLVMdev] LLVM asserts
On Wednesday 19 August 2009 16:43, Eli Friedman wrote: > > We're dealing with this, but it's not a particularly friendly way to > > operate.  Most compilers have some kind of error reporting mechanism > > and it would be helpful if LLVM provided a way to turn asserts and > > aborts into hooks that could be plugged into an existing infrastructure. > > >
2009 Aug 19
0
[LLVMdev] LLVM asserts
...ything we can do about >> it. > > It's not about recovery, it's about message reporting. Right now > the LLVM > abort messages are formatted completely differently than aborts from > other > parts of our compiler. That's not friendly to users. This is what ErrorReporting.h is all about. -Chris
2008 Jul 01
0
[LLVMdev] build on windows
...ot;E:\Downloads\LLVM\llvm-2.3\win32\\bin\Win32\Debug/llvm-dis.exe" /INCREMENTAL /NOLOGO /MANIFEST /MANIFESTFILE:"Win32\Debug\llvm-dis.exe.intermediate.manifest" /DEBUG /PDB:"E:\Downloads\LLVM\llvm-2.3\win32\\bin\Win32\Debug/llvm-dis.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 /ERRORREPORT:PROMPT kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\bin\win32\debug\support.lib" "..\bin\win32\debug\bitcode.lib" "..\bin\win32\debug\vmcore.lib" "..\bin\win32\...
2009 Aug 19
0
[LLVMdev] LLVM asserts
...It's not about recovery, it's about message reporting. Right now >>> the LLVM >>> abort messages are formatted completely differently than aborts from >>> other >>> parts of our compiler. That's not friendly to users. >> >> This is what ErrorReporting.h is all about. > > But asserts and aborts don't go through that, right? What's needed is > a way to get those assert and abort messages out to other compiler > components so they have a chance to report them nicely to the user. assert and abort should never happen, just li...
2012 Sep 09
0
Different behavior of the "showArgs" example (R extension manual) between gcc and Visual C++ compiled code
...gs: /I"C:\bin\R\R\include" /ZI /nologo /W3 /WX- /Od /Oy- /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /GS /fp:precise /Za /Zc:wchar_t /Zc:forScope /Fp"Debug\showArgs.pch" /Fa"Debug\" /Fo"Debug\" /Fd"Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:queue /OUT:"C:\XXXX\Debug\showArgs.dll" /NOLOGO /LIBPATH:"C:\bin\R\R\bin\i386" /DLL "Rdll.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" &qu...
2014 Oct 02
2
[LLVMdev] Header File Not Found?
...1" /D _WINDLL /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\x64\\" /Fd"Debug\x64\vc120.pdb" /Gd /TP /wd4068 /wd4200 /wd4244 /wd4267 /wd4305 /wd4309 /wd4311 /wd4800 /FIC:\[top-level-dir]\[source-dir]\\[prefix-header].h /errorReport:prompt -m64 -fmsc-version=1800 -ferror-limit=1000 -m64 -fmsc-version=1800 [source-file].cpp And here's the error: 1> In file included from [source-file].cpp:9: 1> In file included from C:\[top-level-dir]\[source-dir]/[source-file].h:12: 1>C:\[top-level-dir]\[source-dir]/[another-...
2009 Aug 19
2
[LLVMdev] LLVM asserts
...very, it's about message reporting. Right now >>>> the LLVM >>>> abort messages are formatted completely differently than aborts from >>>> other >>>> parts of our compiler. That's not friendly to users. >>> >>> This is what ErrorReporting.h is all about. >> >> But asserts and aborts don't go through that, right? What's needed is >> a way to get those assert and abort messages out to other compiler >> components so they have a chance to report them nicely to the user. > > assert and abort sho...
2015 Jun 09
2
[LLVMdev] msbuild and clang
....\PC /Zi /nologo /W3 /WX- /O2 /Ob1 /Oi /GL /D _WIN64 /D _M_X64 /D NDEBUG /D _WIN32 /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fo"C:\Python-2.7.10\PCbuild\x64-temp-Release\kill_python\\" /Fd"C:\Python-2.7.10\PCbuild\x64-temp-Release\kill_python\vc120.pdb" /Gd /TC /errorReport:queue /USECL:MS_OPTERON /GS- kill_python.c TRACKER : error TRK0002: Failed to execute command: "C:\Python-2.7.10\PCbuild\CL.exe @C:\Users\w\AppData\Local\Temp\tmp4af7576aa6b5441391fa4aea101d878d.rsp". The operation identifier is not valid. [C:\Python-2.7.10\PCbuild\kill_python.vcxproj] I...
2008 Jul 01
2
[LLVMdev] build on windows
Hi Argiris, It was for example the project TableGen, llvm-dis... I saw it under Properties/Linker/Command Line And the output is also: Linking... Starting pass 1 LINK : fatal error LNK1181: cannot open input file '..\configure\configure\configure.lib' Build log was saved at "file://d:\Studium\Diplom\Download\llvm-2.3\win32\TableGen\Win32\Release\Bui ldLog.htm" TableGen - 1
2020 Mar 27
3
Exceptions on Windows & MSVC
...separated projects, compiling them > with the same settings, with MSVC (v141) and Clang (9), then I compared the > output. The compiler settings for all those projects were: > > /permissive- /GS /GL /W3 /Gy /Zc:wchar_t /Gm- /Ox /Ob2 /sdl /Zc:inline > /fp:precise /D "_MBCS" /errorReport:prompt /GF- /WX- /Zc:forScope /Gd /Oy > /Oi /MD /FC /EHsc /nologo /Ot /diagnostics:classic > > > > The MSVC compiler only failed the following test: > > EH: > ihateeh.cxx > > > > Clang however failed multiple tests: > EH: > > ihateeh.cxx > > > &...
2019 Nov 11
4
Exceptions on Windows & MSVC
At Microsoft we open sourced some of our compiler tests for exception handling on github. https://github.com/microsoft/compiler-tests We are looking into what it would take to get these to work with clang-cl. I’m planning to share a design document on the mailing list soon. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...quot;_WINDOWS" /D "NDEBUG" /D "EBUG" /D "ASAN_HAS_EXCEPTIONS=1" > /D "ASAN_DYNAMIC=1" /D "INTERCEPTION_DYNAMIC_CRT" /D > "__func__=__FUNCTION__" /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /D > "_MBCS" /errorReport:prompt /WX- /Zc:forScope /GR- /Gd /Oy- /MD > /Fa"RelWithDebInfo/" /EHsc /nologo > /Fo"RTAsan_dynamic.i386.dir\RelWithDebInfo\" > /Fp"RTAsan_dynamic.i386.dir\RelWithDebInfo\RTAsan_dynamic.i386.pch" > > (Note how it uses /MD) > > So, basically, ninja...
2009 Aug 20
0
[LLVMdev] LLVM asserts
...eporting. Right now > >>>> the LLVM > >>>> abort messages are formatted completely differently than aborts from > >>>> other > >>>> parts of our compiler. That's not friendly to users. > >>> > >>> This is what ErrorReporting.h is all about. > >> > >> But asserts and aborts don't go through that, right? What's needed is > >> a way to get those assert and abort messages out to other compiler > >> components so they have a chance to report them nicely to the user. > >...
2011 Jan 02
1
How to reset the StarCraft 2 Graphics Settings
Issue: For any who installed sc2 under wine and changed the graphics settings from its default and now sc2 will not load. For me I keep getting a ErrorReporter message. Your essentially stuck in a catch22 situation. Can't load sc2 until you change the graphics settings and load change the graphics settings until you can load sc2. Resolution1: The quickest way to get sc2 back to its default graphics settings is to delete the Variables.txt file a...
2007 Jan 28
4
[Bug 536] Attempting to remove a non-empty userchain gives poor error message
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=536 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|laforge@netfilter.org |kaber@trash.net ------- Additional Comments From kaber@trash.net 2007-01-28 02:35 MET ------- I can reproduce this, but
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
On Thu, Oct 23, 2014 at 3:38 PM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Thu, Oct 23, 2014 at 2:57 PM, Aaron Ballman <aaron at aaronballman.com> wrote: >> On Thu, Oct 23, 2014 at 2:46 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: >>> 2014-10-23 11:34 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: >>>> On Thu, Oct
2010 Aug 05
10
Starcraft 2 Access Violation
SC was running fine until I changed graphics cards. (nvidia gt120 to quadro fx 3800) Now I can log in but If I try to continue campaign or play a bnet game it crashes with an Access Violation claiming the memory cannot be read or that it can't be written. I've upgraded the kernel, installed the latest drivers from nvidia and I'm running the latest wine build. Anyone have an idea of
2015 Jun 08
3
[LLVMdev] msbuild and clang
I'm trying to compile some large programs with clang on Windows (with a view to compiling to bit code and then running some whole program optimisations on the bit code). Take for example the Python 2.7 interpreter: As is typically the case, the usual build procedure involves running msbuild which invokes the Microsoft compiler. The most obvious procedure would then be to substitute
2010 May 13
4
Starcraft II Beta Launcher Issue
...fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:dxdiag:ProcessCommandLine /t unimplemented ^C fixme:win:EnumDisplayDevicesW ((null),0,0x3eae91c,0x00000000), stub! <--- hangs here Here is the error log from the "ErrorReporter" http://pastie.org/957242 The same thing occurs when I use this command (or use the shortcut): Code: $ wine "D:\SC2\Starcraft II Beta\StarCraft II.exe" Any ideas? The only other thing to note is before it hangs, my mouse will not show up on the screen where the game should lau...