Create a "good" (TBD) crash/exception handler for BT5 (or rather for inject and launcher).
Detailed description
We have had various bug reports in the past that were just about "it crashes". Often, the information the log output only indicated roughly when it crashed but not really where, e.g. memory/ip addresses. It might be helpful to have some more low level information available for debugging these things.
Benefits
Information supports debugging efforts and reduces communication overhead on bug reports.
Drawbacks
None.
Current blockers
None.
## Summary
<!--- Provide a general summary of your changes in the Title above -->
Create a "good" (TBD) crash/exception handler for BT5 (or rather for `inject` and `launcher`).
## Detailed description
<!--- Describe your feature in detail -->
We have had various bug reports in the past that were just about "it crashes". Often, the information the log output only indicated roughly when it crashed but not really where, e.g. memory/ip addresses. It might be helpful to have some more low level information available for debugging these things.
## Benefits
<!--- Describe the value/benefits of the feature in detail -->
Information supports debugging efforts and reduces communication overhead on bug reports.
## Drawbacks
<!--- Describe any drawbacks that might be introduced with this feature -->
None.
## Current blockers
<!--- Describe any blockers that need to be resolved before implementing this feature -->
None.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Create a "good" (TBD) crash/exception handler for BT5 (or rather for
injectandlauncher).Detailed description
We have had various bug reports in the past that were just about "it crashes". Often, the information the log output only indicated roughly when it crashed but not really where, e.g. memory/ip addresses. It might be helpful to have some more low level information available for debugging these things.
Benefits
Information supports debugging efforts and reduces communication overhead on bug reports.
Drawbacks
None.
Current blockers
None.
Finally addressed by https://github.com/djhackersdev/bemanitools/pull/278