[issue38658] Python Program crashes when running in fore and back ground

2019-11-01 Thread ThePokestarFan


ThePokestarFan  added the comment:

Thank you. Closing this issue.

--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38658] Python Program crashes when running in fore and back ground

2019-10-31 Thread Ned Deily


Ned Deily  added the comment:

Thanks for the report.  This appears to be another instance of a long-standing 
unresolved problem when using networks functions in a thread application on 
macOS that invoke Python's _scproxy helper module to obtain possible network 
proxy configuration info from macOS. For more details see, for example, 
Issue13829. Assuming your application does not need to connect through a 
network proxy, suggest trying the workaround in 
https://bugs.python.org/issue30385#msg293958 which avoids the call to _scproxy 
by defining the no_proxy environment variable.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38658] Python Program crashes when running in fore and back ground

2019-10-31 Thread ThePokestarFan


New submission from ThePokestarFan :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com