-
Notifications
You must be signed in to change notification settings - Fork 542
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
throwing an instance of 'dmlc::Error #152
Comments
What commit are you using and would you mind sharing the steps to reproduce? |
I just download ps-lite and https://github.com/Zminghua/pserver-LR.git , and then follow the step complied . then run the test shell: Stack trace returned 7 entries: terminate called after throwing an instance of 'dmlc::Error' Stack trace returned 7 entries: |
I meet the same error, have you solve this problem, if yes I am appreciate for your sharing ~ |
you should change some code in test.cpp like this: |
terminate called after throwing an instance of 'dmlc::Error'
what(): [16:41:36] src/van.cc:229: Check failed: obj timeout (5 sec) to wait App 0 customer 0 ready at 0
terminate called after throwing an instance of 'dmlc::Error'
what(): [16:41:36] src/van.cc:229: Check failed: obj timeout (5 sec) to wait App 0 customer 0 ready at 0
Stack trace returned 7 entries:
[bt] (0) ./ps_test() [0x409add]
[bt] (1) ./ps_test() [0x40a3bb]
[bt] (2) ./ps_test() [0x42668f]
[bt] (3) ./ps_test() [0x4291f3]
[bt] (4) /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb8c80) [0x7fedfb86fc80]
[bt] (5) /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7fedfbb406ba]
[bt] (6) /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fedfafd541d]
is timeout too small?
The text was updated successfully, but these errors were encountered: