Process completes but does not exit (leaving stranded workers)
See original GitHub issue/usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
plaso-1.3.1.post20151021
^CError in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib/python2.7/multiprocessing/util.py", line 325, in _exit_function
p.join()
File "/usr/lib/python2.7/multiprocessing/process.py", line 145, in join
res = self._popen.wait(timeout)
File "/usr/lib/python2.7/multiprocessing/forking.py", line 154, in wait
return self.poll(0)
File "/usr/lib/python2.7/multiprocessing/forking.py", line 135, in poll
pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib/python2.7/multiprocessing/util.py", line 325, in _exit_function
p.join()
File "/usr/lib/python2.7/multiprocessing/process.py", line 145, in join
res = self._popen.wait(timeout)
File "/usr/lib/python2.7/multiprocessing/forking.py", line 154, in wait
return self.poll(0)
File "/usr/lib/python2.7/multiprocessing/forking.py", line 135, in poll
pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored
Exception TypeError: "'NoneType' object is not callable" in <Finalize object, dead> ignored\
analyst 4035 3335 0 Oct29 pts/19 00:00:57 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4045 4035 0 Oct29 pts/19 00:01:02 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4048 4035 0 Oct29 pts/19 00:00:39 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4051 4035 0 Oct29 pts/19 00:00:58 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4054 4035 0 Oct29 pts/19 00:00:41 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4060 4035 0 Oct29 pts/19 00:00:44 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4063 4035 0 Oct29 pts/19 00:00:40 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4066 4035 0 Oct29 pts/19 00:00:37 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4068 4035 0 Oct29 pts/19 00:00:40 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4070 4035 0 Oct29 pts/19 00:11:09 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4073 4035 0 Oct29 pts/19 00:00:37 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4076 4035 0 Oct29 pts/19 00:00:37 /usr/bin/python /usr/local/bin/log2timeline.py -p --vss-stores 1 srt.dump /media/usb1
analyst 4083 4035 1 Oct29 pts/19 00:14:40 [log2timeline.py] <defunct>
Issue Analytics
- State:
- Created 8 years ago
- Comments:23 (12 by maintainers)
Top Results From Across the Web
Why is my AWS Batch job stuck in RUNNABLE status?
AWS Batch moves a job to RUNNABLE status when the job has no outstanding dependencies and is ready to be scheduled to a...
Read more >Question & Answer Employer Guide: Return to Work in the ...
As employees reenter the workplace, what must employers consider when reopening their physical business locations? Find out more.
Read more >What do Qatar's kafala reforms mean for company action on migrant ...
The company “issues exit visas to all workers who wish to leave the country…and takes care of all travel-related expenses at the end...
Read more >IG: DHS risks leaving remote workers stranded - FCW
The department's inspector general says backup plans for the systems that support workplace as a service are inadequate.
Read more >Exit process begins for stranded Indians in Saudi next week ...
Consul General Faiz Ahmad Kidwai said the passport authorities would fingerprint unregulated foreigners wishing to leave the country and put exit stamps on ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks again for the tip … and there I found it! wrong in my program was that one needs to get all the stuff off the queue before joining the threads (otherwise threads may not be able to terminate): http://stackoverflow.com/questions/31170788/python-multiprocessing-threads-dont-close-when-using-queue
Closing this issue, behavior of multi processing has changed due to: https://github.com/log2timeline/plaso/issues/338