Code Monkey home page Code Monkey logo

Comments (2)

EricRobert avatar EricRobert commented on July 27, 2024

Hi,

Glad you finally made it. Good job!

Now for that specific test, I wouldn't worry too much about it. We
experience intermittent failures of that test and we're looking into it. It
should end up passing if you try to run it multiple times. It seems to be
some kind of timing issue so it will depend on the hardware you're using.
So, simply ignore it for the time being.

Have fun,

Éric

On Fri, May 3, 2013 at 7:18 AM, murtazavf [email protected] wrote:

Hi, rtbkit made compiled successfully but while running make test it
throws following exceptions:

[TESTCASE] redis_async_test
redis_async_test FAILED
Running 2 test cases...
starting redis temporary server under unique path
build/x86_64/tmp/redis-temporary-server-30620-1
running redis

----------------- Exception thrown ------------------------
type: ML::Exception
pid: 30623; tid: 30623
what: redis failed to start: No such file or directory
stack:
00: 0x0x2b8435d7fde7 at _cxa_throw + 0x27 in
build/x86_64/bin/libexception_hook.so +
0xde7build/x86_64/bin/libexception_hook.so(_cxa_throw+0x27)
[0x2b8435d7fde7]
01: 0x0x4197f8 at Redis::RedisTemporaryServer::start() + 0x688 in
build/x86_64/tests/redis_async_test +
0x197f8build/x86_64/tests/redis_async_test(_ZN5Redis20RedisTemporaryServer5startEv+0x688)
[0x4197f8]
02: 0x0x41053e in build/x86_64/tests/redis_async_test +
0x1053ebuild/x86_64/tests/redis_async_test() [0x41053e]
03: 0x0x413330 at test_redis_async::test_method() + 0x50 in
build/x86_64/tests/redis_async_test +
0x13330build/x86_64/tests/redis_async_test(_ZN16test_redis_async11test_methodEv+0x50)
[0x413330]
04: 0x0x416401 in build/x86_64/tests/redis_async_test +
0x16401build/x86_64/tests/redis_async_test() [0x416401]
05: 0x0x416887 at boost::unit_test::ut_detail::callback0_impl_t::invoke()

  • 0x7 in build/x86_64/tests/redis_async_test +
    0x16887build/x86_64/tests/redis_async_test(_ZN5boost9unit_test9ut_detail16callback0_impl_tINS1_6unusedEPFvvEE6invokeEv+0x7)
    [0x416887]
    06: 0x0x2b8436415131 in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x65131/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(+0x65131)
    [0x2b8436415131]
    07: 0x0x2b84363f95fe at
    boost::execution_monitor::catch_signals(boost::unit_test::callback0 const&)
  • 0xde in /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x495fe/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(_ZN5boost17execution_monitor13catch_signalsERKNS_9unit_test9callback0IiEE+0xde)
    [0x2b84363f95fe]
    08: 0x0x2b84363f9efb at
    boost::execution_monitor::execute(boost::unit_test::callback0 const&) +
    0x2b in /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x49efb/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(_ZN5boost17execution_monitor7executeERKNS_9unit_test9callback0IiEE+0x2b)
    [0x2b84363f9efb]
    09: 0x0x2b843641522b at
    boost::unit_test::unit_test_monitor_t::execute_and_translate(boost::unit_test::test_case
    const&) + 0xab in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x6522b/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS0_9test_caseE+0xab)
    [0x2b843641522b]
    10: 0x0x2b84364009a1 at
    boost::unit_test::framework_impl::visit(boost::unit_test::test_case const&)
  • 0xb1 in /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x509a1/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(ZN5boost9unit_test14framework_impl5visitERKNS0_9test_caseE+0xb1)
    [0x2b84364009a1]
    11: 0x0x2b8436431093 at
    boost::unit_test::traverse_test_tree(boost::unit_test::test_suite const&,
    boost::unit_test::test_tree_visitor&) + 0x53 in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x81093/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(ZN5boost9unit_test18traverse_test_treeERKNS0_10test_suiteERNS0_17test_tree_visitorE+0x53)
    [0x2b8436431093]
    12: 0x0x2b84363fc0d1 at boost::unit_test::framework::run(unsigned long,
    bool) + 0x551 in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x4c0d1/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(ZN5boost9unit_test9framework3runEmb+0x551)
    [0x2b84363fc0d1]
    13: 0x0x2b843641466f at boost::unit_test::unit_test_main(bool (
    )(), int,
    char
    ) + 0xcf in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x6466f/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc+0xcf)
    [0x2b843641466f]
    14: 0x0x2b8436e8676d at *libc_start_main + 0xed in
    /lib/x86_64-linux-gnu/libc.so.6 + 0x2176d/lib/x86_64-linux-gnu/libc.so.6(_libc_start_main+0xed)
    [0x2b8436e8676d]
    15: 0x0x40e3d5 in build/x86_64/tests/redis_async_test +
    0xe3d5build/x86_64/tests/redis_async_test() [0x40e3d5]

