This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

C++ except ion handli ng problem with GNU PPC‏


 
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 Hotmail: Your friends can get your Facebook updates, right from Hotmail®.
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_4:092009

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]