[gstreamer-bugs] [Bug 147641] - pydoc segfaults when viewing gst package doc
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Mon Jul 26 05:20:13 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=147641
GStreamer | gst-python | Ver: HEAD CVS
------- Additional Comments From bilboed at bilboed.com 2004-07-26 08:20 -------
I made a little test.py containing the same lines as the pydoc program and ran
it as follows:
bash-2.05b$ python -d test.py -p 9876
pydoc server ready at http://localhost:9876/
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 33123)
Traceback (most recent call last):
File "/usr/lib/python2.3/SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "/usr/lib/python2.3/SocketServer.py", line 241, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.3/SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.3/SocketServer.py", line 521, in __init__
self.handle()
File "/usr/lib/python2.3/BaseHTTPServer.py", line 324, in handle
self.handle_one_request()
File "/usr/lib/python2.3/BaseHTTPServer.py", line 318, in handle_one_request
method()
File "/usr/lib/python2.3/pydoc.py", line 1851, in do_GET
self.send_document('Index of Modules', contents)
File "/usr/lib/python2.3/pydoc.py", line 1812, in send_document
self.send_response(200)
File "/usr/lib/python2.3/BaseHTTPServer.py", line 377, in send_response
self.send_header('Server', self.version_string())
File "/usr/lib/python2.3/BaseHTTPServer.py", line 383, in send_header
self.wfile.write("%s: %s\r\n" % (keyword, value))
File "/usr/lib/python2.3/socket.py", line 254, in write
self.flush()
File "/usr/lib/python2.3/socket.py", line 241, in flush
self._sock.sendall(buffer)
error: (32, 'Broken pipe')
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 33124)
Traceback (most recent call last):
File "/usr/lib/python2.3/SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "/usr/lib/python2.3/SocketServer.py", line 241, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.3/SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.3/SocketServer.py", line 521, in __init__
self.handle()
File "/usr/lib/python2.3/BaseHTTPServer.py", line 324, in handle
self.handle_one_request()
File "/usr/lib/python2.3/BaseHTTPServer.py", line 318, in handle_one_request
method()
File "/usr/lib/python2.3/pydoc.py", line 1832, in do_GET
'no Python documentation found for %s' % repr(path))
File "/usr/lib/python2.3/pydoc.py", line 1812, in send_document
self.send_response(200)
File "/usr/lib/python2.3/BaseHTTPServer.py", line 377, in send_response
self.send_header('Server', self.version_string())
File "/usr/lib/python2.3/BaseHTTPServer.py", line 383, in send_header
self.wfile.write("%s: %s\r\n" % (keyword, value))
File "/usr/lib/python2.3/socket.py", line 254, in write
self.flush()
File "/usr/lib/python2.3/socket.py", line 241, in flush
self._sock.sendall(buffer)
error: (32, 'Broken pipe')
----------------------------------------
Error on option -p: unknown option.
Run 'test.py --help' to see a full list of available command line options.
[1]+ Done emacs test.py
Segmentation fault
bash-2.05b$
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list