Click here to Skip to main content
15,888,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem deploying application Pin
Chris Meech25-Sep-12 9:00
Chris Meech25-Sep-12 9:00 
GeneralRe: problem deploying application Pin
appollosputnik25-Sep-12 21:28
appollosputnik25-Sep-12 21:28 
GeneralRe: problem deploying application Pin
Richard MacCutchan25-Sep-12 22:00
mveRichard MacCutchan25-Sep-12 22:00 
GeneralRe: problem deploying application Pin
appollosputnik26-Sep-12 21:02
appollosputnik26-Sep-12 21:02 
GeneralRe: problem deploying application Pin
Richard MacCutchan26-Sep-12 21:29
mveRichard MacCutchan26-Sep-12 21:29 
Questionexceptions always SIGABRT in linux shared object Pin
MichaelRoop25-Sep-12 1:28
MichaelRoop25-Sep-12 1:28 
AnswerRe: exceptions always SIGABRT in linux shared object Pin
Richard MacCutchan25-Sep-12 6:04
mveRichard MacCutchan25-Sep-12 6:04 
GeneralRe: exceptions always SIGABRT in linux shared object Pin
MichaelRoop25-Sep-12 11:02
MichaelRoop25-Sep-12 11:02 
It is raised at the point where the exception is thrown. As you can see, unless I am totally missing something, the int is being thrown and properly caught so there should not be a signal raised at all. This is my dilema.

I put in a signal handler but it does no good. App still closes. I will need to handle the signals eventually since this is a unit tester. But for now, I am just trying to figure out why the SIGABRT could possibly be raised on a legitimate thrown and caught exception

This is the message at runtime:

terminate called after throwing an instance of 'int'
The program has unexpectedly finished.

Basically it acts as if there is no catch and the terminate is called. Or perhaps I am misreading something. The stack dump is below


0	__kernel_vsyscall		0	0xb7fdd424	
1	__GI_raise	raise.c	64	0xb7bd61ef	
2	__GI_abort	abort.c	91	0xb7bd9835	
3	__gnu_cxx::__verbose_terminate_handler()	/usr/lib/i386-linux-gnu/libstdc++.so.6	0	0xb7e1813d	
4	??	/usr/lib/i386-linux-gnu/libstdc++.so.6	0	0xb7e15ed3	
5	std::terminate()	/usr/lib/i386-linux-gnu/libstdc++.so.6	0	0xb7e15f0f	
6	__cxa_throw	/usr/lib/i386-linux-gnu/libstdc++.so.6	0	0xb7e1605e	
7	UtilStrTrimTests::UTL_STR_RTRIM_1	mr_util_str_trim_tests.cpp	31	0xb7b6d692	
8	MrTest::Fixture::ExecStep	CppTestFixture.cpp	178	0xb7f56d2a	
9	MrTest::Fixture::RunTest	CppTestFixture.cpp	160	0xb7f56c3c	
10	MrTest::EngineImplementation::RunAllFixtureTests	MrTestEngineImplementation.cpp	350	0xb7f71a89	
11	MrTest::EngineImplementation::ProcessTestList	MrTestEngineImplementation.cpp	227	0xb7f711fc	
12	MrTest::Engine::ProcessTestList	CppTestEngine.cpp	57	0xb7f48241	
13	main	CppTestDevConsole.cpp	94	0x804cb5c	

GeneralRe: exceptions always SIGABRT in linux shared object Pin
MichaelRoop25-Sep-12 13:45
MichaelRoop25-Sep-12 13:45 
QuestionCppunit in Visual studio 2010 Pin
Rahul from Poona24-Sep-12 4:44
Rahul from Poona24-Sep-12 4:44 
AnswerRe: Cppunit in Visual studio 2010 Pin
Chris Meech24-Sep-12 5:56
Chris Meech24-Sep-12 5:56 
AnswerRe: Cppunit in Visual studio 2010 Pin
Albert Holguin24-Sep-12 6:43
professionalAlbert Holguin24-Sep-12 6:43 
AnswerRe: Cppunit in Visual studio 2010 Pin
jschell24-Sep-12 12:39
jschell24-Sep-12 12:39 
QuestionLate Binding Concept Pin
AmbiguousName23-Sep-12 20:30
AmbiguousName23-Sep-12 20:30 
AnswerRe: Late Binding Concept Pin
CPallini23-Sep-12 22:27
mveCPallini23-Sep-12 22:27 
AnswerRe: Late Binding Concept Pin
Richard MacCutchan23-Sep-12 23:05
mveRichard MacCutchan23-Sep-12 23:05 
QuestionRe: Late Binding Concept Pin
CPallini23-Sep-12 23:58
mveCPallini23-Sep-12 23:58 
AnswerRe: Late Binding Concept Pin
Richard MacCutchan24-Sep-12 0:11
mveRichard MacCutchan24-Sep-12 0:11 
AnswerRe: Late Binding Concept Pin
Richard MacCutchan23-Sep-12 23:09
mveRichard MacCutchan23-Sep-12 23:09 
AnswerRe: Late Binding Concept PinPopular
pasztorpisti24-Sep-12 1:09
pasztorpisti24-Sep-12 1:09 
GeneralRe: Late Binding Concept Pin
CPallini24-Sep-12 1:41
mveCPallini24-Sep-12 1:41 
GeneralRe: Late Binding Concept Pin
pasztorpisti24-Sep-12 1:46
pasztorpisti24-Sep-12 1:46 
GeneralRe: Late Binding Concept Pin
Chris Meech24-Sep-12 2:19
Chris Meech24-Sep-12 2:19 
GeneralRe: Late Binding Concept Pin
pasztorpisti24-Sep-12 2:37
pasztorpisti24-Sep-12 2:37 
AnswerRe: Late Binding Concept Pin
Chuck O'Toole24-Sep-12 5:16
Chuck O'Toole24-Sep-12 5:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.