Author Topic: 0.4.21 segmentation fault  (Read 4609 times)

0 Members and 1 Guest are viewing this topic.

Offline cube

  • Hero Member
  • *****
  • Posts: 1404
  • Bit by bit, we will get there!
    • View Profile
  • BitShares: bitcube
Now, we were talking about better PR (or is this the better PR? hm?)

I thought toast got some more efficient means of communication with vikram and BM than posting here  :)

I think posting technical stuff here is good.  Other people who are facing similar problems can get a quick answer.  Just like a public listed company would halt the trading of their company shares before announcing any major company movement which are share price sensitive, we do need more care when it comes to any announcement/proposal/posts that would potentially affect prices.  Having good PR would help.
ID: bitcube
bitcube is a dedicated witness and committe member. Please vote for bitcube.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I am having the same segfault .. Posted at github..


2x Debian sid .. both crash
2x archlinux ... all fine

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
post here maybe not bad,
we got chance to  join  them  :)

Offline tonyk

  • Hero Member
  • *****
  • Posts: 3308
    • View Profile
Now, we were talking about better PR (or is this the better PR? hm?)

I thought toast got some more efficient means of communication with vikram and BM than posting here  :)
« Last Edit: October 23, 2014, 03:35:27 am by tonyk »
Lack of arbitrage is the problem, isn't it. And this 'should' solves it.

Offline bytemaster

Ok.  I'll try to reproduce.   OS?
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Details?

I run the client and it instantly crashes with the above backtrace. What else would help?
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline bytemaster

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
vikram help!

Code: [Select]
(wallet closed) >>>
Program received signal SIGSEGV, Segmentation fault.
fc::exception::code (this=0x0) at /root/bitsharesx/libraries/fc/src/exception.cpp:105
105        int64_t      exception::code()const throw() { return my->_code;         }
(gdb) bt
#0  fc::exception::code (this=0x0) at /root/bitsharesx/libraries/fc/src/exception.cpp:105
#1  0x0000000000847419 in operator() (e=..., __closure=0x4c6d268) at /root/bitsharesx/libraries/client/client.cpp:2766
#2  fc::detail::completion_handler_impl<bts::client::client::start_networking(std::function<void()>)::__lambda13, void>::on_complete(const void *, const fc::exception_ptr &) (this=0x4c6d260, v=<optimized out>, e=...) at /root/bitsharesx/libraries/fc/include/fc/thread/future.hpp:54
#3  0x00000000008e0516 in fc::promise_base::_set_value (this=0x4c6d9d8, s=s@entry=0x0) at /root/bitsharesx/libraries/fc/src/thread/future.cpp:122
#4  0x0000000000ccfc69 in set_value (this=0x4c6d940) at /root/bitsharesx/libraries/fc/include/fc/thread/future.hpp:158
#5  fc::detail::void_functor_run<bts::net::chain_downloader::get_all_blocks(std::function<void(const bts::blockchain::full_block&, unsigned int)>, uint32_t)::__lambda1>::run(void *, void *) (functor=0x4c6d948, prom=0x4c6d940) at /root/bitsharesx/libraries/fc/include/fc/thread/task.hpp:84
#6  0x00000000008e0fd3 in fc::task_base::run_impl (this=this@entry=0x4c6d978) at /root/bitsharesx/libraries/fc/src/thread/task.cpp:43
#7  0x00000000008e1685 in fc::task_base::run (this=this@entry=0x4c6d978) at /root/bitsharesx/libraries/fc/src/thread/task.cpp:32
#8  0x00000000008df52e in run_next_task (this=0x1a0de10) at /root/bitsharesx/libraries/fc/src/thread/thread_d.hpp:498
#9  fc::thread_d::process_tasks (this=this@entry=0x1a0de10) at /root/bitsharesx/libraries/fc/src/thread/thread_d.hpp:547
#10 0x00000000008df7b6 in fc::thread_d::start_process_tasks (my=27319824) at /root/bitsharesx/libraries/fc/src/thread/thread_d.hpp:475
#11 0x000000000120127e in make_fcontext ()
#12 0x0000000001a0de10 in ?? ()
#13 0x0000000004c8cf00 in ?? ()
#14 0x0000000000000000 in ?? ()
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.