Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105323
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: script exits prematurely with no stderr output, but with system errors |
| Date | 2016-03-20 21:28 -0400 |
| Message-ID | <mailman.420.1458523735.12893.python-list@python.org> (permalink) |
| References | <CACwCsY4T5fJmPjuE7wDxJ+kzLtuxRZaw+zxW7Oo_KwjK+xAq2Q@mail.gmail.com> <CAPM-O+wykRfwe77oMG==pLvXdNCub5zBjU-9k7vqQBJx7xn6ug@mail.gmail.com> <CACwCsY4r=L9bia-Zid3OH=1ZgZXFufkJPAkcCr7NQX0FXBjNTg@mail.gmail.com> |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: script exits prematurely with no stderr output, but with system errors Terry Reedy <tjreedy@udel.edu> - 2016-03-20 21:28 -0400
csiph-web