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

Errors in collecting stack traces can result in empty string #3093

Open
danobi opened this issue Mar 28, 2024 · 0 comments
Open

Errors in collecting stack traces can result in empty string #3093

danobi opened this issue Mar 28, 2024 · 0 comments
Labels
bug Something isn't working difficulty: medium reliability Correctness and polish work

Comments

@danobi
Copy link
Member

danobi commented Mar 28, 2024

What reproduces the bug? Provide code if possible.

Currently the following output is possible:

^C
...
@[]: 1234

This is incredibly misleading and hard to diagnose. What's worse, the error LOG is printed before any map output, so it gets immediately lost in the scrollback.

The fix would be to show better diagnostics in applicable cases. See #2392 for full discussion

@danobi danobi added bug Something isn't working difficulty: medium reliability Correctness and polish work labels Mar 28, 2024
@ajor ajor mentioned this issue Apr 5, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working difficulty: medium reliability Correctness and polish work
Projects
None yet
Development

No branches or pull requests

1 participant