This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fatal Python error: Aborted
Type: crash Stage: resolved
Components: Interpreter Core Versions: Python 3.6
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: rohitlal.125555@gmail.com, steven.daprano
Priority: normal Keywords:

Created on 2019-11-12 04:19 by rohitlal.125555@gmail.com, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python_error.txt rohitlal.125555@gmail.com, 2019-11-12 04:19 Stack trace of error
Messages (2)
msg356410 - (view) Author: Rohit (rohitlal.125555@gmail.com) * Date: 2019-11-12 04:19
Python is crashing frequently. The frequency lies anywhere in between 10 hours to 24 hours of running the program.

Packages used in my program:
numba.cuda, numpy, sklearn.cluster, cv2, falcon, multiprocessing, faulthandler 

Priority: High
msg356428 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2019-11-12 09:29
I'm pretty sure you should be reporting this to Anaconda. Its a crash involving a third-party distribution of Python and third-party applications like numba and cython.
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 82954
2019-11-12 19:32:03brett.cannonsetstatus: open -> closed
resolution: third party
stage: resolved
2019-11-12 09:29:04steven.dapranosetnosy: + steven.daprano
messages: + msg356428
2019-11-12 04:19:07rohitlal.125555@gmail.comcreate