chesterpolo / mongoose

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

Crash on Reload in TRUN version under Windows #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the trunk version of mongoose
2. Reload an HTML page
3. Server crashes

What is the expected output? What do you see instead?
Expected --> seeing the HTML output in the browser
Instead  --> crash

What version of the product are you using? On what operating system?
2.9 - TRUNK on <b>Windows</b>

Please provide any additional information below.

The cause is that <b>INT64_FMT</b> is defined wrong under Windows:
Actual:
#define INT64_FMT "I64"
Target:
#define INT64_FMT "I64d"

Original issue reported on code.google.com by tneuhofer@gmail.com on 2 Oct 2009 at 12:29

GoogleCodeExporter commented 9 years ago
Fixed, thanks

Original comment by valenok on 12 Sep 2010 at 9:40