-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route planner doesn't show any results #183
Comments
Could you try to run cliënt in gdb?
|
(gdb) run rand 1 1
Starting program: /home/pieter/Projects/rrrr/client rand 1 1
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
rrrr[18174]: test client starting
rrrr[18174]: test client number of requests: 1
rrrr[18174]: test client concurrency: 1
[New Thread 0x7ffff542f700 (LWP 18175)]
[New Thread 0x7ffff4c2e700 (LWP 18176)]
[New Thread 0x7ffff442d700 (LWP 18177)]
rrrr[18174]: test client thread will send 1 requests
checking tdata coherency...
checked 1767878 transfers for symmetry.
rrrr[18174]: test client thread terminating
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff542f700 (LWP 18175)]
0x00007ffff7bc6e85 in zmq_msg_close ()
from /usr/lib/x86_64-linux-gnu/libzmq.so.1
(gdb) |
Mmh that does imply something wrong with zmq. What ZMQ version are you using? |
Latest master of https://github.com/zeromq/czmq |
And same thing happens with 3.0.0 |
We always hated the czmq thing for this kind of FUBAR. What are you trying to do btw? If you are trying to webserver, we dogfood https://github.com/bliksemlabs/webserver/tree/handler_rrrr_realtime_expanded2 ourselves. |
I've built the master branch of this repo (5th of April 2014)
I've used the gtfs tec available from the openov website and built it according to the readme (successfully as far as I can see)
I've had to change some code in client.c in order for the code itself to compile:
I've compiled it successfully but when I now try to calculate a route, nothing is returned.
RRRR:
Client:
Is this due to me changing the zmq line or to something else?
The text was updated successfully, but these errors were encountered: