Bug 187683 - tclhttpd hangs during startup
Summary: tclhttpd hangs during startup
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: tclhttpd
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Wart
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-02 16:58 UTC by Wart
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-04-02 20:35:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Wart 2006-04-02 16:58:22 UTC
Description of problem:
tclhttpd hangs after starting and doesn't respond to any requests.


Version-Release number of selected component (if applicable):
tclhttpd-3.5.1-10.fc5

How reproducible:
Always

Steps to Reproduce:
1. yum install tclhttpd (fails, see bug #187682)
2. service tclhttpd start
3. point your web browser to http://localhost:8015
  
Actual results:
The browser stalls while waiting for a response


Expected results:
The tclhttpd start page appears

Additional info:

tclhttpd uses 'fork' to fork into the background after opening up the server
socket.  FC5 started building Tcl with threads.  Unfortunately, fork does not
play well with a threaded Tcl.

Comment 1 Wart 2006-04-02 20:35:11 UTC
New build available that disables [fork] for threaded builds of Tcl.


Note You need to log in before you can comment on or make changes to this bug.