Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105323 > unrolled thread

Re: script exits prematurely with no stderr output, but with system errors

Started byTerry Reedy <tjreedy@udel.edu>
First post2016-03-20 21:28 -0400
Last post2016-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.


Contents

  Re: script exits prematurely with no stderr output, but with system errors Terry Reedy <tjreedy@udel.edu> - 2016-03-20 21:28 -0400

#105323 — Re: script exits prematurely with no stderr output, but with system errors

FromTerry Reedy <tjreedy@udel.edu>
Date2016-03-20 21:28 -0400
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web