----------------- Exception thrown ------------------------
type: boost::execution_exception
pid: 30623; tid: 30623
stack:
00: 0x0x2b8435d7fde7 at _cxa_throw + 0x27 in
build/x86_64/bin/libexception_hook.so +
0xde7build/x86_64/bin/libexception_hook.so(_cxa_throw+0x27)
[0x2b8435d7fde7]
01: 0x0x2b84363f98ec in
/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
0x498ec/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(+0x498ec)
[0x2b84363f98ec]
02: 0x0x2b84363f0772 in
/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
0x40772/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(+0x40772)
[0x2b84363f0772]
03: 0x0x2b84363fa001 at
boost::execution_monitor::execute(boost::unit_test::callback0 const&) +
0x131 in /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
0x4a001/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(_ZN5boost17execution_monitor7executeERKNS_9unit_test9callback0IiEE+0x131)
[0x2b84363fa001]
04: 0x0x2b843641522b at
boost::unit_test::unit_test_monitor_t::execute_and_translate(boost::unit_test::test_case
const&) + 0xab in
/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
0x6522b/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS0_9test_caseE+0xab)
[0x2b843641522b]
05: 0x0x2b84364009a1 at
boost::unit_test::framework_impl::visit(boost::unit_test::test_case const&)

  • 0xb1 in /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x509a1/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(ZN5boost9unit_test14framework_impl5visitERKNS0_9test_caseE+0xb1)
    [0x2b84364009a1]
    06: 0x0x2b8436431093 at
    boost::unit_test::traverse_test_tree(boost::unit_test::test_suite const&,
    boost::unit_test::test_tree_visitor&) + 0x53 in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x81093/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(ZN5boost9unit_test18traverse_test_treeERKNS0_10test_suiteERNS0_17test_tree_visitorE+0x53)
    [0x2b8436431093]
    07: 0x0x2b84363fc0d1 at boost::unit_test::framework::run(unsigned long,
    bool) + 0x551 in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x4c0d1/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(ZN5boost9unit_test9framework3runEmb+0x551)
    [0x2b84363fc0d1]
    08: 0x0x2b843641466f at boost::unit_test::unit_test_main(bool (
    )(), int,
    char
    ) + 0xcf in
    /home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0 +
    0x6466f/home/ubuntu/local/lib/libboost_unit_test_framework.so.1.47.0(_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc+0xcf)
    [0x2b843641466f]
    09: 0x0x2b8436e8676d at *libc_start_main + 0xed in
    /lib/x86_64-linux-gnu/libc.so.6 + 0x2176d/lib/x86_64-linux-gnu/libc.so.6(_libc_start_main+0xed)
    [0x2b8436e8676d]
    10: 0x0x40e3d5 in build/x86_64/tests/redis_async_test +
    0xe3d5build/x86_64/tests/redis_async_test() [0x40e3d5]

unknown location(0): fatal error in "test_redis_async": std::exception:
redis failed to start: No such file or directory
starting redis temporary server under unique path
build/x86_64/tmp/redis-temporary-server-30623-2
running redis


Reply to this email directly or view it on GitHubhttps://github.com//issues/39
.

from rtbkit.

murtazavf avatar murtazavf commented on July 27, 2024

Hi,
Thanks a lot. It was not possible without your continuous help. I hope this kit will come up with some goodies for the world. Now going to focus on development from Monday.

Thanks once again.

Regards
Murtaza Hussain

from rtbkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.