-
Notifications
You must be signed in to change notification settings - Fork 39
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
heap command returns "unorderable types: int() <= NoneType()" error #18
Comments
There have been a lot of issues when the GDB bumped to Python 3.0. Can you On Mon, May 4, 2015 at 3:07 AM, Carles Sala notifications@github.com
|
Hi @rogerhu, Here you have the stack trace:
I'll have a look at the code, to see if I can see the reason. |
No idea what happend, but I have just cloned the repository and got exactly the same stack trace:
|
Hello,
I'm not sure if this is a bug or just wrong usage, but I'm getting the error from the title when trying to use the
heap
command.Here you have the whole output, including the commands used and the error (last two rows):
As you can see, I'm also obtaining an other error about a syscall file not being found, though I cannot say if it has any relation (probably not).
The text was updated successfully, but these errors were encountered: