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

How to report Boxer hangs #75

Open
rigdern opened this issue Jun 5, 2024 · 1 comment
Open

How to report Boxer hangs #75

rigdern opened this issue Jun 5, 2024 · 1 comment

Comments

@rigdern
Copy link

rigdern commented Jun 5, 2024

Sometimes I'll do something and Boxer will hang. It looks like this:

image

No Common Lisp exception is shown. No Terminal window automatically appears with information about Common Lisp's state.

Is there a way to collect data that would be useful for reporting such hangs?

@sgithens
Copy link
Member

sgithens commented Jun 6, 2024

This is a good question. Assuming it's reproducible, or even mildly reproducible, I'd recommend:

  • Taking a screen of the full window and including it (assuming there isn't any private/personal data on it)
  • Attach the microworld .box file if you can (unless it's one of the examples checked in to github, then you could just reference it and it's version. Or still upload it if that's easier)
  • Describe as best you can what you were doing. Especially if you may have been doing some sort of input, or resizing the window, or evaluating a particular line, or resizing the window WHILE evaluating a line. etc.
  • And then comment on how reproducible it is... always happens, intermittent, etc.

Hopefully this helps a bit...
I am considering adding an advanced/debug menu option on a future version to pop open the lisp repl, in case I needed more information.

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

No branches or pull requests

2 participants