Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Number of invocations and completes aren't equal. #4

Open
kajdreef opened this issue Apr 27, 2016 · 1 comment
Open

Number of invocations and completes aren't equal. #4

kajdreef opened this issue Apr 27, 2016 · 1 comment
Assignees
Labels
Projects

Comments

@kajdreef
Copy link
Member

When looking at this execution trace. When using 'grep' it shows that there are 123337 instruction execution events from those 45400 are '$complete$', but $invoke$ is called 45401, meaning one invocations is missing an complete.

@VijayKrishna
Copy link
Member

This can/should happen when some method invocation does not return back to its call site. On a quick investigation it seems that the guilty invoke, ie. the 45401st invoke without a complete event is a com/intellij/rt method. I am yet to determine the exact cause -- stay tuned.

@VijayKrishna VijayKrishna mentioned this issue Jun 2, 2016
4 tasks
@VijayKrishna VijayKrishna self-assigned this Jun 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Core
New
Development

No branches or pull requests

2 participants