Message348515
I hope that when an error occurs, python tells me what the problem is. The abort core error is a problem at a lower level than python because python is not able to recognize or handle the error.
The main problem is that I exceeded the maximum number of process threads supported by the kernel.
What I hope is that python throws an exception when it exceeds this limit or when it cannot access the pointer in memory of the process thread.
The problem is not if the script is right or wrong, but that Python is not able to recognize and handle the problem. A generic message saying that an error occurred without indicating where and how it occurred is a python bug. |
|
Date |
User |
Action |
Args |
2019-07-26 18:02:06 | Yhojann Aguilera | set | recipients:
+ Yhojann Aguilera, pitrou, vstinner, ionelmc, neologix, nikicat, zwol, Barry Davis, xtreak |
2019-07-26 18:02:06 | Yhojann Aguilera | set | messageid: <1564164126.22.0.501394982845.issue18748@roundup.psfhosted.org> |
2019-07-26 18:02:06 | Yhojann Aguilera | link | issue18748 messages |
2019-07-26 18:02:06 | Yhojann Aguilera | create | |
|