#3682 closed defect (worksforme)
Timeline seems to lock up/crash when using fcgi
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | timeline | Version: | 0.10b1 |
Severity: | normal | Keywords: | fcgi |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When using Timeline under fcgi, it seems to crash or lock up. No errors are reported in trac.log, and it works perfectly when using cgi.
As an example:
http://www.freepbx.org/trac/timeline (cgi) works perfectly http://www.freepbx.org/ftrac/timeline (fcgi) crashes 20 days into it.
If you adjust the 'view changes from' and change it to 19 days, it finishes fine without crashing or locking up (it does either, randomly).
—Rob
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Keywords: | fcgi added |
---|
comment:2 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 by , 18 years ago
'fcgi' actually now uses mod_python, as it was too unreliable. We actually did some benchmarking of mod_python vs fcgi - with 10 simultaneous http transactions, doing 100 requests, at least 10 of those transactions would fail. Anyway, that specific error is no longer relevant, because we're no longer using it 8)
Looks like http://www.freepbx.org/ftrac/timeline works fine, now. Not sure what it could have been. As usual when a crash happens, nothing really useful can be done without a backtrace (see TracTroubleshooting for tips).