h2ooooooo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

random crashes using gitweb #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup mongoose to use with gitweb
(http://asimilatorul.com/adapter/post/git-instaweb-using-mongoose-and-msysgit/)

What is the expected output? What do you see instead?
random crashes:
Unhandled exception at 0x004031d6 in mongoose4instagit.exe: 0xC0000005:
Access violation reading location 0x00000454.

What version of the product are you using? On what operating system?
mongoose 2.8, windows xp, windows server 2008

Please provide any additional information below.
- gitweb/git 1.6.5.1

- mongoose_error.log is empty

- mongoose.conf:
root          k:/pr/xxx/.git/gitweb/www
ports         12345
index_files   gitweb.cgi
#ssl_cert     /gitweb/ssl_cert.pem
access_log    k:/pr/xxx/.git/gitweb/mongoose_access.log
error_log     k:/pr/xxx/.git/gitweb/mongoose_error.log

#cgi setup
cgi_env     PATH=k:\dev\tools\msysGit\bin
cgi_interp  k:\dev\tools\msysGit\bin\perl.exe
cgi_ext     cgi,pl,perl

# mimetype mapping
mime_types 
.gz=application/x-gzip,.tar.gz=application/x-tgz,.tgz=application/x-tgz,.tar=app
lication/x-tar,.zip=application/zip,.gif=image/gif,.jpg=image/jpeg,.jpeg=image/j
peg,.png=image/png,.css=text/css,.html=text/html,.htm=text/html,.js=text/javascr
ipt,.c=text/plain,.cpp=text/plain,.log=text/plain,.conf=text/plain,.text=text/pl
ain,.txt=text/plain,.dtd=text/xml,.bz2=application/x-bzip,.tbz=application/x-bzi
p-compressed-tar,.tar.bz2=application/x-bzip-compressed-tar

Original issue reported on code.google.com by alexandr...@gmail.com on 20 Oct 2009 at 10:27

GoogleCodeExporter commented 9 years ago
Is there any debug-enabled binary in order to pin-point the problem? It could be
something strange in the perl side.

Original comment by alexandr...@gmail.com on 23 Oct 2009 at 7:36

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 2 May 2010 at 11:17