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

Crash on Ubuntu 14.04.5 #294

Closed
wacky6 opened this issue Sep 17, 2016 · 1 comment
Closed

Crash on Ubuntu 14.04.5 #294

wacky6 opened this issue Sep 17, 2016 · 1 comment

Comments

@wacky6
Copy link

wacky6 commented Sep 17, 2016

Error message:

> FATAL ERROR: node::PBKDF2() Out of Memory
 1: node::Abort() [node]
 2: 0x10b67bc [node]
 3: 0x10bb209 [node]
 4: node::crypto::PBKDF2(v8::FunctionCallbackInfo<v8::Value> const&) [node]
 5: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) [node]
 6: 0x9f6702 [node]
 7: 0x9f6d7e [node]
 8: 0x1f15d27092a7

The code that cause this problem:

const r = require('rethinkdbdash')()

Environment:

  • Ubuntu 14.04.5 x64
  • Node v6.6.0, built from source
  • npm 3.10.3
  • rethinkdbdash 2.3.23
  • rethinkdb 2.3.5, from official ubuntu repository

rethinkdbdash v2.2, v2.1 do not have this problem.

How to verify:

  1. Get Ubuntu
  2. Install, configure, start rethinkdb instance
  3. cd into a directory (eg: cd /tmp)
  4. npm i rethinkdbdash@2.3
  5. node -e 'require("rethinkdbdash")()'
@scttcper
Copy link

Same as #293. Use node v6.5.0 until fixed.

@neumino neumino closed this as completed Sep 20, 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