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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with node 0.12. #37

Closed
catdadcode opened this issue Mar 19, 2015 · 8 comments
Closed

Doesn't work with node 0.12. #37

catdadcode opened this issue Mar 19, 2015 · 8 comments

Comments

@catdadcode
Copy link

Test script:

var longjohn = require('longjohn');
longjohn.async_trace_limit = -1;

function timeoutHandler() {
  console.log('timeout fired!');
  throw new Error('EXPLODE');
}

function createTimeout() {
  setTimeout(timeoutHandler, 1000);
}

createTimeout();

Results:

image

image

@db-roberto
Copy link

Having a similar issue

@lud2k
Copy link

lud2k commented Mar 22, 2015

same issue here :(

@PaulBGD
Copy link

PaulBGD commented Mar 23, 2015

Can confirm :(

@gobwas
Copy link

gobwas commented Apr 7, 2015

+1

@captscooby
Copy link

Same here.

@hrdwdmrbl
Copy link

I have this issue as well. When I log the uncaughtException, this is what I get from a console.assert(false) error:

{ [AssertionError: false == true]
  name: 'AssertionError',
  actual: false,
  expected: true,
  operator: '==',
  message: 'false == true',
  generatedMessage: true,
  __cached_trace__: [ {}, {}, {}, {}, {}, {} ] }

@pmendelski
Copy link

same here ...

@mattinsler
Copy link
Owner

Fixed by PR.

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

9 participants