provegard / ncdbg

A debugger for Nashorn that uses Chrome DevTools as frontend
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Extracting object properties may hang #85

Closed provegard closed 6 years ago

provegard commented 6 years ago

Scenario:

  1. Execute a script in a thread.
  2. Pause in the script and extract properties of a JS object.
  3. Let the thread exit.
  4. Execute the same or another script in a new thread.
  5. Repeat step 2.

Here, NCDbg hangs waiting for a reply from the target VM. This might be related to #78, though the symptom is completely different.

provegard commented 6 years ago

Yes, just a variant, closing.