mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Parser.translationUnit() should rethrow out of memory exception after shielding it from the error handling routine.
This commit is contained in:
parent
4c6cfc77cf
commit
9d31baf489
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ public abstract class Parser extends ExpressionParser implements IParser
|
|||
catch( OutOfMemoryError oome )
|
||||
{
|
||||
logThrowable( "translationUnit", oome ); //$NON-NLS-1$
|
||||
throw oome;
|
||||
}
|
||||
catch( Exception e )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue