ChakraCore build error
- Dominant language
- C++
- Stars
- 103
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Built ChakraCore with the hextype enabled version of clang from this repo on Ubuntu 16.04 LTS. I actually suspect that this could be a problem with Chakra's build makefiles, but I'd like help diagnosing what is going wrong.
Build succeeds, on attempting to run anything there is a fatal dllopen error.
```
dlopen() failed; dlerror says '/mnt/f/ChakraHex/ChakraCore/out/Debug/libChakraCore.so: undefined symbol: __update_phantom_info'
FATAL ERROR: Unable to load /mnt/f/ChakraHex/ChakraCore/out/Debug/libChakraCore.so GetLastError=0x7e
```
This looks like some symbol that should have been compiled in when I included -fsanitize=hextype. Any ideas? I'm digging around trying to find a missing -fsanitize line at the moment. I'd be very happy to get any advice. I guess I'll attempt building the library statically and report back.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.