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

heap /tu 2 will hang #67

Closed
Celthi opened this issue Aug 14, 2022 · 3 comments
Closed

heap /tu 2 will hang #67

Celthi opened this issue Aug 14, 2022 · 3 comments
Labels

Comments

@Celthi
Copy link
Collaborator

Celthi commented Aug 14, 2022

I'm not sure if it is taking super long time to return or it is hanging.
But the cursor and end do look strange to me

(gdb) p/x cursor
$14 = 0x55555c03fde8
(gdb) p/x end
$15 = 0x7ffff7fb1000
@Celthi Celthi added the bug label Aug 14, 2022
@Celthi
Copy link
Collaborator Author

Celthi commented Aug 14, 2022

(gdb) p/x end-cursor
$37 = 0x2aaa99a57470
(gdb) p/x (end-cursor)/8
$38 = 0x5555334ae8e

@Celthi Celthi changed the title heap /tu will hang heap /tu 2 will hang Aug 14, 2022
@yanqi27
Copy link
Owner

yanqi27 commented Aug 21, 2022

I ran into the same issue before, I vaguely remember. Let me take a look.

@Celthi
Copy link
Collaborator Author

Celthi commented Aug 22, 2022

the test program is the mallocTest in the unit test and I break at the last_call func

@Celthi Celthi closed this as completed in f0fac4b Sep 7, 2022
yanqi27 pushed a commit that referenced this issue Apr 22, 2023
fixes #67; avoid bad symbol for top user heap cmd
yanqi27 pushed a commit that referenced this issue Apr 22, 2023
fixes #67; avoid bad symbol for top user heap cmd
yanqi27 pushed a commit that referenced this issue Apr 22, 2023
fixes #67; avoid bad symbol for top user heap cmd
yanqi27 pushed a commit that referenced this issue Apr 30, 2023
fixes #67; avoid bad symbol for top user heap cmd

Former-commit-id: 04cbf7b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants