-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
EXC_BAD_ACCESS #297
Description
- preparing data by running: cuke features/basic.feature:72
- running osrm-routed with gdb
- and then requesting: http://localhost:5000/viaroute?loc=0.999100800287744,1.0&loc=0.999100800287744,1.000899199712256&output=json&geomformat=cmp
causes EXC_BAD_ACCESS
[info Server/RequestHandler.h:61] 13-05-2012 10:11:18 127.0.0.1 - curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5 /viaroute?loc=0.999100800287744,1.0&loc=0.999100800287744,1.000899199712256&output=json&geomformat=cmp
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x000000000000000c
[Switching to process 2551 thread 0x1903]
0x0000000100074203 in SearchEngine<QueryEdge::EdgeData, StaticGraphQueryEdge::EdgeData >::_RoutingStep (this=0x100605940, _forwardHeap=@0x1000f1290, _backwardHeap=@0x1000f12b0, middle=0x101a7f738, _upperbound=0x101a7f73c, edgeBasedOffset=948) at SearchEngine.h:438
438 bool backwardDirectionFlag = (!forwardDirection) ? data.forward : data.backward;