Jae-Joon Lee <lee.j.j...@gmail.com> writes:

> I don't see such any error and I'm not sure if the error is related
> with my patch since the ps backend does not use dviread module.

Darren didn't include the complete traceback, but it seems that dviread
does get used by TexManager.get_text_width_height_descent unless the
text.latex.preview parameter is set. So if preview.sty is available,
setting the parameter might help with that particular problem.

> On Thu, Apr 30, 2009 at 11:44 AM, Darren Dale <dsdal...@gmail.com> wrote:
>>   File "/usr/lib64/python2.6/subprocess.py", line 1084, in _execute_child
>>     data = os.read(errpipe_read, 1048576) # Exceptions limited to 1 MB
>> OSError: [Errno 4] Interrupted system call

I thought subprocess.el handled EINTR, but apparently not:

http://bugs.python.org/issue1068268

I guess the reason why some people run into this and others don't is
that (some) GUI toolkits make use of signals, and the probability of
receiving a signal while reading from the subprocess pipe depends on
various system-specific details.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to