chesterpolo / mongoose

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

crash in analyze_request #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. curl -d @post.xml -H "Content-Type: application/soap+xml;charset=UTF-8" 
http://ccc.com/api/lap_add
curl: (52) Empty reply from server
# cat post.xml
{"username":"john","sport":"ski","spot":"blue","MaxSpeed":15.11,"AvgSpeed":
12.22,"hangtime":6.5}

2.
==27379== Jump to the invalid address stated on the next line
==27379==    at 0x4: ???
==27379==    by 0x805F8AB: analyze_request(mg_connection*) 
(mongoose.c:3671)
==27379==    by 0x805FE70: process_new_connection(mg_connection*) 
(mongoose.c:4452)
==27379==    by 0x8060076: worker_thread(mg_context*) (mongoose.c:4541)
==27379==    by 0x4061EDC: start_thread (pthread_create.c:298)
==27379==    by 0x42440FD: clone (in /lib/libc-2.5.90.so)
==27379==  Address 0x4 is not stack'd, malloc'd or (recently) free'd

Original issue reported on code.google.com by tuqiang2...@gmail.com on 9 Mar 2010 at 5:40

GoogleCodeExporter commented 9 years ago
Can't reproduce it.
What code version are you using? Are you posting to the embedded handler?

Original comment by valenok on 21 Apr 2010 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 7 Sep 2010 at 7:38