Open bluenevus opened 9 years ago
Try running with --vm
and see if this still happens?
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.
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.
any insight? it quits after about 5 minutes of running.
Does the same problem happen with Node.js 0.10 or io.js 1.6.1?
I can confirm that downgrading to Node.js 0.10 seems to solve this error...
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.
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.
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