Bug 312553 - NullPointerException in ASMOperation.realExec
Summary: NullPointerException in ASMOperation.realExec
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: gmt (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gmt-atl-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 312380
  Show dependency tree
 
Reported: 2010-05-12 05:11 EDT by Nicolas Bros CLA
Modified: 2017-04-11 15:13 EDT (History)
0 users

See Also:


Attachments
NPE stacktrace (937 bytes, text/plain)
2010-05-12 05:11 EDT, Nicolas Bros CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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").