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

Weird error crashing node process #801

Closed
0xgeert opened this issue Jan 13, 2016 · 2 comments
Closed

Weird error crashing node process #801

0xgeert opened this issue Jan 13, 2016 · 2 comments

Comments

@0xgeert
Copy link

0xgeert commented Jan 13, 2016

Not sure if this is Kue or underlying Redis-related but I'm seeing the following errors a couple of times a day:

node_modules/kue/lib/queue/worker.js:249
      var id = res[ 0 ][ 0 ] || res[ 0 ][ 1 ][ 0 ];
                                             ^

TypeError: Cannot read property '0' of undefined
    at Multi.callback (/home/geert-jan/sources/kwhen/crawltest/node_modules/kue/lib/queue/worker.js:249:46)
    at Multi.execute_callback (/home/geert-jan/sources/kwhen/crawltest/node_modules/kue/node_modules/redis/index.js:1200:14)
    at Command.callback (/home/geert-jan/sources/kwhen/crawltest/node_modules/kue/node_modules/redis/index.js:1145:14)
    at RedisClient.return_reply (/home/geert-jan/sources/kwhen/crawltest/node_modules/kue/node_modules/redis/index.js:642:25)
    at /home/geert-jan/sources/kwhen/crawltest/node_modules/kue/node_modules/redis/index.js:307:18
    at doNTCallback0 (node.js:430:9)
    at process._tickCallback (node.js:359:13)

Really not sure what's up here. Has anyone seen something similar?

@AndrewBarba
Copy link

I'm currently seeing the same thing, much more frequently though, roughly every 5 min. I updated from 0.9.6 to 0.10.3 and started this immediately.

@AndrewBarba
Copy link

I just tried updating to the latest version in Master (0.10.5) and I am not seeing the issue anymore. Going to keep this running overnight and monitor it.

@behrad behrad closed this as completed Apr 2, 2016
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

3 participants