Skip to content
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

Snapshot doesn't run #15

Open
maxgerhardt opened this issue Jan 5, 2024 · 2 comments
Open

Snapshot doesn't run #15

maxgerhardt opened this issue Jan 5, 2024 · 2 comments

Comments

@maxgerhardt
Copy link

maxgerhardt commented Jan 5, 2024

  1. Download https://github.com/lefticus/json2cpp/releases/download/snapshot-fc69acfd190ff0aa23689fae339ed89db4c3ed75/json2cpp-0.0.1-fc69acfd-Windows-Release-MSVC-19.34.31944.0.zip
  2. Extract
  3. Start json2cpp.exe
  4. Get

grafik

misses clang_rt.asan_dynamic-x86_64.dll (on the MSVC build even).

Funnily enough, the Clang build has no such dependency on that file and runs without problems (https://github.com/lefticus/json2cpp/releases/download/snapshot-fc69acfd190ff0aa23689fae339ed89db4c3ed75/json2cpp-0.0.1-fc69acfd-Windows-Release-Clang-15.0.2.tar.bz2)

@Joebeazelman
Copy link

Joebeazelman commented Jan 5, 2024

Same here. I get an error on the same exact snapshot, but on MacOS :

dyld[50669]: Library not loaded: /usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib
  Referenced from: <D055DC41-468B-3AD5-84E5-9B111A0A03BB> /Users/jessbauer/Development/STN_TFT_Adapter/cstn-lcd-controller/CSTNController/cstn_controller/json2cpp/bin/json2cpp
  Reason: tried: '/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/usr/local/opt/gcc@11/lib/gcc/11/libasan.6.dylib' (no such file), '/usr/local/lib/libasan.6.dylib' (no such file), '/usr/lib/libasan.6.dylib' (no such file, not in dyld cache)

@lefticus
Copy link
Owner

That's an error - I shouldn't be shipping binaries with ASAN enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants