mafintosh / mafintosh/block-trace

I keep getting `unrefdHandle`

Open
#2 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
69
Forks
5
PR merge metrics
No merged PRs in 30d

Description

I added `block-trace` to my setup, and I'm frequently seeing:

```
Error: CPU is blocked
app_1 | at Timer.unrefdHandle (timers.js:453:22)
```

This makes it a little hard to debug. Do you have any ideas why I might be `unfredHandle` and how to improve the situation to expose the actual function/line that is erroring (as per the README.md)?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with README.md and reproduce the reported block-trace output ending at timers.js:453:22 in Timer.unrefdHandle. Trace how the setup produces this stack trace and determine whether the actual blocking function and line can be exposed instead. Done means the error identifies the relevant application function and line rather than only the timer handler.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.