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

Obscure crash error message #150

Open
vext01 opened this issue Aug 20, 2024 · 1 comment
Open

Obscure crash error message #150

vext01 opened this issue Aug 20, 2024 · 1 comment

Comments

@vext01
Copy link

vext01 commented Aug 20, 2024

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.

(It's possible this has already been fixed I guess)

@marxin
Copy link
Owner

marxin commented Aug 27, 2024

The error comes from pebble package and it's something not expected. Hard to guess what caused that.

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