Skip to content

Instantly share code, notes, and snippets.

@FedericoV
Created May 14, 2018 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FedericoV/ba1f630ad5fc0982242584da062ecc59 to your computer and use it in GitHub Desktop.
Save FedericoV/ba1f630ad5fc0982242584da062ecc59 to your computer and use it in GitHub Desktop.
Debugging Pyre
186590d34d15:FBA_Analytics_Utils vaggi$ pyre --debug check
2018-05-14 15:13:57,354 DEBUG No configuration found at `/Users/vaggi/Code_Libraries/FBA_Analytics_Utils/.pyre_configuration.local`.
2018-05-14 15:13:57,354 DEBUG No configuration found at `.pyre_configuration.local`.
2018-05-14 15:13:57,354 DEBUG Reading configuration `.pyre_configuration`...
2018-05-14 15:13:57,355 DEBUG Found source directories `.`
2018-05-14 15:13:57,356 DEBUG Running `/Users/vaggi/anaconda3/bin/pyre.bin check -debug -sequential -project-root /Users/vaggi/Code_Libraries/FBA_Analytics_Utils -workers 1 -search-path /Users/vaggi/anaconda3/lib/pyre_check/typeshed/stdlib/ .`
2018-05-14 15:13:57,728 ERROR Client exited with error code -5:
186590d34d15:FBA_Analytics_Utils vaggi$ pyre.bin check
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Users/vaggi/anaconda3/bin/pyre.bin
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /Users/vaggi/anaconda3/bin/pyre.bin
Expected in: /usr/lib/libSystem.B.dylib
Trace/BPT trap: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment