h2ooooooo / mongoose

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

Spontaneous crashes on Windows Vista #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running mongoose.exe
2. Waiting for different times (no action required, but action doesn't prevent)

What is the expected output? What do you see instead?
mongoose.exe crashes

What version of the product are you using? On what operating system?
- Windows Vista SP2 german
- Mongoose 2.8

Please provide any additional information below.

- Windows eventlog says:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="0">1000</EventID> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2010-05-30T17:06:53.000Z" /> 
  <EventRecordID>19826</EventRecordID> 
  <Channel>Application</Channel> 
  <Computer>tapper</Computer> 
  <Security /> 
  </System>
 <EventData>
  <Data>mongoose.exe</Data> 
  <Data>0.0.0.0</Data> 
  <Data>4a550a05</Data> 
  <Data>mongoose.exe</Data> 
  <Data>0.0.0.0</Data> 
  <Data>4a550a05</Data> 
  <Data>c0000005</Data> 
  <Data>000031d6</Data> 
  <Data>1058</Data> 
  <Data>01cb001a74c972e0</Data> 
  </EventData>
</Event>

- mongoose.conf:

root            C:\Users\jdoe\Documents\My Dropbox\Frauenhaus\www\
ports           80
error_log       C:\Users\jdoe\Documents\My
Dropbox\Frauenhaus\tmp\mongoose_error_log.txt
cgi_interp      C:\Users\jdoe\Documents\My Dropbox\Frauenhaus\php-cgi.exe
cgi_ext         php
dir_list        yes
index_files     index.html,index.htm,index.php,index.cgi

--
Thanks for developing this still wonderful software!
ciao

Original issue reported on code.google.com by tilo.fre...@gmail.com on 30 May 2010 at 9:55

GoogleCodeExporter commented 9 years ago
Also happens if I run it as a service.
error-code still "c0000005" and offset still "000031d6".

Maybe because it is serving a Dropbox-folder? Anybody else having problems with 
dropbox-folders?

Original comment by tilo.fre...@gmail.com on 25 Jul 2010 at 11:12

GoogleCodeExporter commented 9 years ago
Please update to 2.9

Original comment by valenok on 3 Sep 2010 at 4:04

GoogleCodeExporter commented 9 years ago
Thanks a lot!
Updated to 2.9 and problem seems solved.

Original comment by tilo.fre...@gmail.com on 5 Sep 2010 at 10:06