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
segfaults on start if I start it anywhere but the build directory
Expected behavior
I expect it to just run
To Reproduce
build according to these instructions a https://root.cern/cling/cling_build_instructions/ doing the manual build nothing else worked at all.
then try running doesn't work on any directory but the build dir clearly some paths need setting
14:40:33 θ69° grizzlysmit@pern:~ 3s $ cling
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 cling 0x00005633f7726ed2 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 66
1 cling 0x00005633f772458b
2 libc.so.6 0x00007f1c71842910
3 cling 0x00005633fc3f39e4
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0. Program arguments: cling
Segmentation fault (core dumped)
rebuild with none of the clang stuff there didn't make any diff there must be configs or some such that I need
grizzlysmit
changed the title
cling only wors from build directory fails badly from anywhere else
cling only works from build directory fails badly from anywhere else
Jan 12, 2024
Describe the bug
segfaults on start if I start it anywhere but the build directory
Expected behavior
I expect it to just run
To Reproduce
build according to these instructions a https://root.cern/cling/cling_build_instructions/ doing the manual build nothing else worked at all.
then try running doesn't work on any directory but the build dir clearly some paths need setting
Setup
15:42:34 θ65° grizzlysmit@pern:~ $ cling --version 1.1~dev
os ubuntu 23.10
built according to these instructions a https://root.cern/cling/cling_build_instructions/ doing the manual build nothing else worked at all.
Additional context
I tried removing all the clang stuff from my box made no diff about to rebuild see if that helps
The text was updated successfully, but these errors were encountered: