We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greetings!
I was reducing the Lua interpreter when after 9 days I got this crash:
... 9 days, 8:57:49 INFO (85.8%, 102252 bytes, 1926 lines) 9 days, 9:00:04 INFO (85.8%, 102245 bytes, 1926 lines) Traceback (most recent call last): File "/usr/bin/cvise", line 312, in <module> reducer.reduce(pass_group, skip_initial=args.skip_initial_passes) File "/usr/share/cvise/cvise.py", line 146, in reduce self._run_main_passes(pass_group['main']) File "/usr/share/cvise/cvise.py", line 176, in _run_main_passes self.test_manager.run_pass(p) File "/usr/share/cvise/utils/testing.py", line 529, in run_pass success_env = self.run_parallel_tests() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/cvise/utils/testing.py", line 445, in run_parallel_tests quit_loop = self.process_done_futures() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/cvise/utils/testing.py", line 378, in process_done_futures raise future.exception() pebble.common.ProcessExpired: Abnormal termination
The error doesn't really tell me what went wrong. I wonder if the message could be improved somehow?
This was using cvise 2.7.0 (d9e4a505) from the Debian apt repo.
cvise 2.7.0 (d9e4a505)
(It's possible this has already been fixed I guess)
The text was updated successfully, but these errors were encountered:
The error comes from pebble package and it's something not expected. Hard to guess what caused that.
pebble
Sorry, something went wrong.
No branches or pull requests
Greetings!
I was reducing the Lua interpreter when after 9 days I got this crash:
The error doesn't really tell me what went wrong. I wonder if the message could be improved somehow?
This was using
cvise 2.7.0 (d9e4a505)
from the Debian apt repo.(It's possible this has already been fixed I guess)
The text was updated successfully, but these errors were encountered: