Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli/uv_timer.js: only one section for timer #3

Open
VinceOPS opened this issue Nov 13, 2019 · 1 comment
Open

cli/uv_timer.js: only one section for timer #3

VinceOPS opened this issue Nov 13, 2019 · 1 comment

Comments

@VinceOPS
Copy link

VinceOPS commented Nov 13, 2019

Hi there,

Thanks for the support and the way this workshop is organized, I love it 馃榿.

One thing is unexpected on my side, though:
2 sections are expected for "timer" in libuv but my report contains only one:

"libuv": [
    {
      "type": "async",
      "is_active": true,
      "is_referenced": false,
      "address": "0x00000000035a3bc0"
    },
    {
      "type": "timer",
      "is_active": false,
      "is_referenced": true,
      "address": "0x0000000003628d80",
      "repeat": 0,
      "firesInMsFromNow": -1,
      "expired": true
    },
    {
      "type": "check",
      "is_active": true,
      "is_referenced": false,
      "address": "0x0000000003628e18"
    },
    {
      "type": "idle",
      "is_active": false,
      "is_referenced": true,
      "address": "0x0000000003628e90"
    },
    {
      "type": "prepare",
      "is_active": false,
      "is_referenced": false,
      "address": "0x0000000003628f08"
    },
    {
      "type": "check",
      "is_active": false,
      "is_referenced": false,
      "address": "0x0000000003628f80"
    },
    {
      "type": "async",
      "is_active": true,
      "is_referenced": false,
      "address": "0x000000000362d0a0"
    },
    {
      "type": "async",
      "is_active": true,
      "is_referenced": false,
      "address": "0x00000000029ed620"
    },
    {
      "type": "loop",
      "is_active": false,
      "address": "0x00000000029f4500"
    }
  ],

It looks like the long timer (10 seconds) is not considered?

@gireeshpunathil
Copy link
Owner

@VinceOPS - thanks for the kind words! and thanks for reporting this. Looks like many folks faced this issue. I will debug, and see what the issue is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants