Comment 2 for bug 787953

Revision history for this message
Timo Juhani Lindfors (timo-lindfors) wrote :

Thanks for the report. I work on Debian but here's some information:

If I select

Start 60.121075,24.460361
End 60.121075,24.460361
Service openrouteservice.org

I get

do_pickpoint():
close(14) in netlib_connectsock()
close(14) in netlib_connectsock()
close(14) in netlib_connectsock()
close(14) in netlib_connectsock()
fetch_track(): 60.121075,24.460361, 60.116558,24.448656
URL ROUTE www.tangogps.org/friends/navtrack.php?service=1&start=60.121075,24.460361&end=60.116558,24.448656
close(15) in netlib_connectsock()
HTTP-GET: size: 24, statuscode 203
noname.xml:1: parser error : Start tag expected, '<' not found
temporarily out of order
^
Failed to parse document
close(14) in netlib_connectsock()
close(14) in netlib_connectsock()

but no crash (this is foxtrotgps 0.99.4+debian3-3).

We have no control over www.tangogps.org. Can you reproduce the crash at will? Could you capture the network traffic between you and www.tangogps.org when that happens so that I could replay it?

You can record it without root privileges if you do

"strace -o foxtrotgps.strace -s4096 -f foxtrotgps"

and attach the foxtrotgps.strace here.