C++ exception handling problem with GNU PPC‏

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
Hello, 
 
I am having a problem with exception handling for C++ on GNU PPC Tools (MPC8xx platform). 
 
When I call "throw" from "try" block in my test application to raise an exception the control goes in the following way and traps into "abort" on returning NULL from _Unwind_Find_FDE function. 
 
 __cxa_throw
 __Unwind_RaiseException
 uw_init_context_1
 uw_frame_state_for
 Unwind_Find_FDE ("seen_objects" and "unseen_objects" are NULL so return NULL)
 
 
Am I missing any switch or initialization related to c++/exception handling?  Any help will be highly appreciated. 
 
Regards
 
Oman 		 	   		  
_________________________________________________________________
Windows Live: Make it easier for your friends to see what you’re up to on Facebook.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux