Re: python reliability with EINTR handling in general modules

2012-02-02 Thread Mel Wilson
Dennis Lee Bieber wrote: > On Wed, 1 Feb 2012 23:25:36 -0800 (PST), oleg korenevich > wrote: > > >>Thanks for help. In first case all vars is python integers, maybe >>math.floor is redundant, but i'm afraid that same error with math >>module call will occur in other places of app, where math is

Re: python reliability with EINTR handling in general modules

2012-02-01 Thread oleg korenevich
On Feb 1, 6:07 pm, Dennis Lee Bieber wrote: > On Wed, 1 Feb 2012 06:15:22 -0800 (PST), oleg korenevich > > > > > > > > > > wrote: > >I have linux board on samsung SoC s3c6410 (ARM11). I build rootfs with > >buildroot: Python 2.7.1, uClibc-0.9.31. Linux kernel: Linux buildroot > >2.6.28.6 #177 Mon

python reliability with EINTR handling in general modules

2012-02-01 Thread oleg korenevich
I have linux board on samsung SoC s3c6410 (ARM11). I build rootfs with buildroot: Python 2.7.1, uClibc-0.9.31. Linux kernel: Linux buildroot 2.6.28.6 #177 Mon Oct 3 12:50:57 EEST 2011 armv6l GNU/Linux My app, written on python, in some mysterios conditons raise this exceptions: 1) exception: Fi