Author Topic: 0.4.10 Testers Wanted  (Read 29897 times)

0 Members and 1 Guest are viewing this topic.

38PTSWarrior

  • Guest
33% and rising captain

[ 31%] Built target easylzma_static
Scanning dependencies of target fc
[ 32%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/uint128.cpp.o
[ 32%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/variant.cpp.o
[ 33%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/exception.cpp

Offline Riverhead

GUI crashed with 5d 22h to go in block history. New compile on a new VM.


My CLI test sync'd without issue. There is no wallet in that instance (haven't created one yet either). I'll wipe out the data directory and try again with a created wallet.


Update: Going to try the GUI again with no wallet.




« Last Edit: August 30, 2014, 04:39:05 pm by Riverhead »

Xeldal

  • Guest
got to the very end of sync and then crashed

Code: [Select]
--- currently syncing at 287 blocks/sec, 35 seconds remaining
--- there are now 1 active connections to the p2p network
(wallet closed) >>> Segmentation fault (core dumped)

Try with blank wallet, see what happens...

I did nothing to create a wallet, if that's what you mean.  I just turned it on and let it sync.

But was your ~/.BitSharesX folder empty to begin with? i.e. did you have an old wallet or chain from before. MAKE A BACKUP OF THAT FOLDER. Then you can delete it and try fresh.

Fresh server. Fresh install.

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
got to the very end of sync and then crashed

Code: [Select]
--- currently syncing at 287 blocks/sec, 35 seconds remaining
--- there are now 1 active connections to the p2p network
(wallet closed) >>> Segmentation fault (core dumped)

Try with blank wallet, see what happens...

I did nothing to create a wallet, if that's what you mean.  I just turned it on and let it sync.

But was your ~/.BitSharesX folder empty to begin with? i.e. did you have an old wallet or chain from before. MAKE A BACKUP OF THAT FOLDER. Then you can delete it and try fresh.


Offline muse-umum

  • Hero Member
  • *****
  • Posts: 717
  • BitShares everything
    • View Profile
ing

Crashed.

Code: [Select]
test (unlocked) >>>
Program received signal SIGSEGV, Segmentation fault.
0x000000000066050b in fc::exception::to_detail_string (this=this@entry=0xeef9600, ll=..., ll@entry=...) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/src/exception.cpp:144
144           ss << variant(my->_code).as_string() <<" " << my->_name << ": " <<my->_what<<"\n";
(gdb) bt
#0  0x000000000066050b in fc::exception::to_detail_string (this=this@entry=0xeef9600, ll=..., ll@entry=...) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/src/exception.cpp:144
#1  0x00000000007c6fae in bts::net::detail::message_oriented_connection_impl::read_loop (this=<optimized out>)
    at /tmp/bts/bts0.4.10/bitsharesx/libraries/net/message_oriented_connection.cpp:202
#2  0x00000000007c819c in operator() (__closure=<optimized out>) at /tmp/bts/bts0.4.10/bitsharesx/libraries/net/message_oriented_connection.cpp:128
#3  fc::detail::void_functor_run<bts::net::detail::message_oriented_connection_impl::connect_to(const fc::ip::endpoint&)::__lambda1>::run(void *, void *) (functor=<optimized out>,
    prom=0xe6d03b0) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/include/fc/thread/task.hpp:83
#4  0x0000000000672603 in fc::task_base::run_impl (this=this@entry=0xe6d03c0) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/src/thread/task.cpp:43
#5  0x0000000000672cb5 in fc::task_base::run (this=this@entry=0xe6d03c0) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/src/thread/task.cpp:32
#6  0x0000000000670d3b in run_next_task (this=0x1848690) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/src/thread/thread_d.hpp:398
#7  fc::thread_d::process_tasks (this=this@entry=0x1848690) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/src/thread/thread_d.hpp:422
#8  0x0000000000670fc6 in fc::thread_d::start_process_tasks (my=25462416) at /tmp/bts/bts0.4.10/bitsharesx/libraries/fc/src/thread/thread_d.hpp:378
#9  0x0000000000d58d7e in make_fcontext ()
#10 0x0000000001848690 in ?? ()
#11 0x00007fffb70a4810 in ?? ()
#12 0x0000000000000000 in ?? ()

Xeldal

  • Guest
got to the very end of sync and then crashed

Code: [Select]
--- currently syncing at 287 blocks/sec, 35 seconds remaining
--- there are now 1 active connections to the p2p network
(wallet closed) >>> Segmentation fault (core dumped)

Try with blank wallet, see what happens...

I did nothing to create a wallet, if that's what you mean.  I just turned it on and let it sync.

I've relaunched.  Its fully synced and running. 7 active connections.

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
got to the very end of sync and then crashed

Code: [Select]
--- currently syncing at 287 blocks/sec, 35 seconds remaining
--- there are now 1 active connections to the p2p network
(wallet closed) >>> Segmentation fault (core dumped)

Try with blank wallet, see what happens...

Xeldal

  • Guest
got to the very end of sync and then crashed

Code: [Select]
--- currently syncing at 287 blocks/sec, 35 seconds remaining
--- there are now 1 active connections to the p2p network
(wallet closed) >>> Segmentation fault (core dumped)


Offline CalabiYau


Code: [Select]
harvey@needle:~/bitsharesx$ git checkout 0.4.10
error: pathspec '0.4.10' did not match any file(s) known to git.

Just start in a new folder from scratch. I do this:

Code: [Select]
mkdir 0.4.10
git clone https://github.com/dacsunlimited/bitsharesx.git
cd bitsharesx
git checkout 0.4.10
git submodule init
git submodule update
cmake .
make

That way you can compile new version while old one is running - this should probably be a script somewhere in the GIT.

Plus if you need to revert to an old version you have it handy.

Thank you   +5%

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
DAC Sun Limited has updated their github repository with 0.4.10.   It would be helpful if people could fetch and build and attempt to sync.   Run a seed node and attempt to crash it. 

Please file all issues in this thread.
the main target is  the crash for too many connections, right?
I even never crash with 0.4.8/0.4.9, with about 100 connections....

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile

Code: [Select]
harvey@needle:~/bitsharesx$ git checkout 0.4.10
error: pathspec '0.4.10' did not match any file(s) known to git.

Just start in a new folder from scratch. I do this:

Code: [Select]
mkdir 0.4.10
git clone https://github.com/dacsunlimited/bitsharesx.git
cd bitsharesx
git checkout 0.4.10
git submodule init
git submodule update
cmake .
make

That way you can compile new version while old one is running - this should probably be a script somewhere in the GIT.

Plus if you need to revert to an old version you have it handy.

Offline Thiball

  • Jr. Member
  • **
  • Posts: 25
    • View Profile
Can you tell me where we can dl it please ?
BTSX : thiball

Offline bytemaster


Code: [Select]
harvey@needle:~/bitsharesx$ git checkout 0.4.10
error: pathspec '0.4.10' did not match any file(s) known to git.


It'll be the only one. There's nothing to checkout.


Code: [Select]

  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": null,
  "blockchain_head_block_timestamp": null,
  "blockchain_average_delegate_participation": "0.00 %",
  "blockchain_confirmation_requirement": 202,
  "blockchain_accumulated_fees": "0.00000 BTSX",
  "blockchain_delegate_pay_rate": "0.00000 BTSX",
  "blockchain_share_supply": "1,999,999,999.81923 BTSX",
  "blockchain_blocks_left_in_round": 101,
  "blockchain_next_round_time": null,
  "blockchain_next_round_timestamp": null,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "client_data_dir": "/home/riverhead/rivertest",
  "client_version": "0.4.10",
  "network_num_connections": 8,
  "network_num_connections_max": 200,
  "ntp_time": "2014-08-30T15:23:38",
  "ntp_time_error": -0.038176000000000002,
  "wallet_open": false,
  "wallet_unlocked": null,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null

Checkout master, it hasn't been tagged yet.
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 sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline Riverhead


Code: [Select]
harvey@needle:~/bitsharesx$ git checkout 0.4.10
error: pathspec '0.4.10' did not match any file(s) known to git.


It'll be the only one. There's nothing to checkout.


Code: [Select]

  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": null,
  "blockchain_head_block_timestamp": null,
  "blockchain_average_delegate_participation": "0.00 %",
  "blockchain_confirmation_requirement": 202,
  "blockchain_accumulated_fees": "0.00000 BTSX",
  "blockchain_delegate_pay_rate": "0.00000 BTSX",
  "blockchain_share_supply": "1,999,999,999.81923 BTSX",
  "blockchain_blocks_left_in_round": 101,
  "blockchain_next_round_time": null,
  "blockchain_next_round_timestamp": null,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "client_data_dir": "/home/riverhead/rivertest",
  "client_version": "0.4.10",
  "network_num_connections": 8,
  "network_num_connections_max": 200,
  "ntp_time": "2014-08-30T15:23:38",
  "ntp_time_error": -0.038176000000000002,
  "wallet_open": false,
  "wallet_unlocked": null,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null