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

SegFault with test library after nop etharden #37

Open
mjhouse opened this issue Jan 10, 2023 · 0 comments
Open

SegFault with test library after nop etharden #37

mjhouse opened this issue Jan 10, 2023 · 0 comments

Comments

@mjhouse
Copy link

mjhouse commented Jan 10, 2023

With a very small test shared lib and a small test binary that uses that lib, I get a segfault at runtime if I've run the library through etharden, even with the --nop flag. I'm getting the same segfault in my own tool without modifying the ELF file- just parse and then generate.

If necessary, I can supply the code, but there's nothing special about it. The library is built with various combinations of the following flags:

CPPFLAGS=-std=c++11 -shared -fPIC -rdynamic -fPIC -g -O0 -v -da -Q

gcc: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0

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

1 participant