Changeset c5e1aa6
- Timestamp:
- Apr 2, 2025, 11:17:02 PM (3 weeks ago)
- Branches:
- master
- Children:
- 6b765d5
- Parents:
- 9aa8dcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/concurrency/exception.cfa ¶
r9aa8dcc rc5e1aa6 9 9 // Author : Andrew Beach 10 10 // Created On : Mon Aug 17 10:41:00 2020 11 // Last Modified By : Andrew Beach12 // Last Modified On : Wed Oct 28 14:34:00 202013 // Update Count : 1 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Sep 25 17:25:37 2024 13 // Update Count : 15 14 14 // 15 15 … … 46 46 47 47 STOP_AT_END_FUNCTION(main_cancelstop, 48 abort(); 48 abort( 49 "Propagation failed to find a matching handler.\n" 50 "Possible cause is a missing try block with appropriate catch clause for the specified or derived exception type.\n" 51 "Last exception name or message: %%s.\n" 52 // NODE_TO_EXCEPT( UNWIND_TO_NODE( unwind_exception ) )-> 53 // virtual_table->msg( NODE_TO_EXCEPT( UNWIND_TO_NODE( unwind_exception ) ) ) 54 ); 49 55 ) 50 56 … … 59 65 dst->cancellation = 1p; 60 66 $ctx_switch( src, dst ); 61 abort( );67 abort( "coroutine_cancelstop" ); 62 68 ) 63 69
Note: See TracChangeset
for help on using the changeset viewer.