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

Debugging breakpoints needed #31

Closed
ramosian-glider opened this issue Aug 31, 2015 · 3 comments
Closed

Debugging breakpoints needed #31

ramosian-glider opened this issue Aug 31, 2015 · 3 comments

Comments

@ramosian-glider
Copy link
Member

Originally reported on Google Code with ID 31

We need to export symbols that can serve as breakpoints at the places where ASan is
likely to crash or exit.
It also can be useful to ask the tool to sleep for a while before exiting

Reported by ramosian.glider on 2012-01-24 17:10:27

@ramosian-glider
Copy link
Member Author

>> We need to export symbols that can serve as breakpoints 
Does __asan::AsanDie() work for this purpose? 

Reported by konstantin.s.serebryany on 2012-01-31 00:30:55

@ramosian-glider
Copy link
Member Author

r149306 adds a flag sleep_before_dying.

% ASAN_OPTIONS=sleep_before_dying=1000 ./a.out 
... 
==28323== Sleeping for 1000 seconds

Reported by konstantin.s.serebryany on 2012-01-31 00:57:24

  • Status changed: Fixed

@ramosian-glider
Copy link
Member Author

Adding Project:AddressSanitizer as part of GitHub migration.

Reported by ramosian.glider on 2015-07-30 09:12:58

  • Labels added: ProjectAddressSanitizer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant