Edgewall Software

Opened 10 years ago

Last modified 10 years ago

#11551 closed defect

upgrade to os x 10.9 seems to introduce tracd errors — at Version 1

Reported by: Bill Hernandez (Plano, Texas) Owned by:
Priority: normal Milestone: 0.12.6
Component: general Version: 1.0.1
Severity: normal Keywords: http11 exception tracd
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Bill Hernandez (Plano, Texas))

I have installed OS X 10.9 Mavericks on several machines, and after reboot I notice errors that I have not seen with prior versions of the operating system.

$ tracd —version tracd 1.0.1

Any ideas ?

Bill Hernandez Plano, Texas

$ export TRAC_ENV_INDEX_TEMPLATE=/source/templates/projects.html

$ trac_env=/source/trac; /usr/local/bin/tracd —port=8000 -e ${trac_env} —basic-auth=*,${trac_env}/.htpasswd,${trac_env}

Server starting in PID 472.

Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/

Using HTTP/1.1 protocol version

127.0.0.1 - - [18/Mar/2014 22:02:31] "GET / HTTP/1.1" 200 -

127.0.0.1 - - [18/Mar/2014 22:02:31] "GET / HTTP/1.1" 200 -


Exception happened during processing of request from ('127.0.0.1', 49279)

Traceback (most recent call last):

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread

self.finish_request(request, client_address)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request

self.RequestHandlerClass(request, client_address, self)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in init

self.finish()

File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish

BaseHTTPRequestHandler.finish(self)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish

self.wfile.close()

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close

self.flush()

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush

self._sock.sendall(view[write_offset:write_offset+buffer_size])

error: [Errno 32] Broken pipe


NOTICE THE LINE CONTAINING: File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in finish

I was not able to find any info on how to remove "build/bdist.macosx-10.8-intel" and install "build/bdist.macosx-10.9-intel"

I am not a python person, so I would be most grateful for some detailed info…

Change History (1)

comment:1 by Bill Hernandez (Plano, Texas), 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.