Hi,
I'm using apache + CGI approach on WinXP to host multiple repositories. I'm
running into 'Internal Server Error' many times with fossil asserting on
folliwng line, which appears many times in bag.c file of fossil source code:
assert( e>0 );
Here is error log from apache:
[Sun Aug 16 17:59:21 2009] [error] [client 127.0.0.1] Premature end of script
headers: fossil
[Sun Aug 16 17:59:21 2009] [error] [client 127.0.0.1] Assertion failed: e>0,
file bag_.c, line 102\r
[Sun Aug 16 17:59:21 2009] [error] [client 127.0.0.1] \r
[Sun Aug 16 17:59:21 2009] [error] [client 127.0.0.1] This application has
requested the Runtime to terminate it in an unusual way.
[Sun Aug 16 17:59:21 2009] [error] [client 127.0.0.1] Please contact the
application's support team for more information.\r
My apache configuration:
<Location /fossil/>
SetHandler cgi-script
AcceptPathInfo On
Options +ExecCGI
</Location>
CGI script:
#! o:/tools/fossil.exe
repository: d:/temp/main.fossil
I can access web interface using URL: http://localhost/fossil/main
I get this error only on Timeline page!
Your help is needed.
Please let m eknow if I should publish any more details.
- Altu
--
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com!
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users