[New-bugs-announce] [issue38658] Python Program crashes when running in fore and back ground

ThePokestarFan report at bugs.python.org
Thu Oct 31 17:38:53 EDT 2019


New submission from ThePokestarFan <sarkaraoyan at gmail.com>:

I have a Python process that should not die that is multiprocessed. I have a queue process that feeds the queue every so often, but my program should use up queue items faster than the queue adds them. I have four worker threads that make requests to an API and update an SQL table with the results. However, if I use nohup and run it, it crashes. Even if I directly run it, it crashes. It used to run forever when I loaded it in PyCharm, but even that crashes it.

----------
components: macOS
files: crash.txt
messages: 355769
nosy: ThePokestarFan, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Python Program crashes when running in fore and back ground
type: crash
versions: Python 3.8
Added file: https://bugs.python.org/file48688/crash.txt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38658>
_______________________________________


More information about the New-bugs-announce mailing list