-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
SunOS: Fix .memory_maps(grouped=False) #1093
Conversation
What's the issue here? Wrong numbers were returned? |
Yes. Before:
|
OK, please update HISTORY and CREDITS and it's good to go. |
So I need to issue new bug to write something to HISTORY? How this works? |
Just take a look at HISTORY.rst and see how it's done. Just reference this PR number and describe what changed after your patch, e.g.:
In CREDITS just add your name, website, etc. by following the existing convention. |
403cd65
to
f4ece4e
Compare
Done |
@@ -27,6 +27,7 @@ | |||
|
|||
**Bug fixes** | |||
|
|||
- 1093_: [SunOS] memory_maps() shows wrong 64 bit addresses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there also a mismatch with the other numbers? You changed the type for all of them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't see the mismatch with other numbers (because usually they are quite low, and there is no chances to get signed integer overflow), but semantic should be the same - these numbers can not be negative.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. Thanks.
Addresses were truncated at least on LP64