You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node(53013,0x7fff7bf5e000) malloc: *** error for object 0x10c329420: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
My setup:
→ sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.3
BuildVersion: 15D21
→ node -v
v4.3.2
→ node ./node_modules/java/findJavaHome.js
/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/
→ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/
→ cat /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Info.plist | grep JNI -3
<key>JVMCapabilities</key>
<array>
<string>CommandLine</string>
<string>JNI</string>
</array>
<key>JVMMinimumFrameworkVersion</key>
<string>13.2.9</string>
→ java -version
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
→ echo ${#CXX}
0
→ gcc --version
gcc (MacPorts gcc49 4.9.3_0) 4.9.3
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Any idea what’s going wrong? Please let me know if I should add further information to pin down the issue.
The text was updated successfully, but these errors were encountered:
When I try to do something like this (i.e. basic stuff)…
…I get an error like this:
My setup:
Any idea what’s going wrong? Please let me know if I should add further information to pin down the issue.
The text was updated successfully, but these errors were encountered: