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

Fix Austin on WSL failing to find BSS section from maps file. #29

Merged
merged 1 commit into from
Aug 3, 2019

Conversation

P403n1x87
Copy link
Owner

Description of the Change

The parser of the maps file on Linux is broken on WSL. We bite the
bullet and use sscanf to thoroughly parse the maps file.

Also fixed the reporting of bad samples in the stats.

Alternate Designs

Small fix; no alternative designs required.

Regressions

Non expected.

Verification Process

The existing test suite.

The parser of the maps file on Linux is broken on WSL. We bite the 
bullet and use sscanf to thoroughly parse the maps file.

Also fixed the reporting of bad samples in the stats.
@P403n1x87 P403n1x87 added the bug Something isn't working label Aug 2, 2019
@P403n1x87 P403n1x87 self-assigned this Aug 2, 2019
@P403n1x87 P403n1x87 merged commit 5339fae into devel Aug 3, 2019
@P403n1x87 P403n1x87 deleted the bugfix/bss_on_wsl branch August 3, 2019 08:37
P403n1x87 added a commit that referenced this pull request Oct 20, 2019
What's New:

* Added multi-process support  (#35)

* Added support for Python 3.8 (#33)

* Added memory profile/multi-process support to TUI and Web tools (#34)

* Added sample Speedscope support (#36)

* Added Debian package badge (#30)


Bugfixes:

* Fixed Austin on WSL failing to find BSS section from maps file. (#29)

* Fixed report of bad samples in stats.


Issues:

* Closes #32 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant