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

2016-04-07 Thread Larry Martell
On Sun, Mar 20, 2016 at 4:55 PM, Larry Martell wrote: > On Sun, Mar 20, 2016 at 4:47 PM, Joel Goldstick > wrote: >> On Sun, Mar 20, 2016 at 4:32 PM, Larry Martell >> wrote: >> >>> I have a script that I run a lot - at least 10 time every day. Usually >>> it works fine. But sometime it just stops

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

2016-03-20 Thread Terry Reedy
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.

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

2016-03-20 Thread Joel Goldstick
On Sun, Mar 20, 2016 at 4:55 PM, Larry Martell wrote: > On Sun, Mar 20, 2016 at 4:47 PM, Joel Goldstick > wrote: > > On Sun, Mar 20, 2016 at 4:32 PM, Larry Martell > > wrote: > > > >> I have a script that I run a lot - at least 10 time every day. Usually > >> it works fine. But sometime it just

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

2016-03-20 Thread Larry Martell
On Sun, Mar 20, 2016 at 4:47 PM, Joel Goldstick wrote: > On Sun, Mar 20, 2016 at 4:32 PM, Larry Martell > wrote: > >> I have a script that I run a lot - at least 10 time every day. Usually >> it works fine. But sometime it just stops running with nothing output >> to stdout or stderr. I've been t

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

2016-03-20 Thread Joel Goldstick
On Sun, Mar 20, 2016 at 4:32 PM, Larry Martell wrote: > I have a script that I run a lot - at least 10 time every day. Usually > it works fine. But sometime it just stops running with nothing output > to stdout or stderr. I've been trying to debug this for a while, and > today I looked in the sys

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

2016-03-20 Thread Larry Martell
I have a script that I run a lot - at least 10 time every day. Usually it works fine. But sometime it just stops running with nothing output to stdout or stderr. I've been trying to debug this for a while, and today I looked in the system logs and saw this: abrt: detected unhandled Python exceptio