marxin / cvise

Super-parallel Python port of the C-Reduce
Other
220 stars 25 forks source link

Obscure crash error message #150

Open vext01 opened 4 weeks ago

vext01 commented 4 weeks ago

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 commented 3 weeks ago

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