Ticket #5 (closed defect: fixed)
Segmentation fault on lineno in cgiMain
Reported by: | relet | Owned by: | djay |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | zoo-kernel | Version: | 1.0 |
Keywords: | Cc: |
Description
Following the instructions on the page "Zoo Kernel" - "Installation" for the svn installation, configured with
./configure --with-python=/usr/ --without-php --without-java
(and optionally --without-js for the version 1.0) I ended up with a binary that segfaults in the first line of cgiMain() (line no. 140) calling dup2. The two file handles are equal, even before the call to dup2.
Calling it as cgi results in a segfault as well, I assume for the same reason.
Change History
Note: See
TracTickets for help on using
tickets.