audreyt / ethercalc

Node.js port of Multi-user SocialCalc
https://ethercalc.net
Other
2.97k stars 539 forks source link

V8_Fatal Error #177

Open bluenevus opened 9 years ago

bluenevus commented 9 years ago

running on nodejs .12, debian 7, current ethercalc version

I get this error message constantly. Runs for about a minute then quits with this error

Fatal error in ../deps/v8/src/deoptimizer.cc, line 1639

CHECK((param_count) >= (0)) failed

==== C stack trace ===============================

1: V8_Fatal 2: v8::internal::Deoptimizer::DoComputeCompiledStubFrame(v8::internal::TranslationIterator*, int) 3: v8::internal::Deoptimizer::DoComputeOutputFrames() 4: ?? Illegal instruction

audreyt commented 9 years ago

Try running with --vm and see if this still happens?

bluenevus commented 9 years ago

Thanks…I added --vm and it seems to keep running

start-stop-daemon --start --chuid "$USER:$GROUP" --background --make-pidfile --pidfile /var/run/$NAME.pid --exec $EP_NODE -- $EP_ECOPT --vm || true

vr Frank

From: 唐鳳 [mailto:notifications@github.com] Sent: Friday, March 20, 2015 1:57 PM To: audreyt/ethercalc Cc: Frank Tucker Subject: Re: [ethercalc] V8_Fatal Error (#177)

Try running with --vm and see if this still happens?

— Reply to this email directly or view it on GitHubhttps://github.com/audreyt/ethercalc/issues/177#issuecomment-84088607.

bluenevus commented 9 years ago

It runs longer…about 5 minutes but it then crashes with the same error

vr Frank

From: 唐鳳 [mailto:notifications@github.com] Sent: Friday, March 20, 2015 1:57 PM To: audreyt/ethercalc Cc: Frank Tucker Subject: Re: [ethercalc] V8_Fatal Error (#177)

Try running with --vm and see if this still happens?

— Reply to this email directly or view it on GitHubhttps://github.com/audreyt/ethercalc/issues/177#issuecomment-84088607.

bluenevus commented 9 years ago

any insight? it quits after about 5 minutes of running.

audreyt commented 9 years ago

Does the same problem happen with Node.js 0.10 or io.js 1.6.1?

bobloblian commented 9 years ago

I can confirm that downgrading to Node.js 0.10 seems to solve this error...

bobloblian commented 9 years ago

Maybe it is too soon to speak, I haven't tested thoroughly; I did a make uninstall of version .10 and a make install of version .12, and the problem has not returned.

Seems a bit too good to be true. if it breaks again I will report back.

ghost commented 8 years ago

I have the same issue here on a Debian 7.11 with node.js 0.12.8. EtherCalc crashes after some minutes creating new spreadsheets or immediately when I try to import a xlsx file with drag&drop.