#4444: broken pipe issue
------------------------------+---------------------------------------------
   Reporter:  vanderkerkoff   |                Owner:  adrian        
     Status:  new             |            Component:  Core framework
    Version:  0.96            |           Resolution:                
   Keywords:  broken pipe 32  |                Stage:  Unreviewed    
  Has_patch:  0               |           Needs_docs:  0             
Needs_tests:  0               |   Needs_better_patch:  0             
------------------------------+---------------------------------------------
Changes (by mtredinnick):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Old description:

> Hello everyone
> 
> I've had a good day looking into this and can't work out what the f*ck is
> going on.
> 
> I've updated my django_src as of today, 31/05/07.
> 
> My sites are all running fine, but if I'm using Firefox 2.0.0.4 I'm
> getting the error below appear in my terminal.  It doesn't happen with
> Safari, but it does screw AB up, only one request gets returned.
> 
> Can anyone shed some light on this issue, I'd be really grateful.
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.5/site-
> packages/django/core/servers/basehttp.py", line 273, in run
>     self.finish_response()
>   File "/usr/local/lib/python2.5/site-
> packages/django/core/servers/basehttp.py", line 312, in finish_response
>     self.write(data)
>   File "/usr/local/lib/python2.5/site-
> packages/django/core/servers/basehttp.py", line 389, in write
>     self.send_headers()
>   File "/usr/local/lib/python2.5/site-
> packages/django/core/servers/basehttp.py", line 441, in send_headers
>     self.send_preamble()
>   File "/usr/local/lib/python2.5/site-
> packages/django/core/servers/basehttp.py", line 372, in send_preamble
>     self._write('Date: %s\r\n' % time.asctime(time.gmtime(time.time())))
>   File "/usr/local/lib/python2.5/socket.py", line 261, in write
>     self.flush()
>   File "/usr/local/lib/python2.5/socket.py", line 248, in flush
>     self._sock.sendall(buffer)
> error: (32, 'Broken pipe')

New description:

 Hello everyone
 
 I've had a good day looking into this and can't work out what the f*ck is
 going on.
 
 I've updated my django_src as of today, 31/05/07.
 
 My sites are all running fine, but if I'm using Firefox 2.0.0.4 I'm
 getting the error below appear in my terminal.  It doesn't happen with
 Safari, but it does screw AB up, only one request gets returned.
 
 Can anyone shed some light on this issue, I'd be really grateful.
 {{{
 #!python
 Traceback (most recent call last):
   File "/usr/local/lib/python2.5/site-
 packages/django/core/servers/basehttp.py", line 273, in run
     self.finish_response()
   File "/usr/local/lib/python2.5/site-
 packages/django/core/servers/basehttp.py", line 312, in finish_response
     self.write(data)
   File "/usr/local/lib/python2.5/site-
 packages/django/core/servers/basehttp.py", line 389, in write
     self.send_headers()
   File "/usr/local/lib/python2.5/site-
 packages/django/core/servers/basehttp.py", line 441, in send_headers
     self.send_preamble()
   File "/usr/local/lib/python2.5/site-
 packages/django/core/servers/basehttp.py", line 372, in send_preamble
     self._write('Date: %s\r\n' % time.asctime(time.gmtime(time.time())))
   File "/usr/local/lib/python2.5/socket.py", line 261, in write
     self.flush()
   File "/usr/local/lib/python2.5/socket.py", line 248, in flush
     self._sock.sendall(buffer)
 error: (32, 'Broken pipe')
 }}}

Comment:

 What is the minimum that has to be done to cause the problem? What are you
 doing in Firefox to cause the error to occur? There is nothing repeatable
 in this bug report, so it's a bit hard to proceed further.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4444#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to