-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
/R segfaults #638
Comments
Can you try setting 'b 0x1000' before /R?
|
Still segfaulting. |
JFYI $ echo '/R'| r2 /home/zlul/a.out.dwarf EDIT: of course segfaulting with /bin/ls |
Looks like its trying to memset after the limit of your system stack. Which OS are you using? We should identify those big stack buffers and use the heap. Freebsd is also famius for their small stacks. Try configuring the kernel to assign more space for stack per thread
|
"Please tweak your kernel settings to uses radare" 😃 |
Well. it's just for a test, to ensure that my hypothesis |
|
This happens only on Linux |
Valgrind log:
|
|
can you guys test this attempt, it fixed /R without aa/af or blocksize setting for linux for me :o -> http://sprunge.us/EPUf night :) |
The text was updated successfully, but these errors were encountered: