Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Examples Don't Work On Docker #92

Closed
onura opened this issue Sep 26, 2016 · 2 comments
Closed

Examples Don't Work On Docker #92

onura opened this issue Sep 26, 2016 · 2 comments

Comments

@onura
Copy link

onura commented Sep 26, 2016

I downloaded the angr docker image but none of the examples under angr-doc work. It's more like they can't find any solutions.

(angr)angr@096d8358f98d:~/angr-dev/angr-doc/examples/securityfest_fairlight$ python solve.py 
WARNING | 2016-09-26 10:14:40,092 | cle.relocations | Unknown reloc 6 on AMD64
WARNING | 2016-09-26 10:14:40,092 | cle.relocations | Unknown reloc 7 on AMD64
Traceback (most recent call last):
  File "solve.py", line 33, in <module>
    main()
  File "solve.py", line 24, in main
    found = path_group.found[0]
IndexError: list index out of range

I run it on a Mac OS X sierra.

@ltfish
Copy link
Member

ltfish commented Sep 26, 2016

There was a disaster in code merging yesterday in one of our repos (cle), and it has been resolved as of this morning. Can you please pull the latest version of cle, and rerun the tests?

@onura
Copy link
Author

onura commented Sep 26, 2016

Thanks, pulling cle has solved the problem.

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

No branches or pull requests

2 participants