search for: uncaught_exception

Displaying 14 results from an estimated 14 matches for "uncaught_exception".

2014 Aug 28
5
[LLVMdev] [3.5 Release] Release Candidate 4 Now Available
We had to roll a release candidate 4 for the 3.5 release. It’s up at the normal place: http://llvm.org/pre-releases/3.5 Please test it and report any major bugs you may find. Thanks! -bw
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
On Sun, Nov 22, 2015 at 8:09 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 22 November 2015 at 03:59, Brian Cain <brian.cain at gmail.com> wrote: > > Should I expect the "-openmp" to work for this RC? > > Only if it worked before on the target you're building to in 3.7.0. > Ok, I'll check if I can get it to work on 3.7.0. > >
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
...catch_ptr_02.pass.cpp libc++abi :: inherited_exception.pass.cpp libc++abi :: test_aux_runtime.pass.cpp libc++abi :: test_aux_runtime_op_array_new.pass.cpp libc++abi :: test_guard.pass.cpp libc++abi :: test_vector1.pass.cpp libc++abi :: test_vector2.pass.cpp libc++abi :: uncaught_exceptions.pass.cpp libc++abi :: unwind_01.pass.cpp libc++abi :: unwind_02.pass.cpp libc++abi :: unwind_03.pass.cpp libc++abi :: unwind_04.pass.cpp libc++abi :: unwind_05.pass.cpp libc++abi :: unwind_06.pass.cpp -- -Brian -------------- next part -------------- An HTML attachmen...
2011 Sep 28
0
[LLVMdev] How to code catch-all in the new exception handling scheme?
Hi Bill, >> The unwinder delegates the decision of whether to stop in a call frame to >> that call frame's language-specific personality function. Not all personality >> functions guarantee that they will stop to perform cleanups. I was talking about who decides what to do if there are only cleanups all the way up the stack (in C++ the program is terminated without
2011 Sep 27
3
[LLVMdev] How to code catch-all in the new exception handling scheme?
On Sep 27, 2011, at 4:58 AM, Duncan Sands wrote: > Hi Bill, > >>>> I'm looking at the docs, and while it refers to a "catch-all" clause, >>> >>> hopefully Bill will get rid of the first reference to "catch-all" since >>> that section is inaccurate. >>> >> I *think* this is now correct. Please check. :) >
2015 Feb 03
2
[LLVMdev] RFC: Replace __cxa_begin_catch/__cxa_end_catch with intrinsics
> On Feb 2, 2015, at 6:04 PM, Reid Kleckner <rnk at google.com> wrote: > I actually like the unified intrinsic approach here. The backend already has to know things about the personality function. Until recently we would assume that the personality function wants an Itanium LSDA, for example, and dump that out into a target-specific section. Now on Windows we look at the personality
2018 Jun 26
0
Wine release 3.0.2
...e NULL, needs be declared 'unique' for RPC marshalling) 44135 Olive Tree Bible Software BibleStudySetup_6.0.23.exe fails to install 44138 Native Access needs unimplemented function iphlpapi.dll.if_indextoname 44278 Multiple applications crash on unimplemented function msvcp140.dll.?uncaught_exceptions at std@@YAHXZ 44404 Several .Net apps (e.g. Remembear) throw errors/crash,caused by msctf stubs TextStoreACPSink_{OnTextChange,OnSelectionChange,OnLayoutChange} 44466 PrtSc button crashes StarCraft 44496 Custom imports resolver used by multiple kernel drivers can't cope with 'ntos...
2012 Aug 17
0
Wine release 1.5.11
...ght 7.5 Will Not Even Start - Serious Error Message 31255 msvcp100 missing _J versions of several functions 31316 Game Controllers Panel looks weird when dpi is higher than 96 ppp. 31326 ScriptStringOut draw glyphs with wrong pitch with some fonts 31344 Anarchy online needs msvcp80.dll.?uncaught_exception at std@@YA_NXZ 31352 Driftmoon needs more WMI stuff? 31364 Truncated text (in Portuguese) in winecfg.exe 31370 Full screen functionality broken in full screen programs 31386 Installshield Wizard welcome screen displays inverted text 31455 OpenGeneral: cannot start the application 3...
2018 Mar 30
0
Wine release 3.5
...tched burnout paradise 43825 Burnout paradise freeze or crash on multiplayer 43935 Wolfenstein 2: The new Colossus does not start, requires VK_KHR_get_physical_device_properties2 43998 treeview not drawn correctly 44278 Multiple applications crash on unimplemented function msvcp140.dll.?uncaught_exceptions at std@@YAHXZ 44496 Custom imports resolver used by multiple kernel drivers can't cope with 'ntoskrnl.exe' low-level (wc)string/copy helpers being forwarded to 'msvcrt.dll' (BattlEye 'BEDaisy', Sentinel HASP 'hardlock.sys') 44497 BattlEye 'BEDaisy'...
2014 May 16
0
Wine release 1.7.19
...118 kernel32/actctx tests have a couple leaks 36119 valgrind shows leaks in ntdll/tests/file.c 36120 valgrind shows a leak in d3d9/vertextdeclaration test 36125 valgrind shows a leak in oleaut32/tests/olefont.c 36140 Dungeons & Dragons Online crashes upon login (needs msvcp100.dll.?uncaught_exception at std@@YA_NXZ) 36144 Airport Tycoon 2 demo needs msvcp70.dll.??0?$basic_fstream at DU?$char_traits at D@std@@@std@@QAE at PBDH@Z 36178 HearthStone fails to start (Failed to load asset PlayErrors32) 36204 TrySim v5.0 demo has problem displaying the help window 36206 Wine Not lietening o...
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...support.exception/propagation/exception_ptr.pass.cpp libc++ :: std/language.support/support.exception/propagation/make_exception_ptr.pass.cpp libc++ :: std/language.support/support.exception/propagation/rethrow_exception.pass.cpp libc++ :: std/language.support/support.exception/uncaught/uncaught_exception.pass.cpp libc++ :: std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp libc++ :: std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp libc++ :: std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pas...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>
2012 Jan 13
0
Wine release 1.3.37
...ntf_l. dbghelp: Use CDECL calling convention for __unDName and callbacks. msvcp90: Add basic_ios<wchar_t> stubs. kernel32: If string arg to FormatMessage is NULL, use "(null)" instead of crashing. msvcp90: Add num_get<char> stubs. msvcp90: Forward uncaught_exception to msvcrt. msvcp90: Add num_get<short> stubs. msvcp90: Flip num_get<char/wchar_t> do_get_long and do_get_ulong in vtable. Detlef Riekenberg (2): shell32: Remove outdated dll names from comments. shell32: Reorder functions to avoid forward declarations. Diego Ni...
2006 May 09
1
[LLVMdev] Memory leaks in LLVM
...(below main) (in /lib/tls/libc.so.6) ==10132== ==10132== ==10132== 8 bytes in 1 blocks are still reachable in loss record 2 of 33 ==10132== at 0x401C451: malloc (vg_replace_malloc.c:149) ==10132== by 0x40E8302: __cxa_get_globals (in /usr/lib/libstdc++.so.5.0.7) ==10132== by 0x40E7F56: std::uncaught_exception() (in /usr/lib/libstdc++.so.5.0.7) ==10132== by 0x40CE434: std::ostream::write(char const*, int) (in /usr/lib/libstdc++.so.5.0.7) ==10132== by 0x40CE62D: std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_o...