Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 312553

Summary: NullPointerException in ASMOperation.realExec
Product: z_Archived Reporter: Nicolas Bros <nicolas.bros>
Component: gmtAssignee: gmt-atl-inbox <gmt-atl-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 312380    
Attachments:
Description Flags
NPE stacktrace none

Description Nicolas Bros CLA 2010-05-12 05:11:57 EDT
Created attachment 168104 [details]
NPE stacktrace

I am getting a NPE from ATL.

I get the following messages in the error output:

OclUndefined has no property
Trying to continue execution despite the error.
Cannot iterate on non-collection
Trying to continue execution despite the error.

And then the NPE (stacktrace attached).

In the debugger, I see that ASMStackFrame#pop returns null (for mnemonic "iterate").