-
Notifications
You must be signed in to change notification settings - Fork 287
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
NodeJS get Floating point exception #522
Comments
Can you run (like this:)
|
grep -i flags /proc/cpuinfo result: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 cl flush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx tm2 cx16 xtpr dca lahf_lm gdb node, then run -v, result: GNU gdb (GDB) SUSE (6.8.50.20090302-1.5.18) Program received signal SIGFPE, Arithmetic exception. |
The output of Also, that’s an odd place for an error – does running |
gdb output: GNU gdb (GDB) SUSE (6.8.50.20090302-1.5.18) Program received signal SIGFPE, Arithmetic exception. env | grep -i ^LD_, doesn't produce nothing for me |
What’s your glibc version, if you can look that up somehow? Is it up to date? The copy of the glibc sources that I’m looking at don’t seem to correspond 100 % to the disassembly here… |
Yeah, I’m pretty sure it’s a glibc bug that has been fixed in glibc >= 2.5. And unfortunately, it’s nothing that Node can do anything about. :/ |
Ok, thanks for your help. I'll upgrade my SO version
El 6/3/2017 6:44 p. m., "Anna Henningsen" <[email protected]>
escribió:
… Yeah, I’m pretty sure it’s a glibc bug that has been fixed in glibc >=
2.5. And unfortunately, it’s nothing that Node can do anything about. :/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#522 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHfYISswrTTmRDa0ciSA1_SeT5aiLb6Wks5rjKiGgaJpZM4MU12x>
.
|
Node.js Version: v4.4.7
OS: SUSE Linux Enterprise Server 10 SP3 (x86_64)
Scope: Install
Hi, I have a little problem, I installed nodejs into a SUSE Linux Enterprise Server 10 SP3 (x86_64), but when I execute node -v command or another. I get "Floating point exception". Any idea whats going on?
The text was updated successfully, but these errors were encountered: