Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105323 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2016-03-20 21:28 -0400 |
| Last post | 2016-03-20 21:28 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: script exits prematurely with no stderr output, but with system errors Terry Reedy <tjreedy@udel.edu> - 2016-03-20 21:28 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2016-03-20 21:28 -0400 |
| Subject | Re: script exits prematurely with no stderr output, but with system errors |
| Message-ID | <mailman.420.1458523735.12893.python-list@python.org> |
On 3/20/2016 4:55 PM, Larry Martell wrote: > Yes, I was thinking that as well about the "page allocation failure" > message, but it's almost like there were 2 errors, the first being the > unhandled exception. But why would it not output something to stderr? Formatting a traceback requires memory. As I remember, Python gives up after out-of-memory error. It might be that the out-of-memory caused a MemoryException that was not handled. -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web