All Articles Tagged exception handling

Link/UrlTags
The run-time cannot unwind properly after thread cancelation.[Knowledgebase]
The following test case does not work when compiled with Intel compiler 12.0. The exception handling is incorrect and the run-time cannot unwind properly after thread cancelation. The Intel compiler 11.1...

Posted: 2011-05-21 11:30:00 by Om Sachan (Intel)
exception handling, unwind stack
Exception handling[Forums]
Hi, Would you please let me know how I can catch exceptions in Intel Fortran? I have been working with C++ and Java and I expect there should be a way similar to what exists in C++/Java to handle exceptions....

Posted: 2010-09-20 03:51:07
C++, exception handling
Controlling Shape Checking in the Ct Dynamic Engine[Knowledgebase]
Problem: Many Ct operations require that their operands have matching shape. For example, adding two nested (and potentially irregular) vectors requires that their shapes match. The debug distribution...

Posted: 2010-04-25 21:00:00 by AmandaS (Intel)
exception handling
How to catch exceptions sent by the pipeline?[Forums]
Here is a simple example of what I would like to do :m_pPipeline = new tbb::pipeline();m_pPipeline->add_filter(*m_pElem1);m_pPipeline->add_filter(*m_pElem2);try{m_pPipeline->run(2);}catch(EfromElem1&...

Posted: 2009-10-01 03:39:10
exception handling, pipeline
tbb_exception.h compiler warnings[Forums]
We have started to use tbb_exception and have immediately encountered a warning everytime a source file includes the header:.../tbb/tbb_exception.h: In copy constructor ‘tbb::captured_exception::captured_exception(const...

Posted: 2009-07-15 11:07:26
exception handling
Mixed language Fortran main program ignores SetUnhandledExceptionFilter[Forums]
Hi, I have a Fortran main application that calls into a C/C++ library.   The very first thing that the Fortran main does is call into the C library to register an exception handler via the Win32 function...

Posted: 2009-05-05 14:04:54
exception handling, mixed language
Exception handling under IVF[Forums]
Well, I got my __try/__except exception handling working the way I wanted on CVF, but when I tried the code under IVF, a test array-out-of-bounds condition generated a stack trace and aborted the program...

Posted: 2006-08-30 21:50:32
exception handling