BitShares Forum

Main => General Discussion => Topic started by: checkrasier on October 27, 2014, 04:33:21 pm

Title: Problem updating delegate to 0.4.22
Post by: checkrasier on October 27, 2014, 04:33:21 pm
I am running into a problem updating my delegate to version 0.4.22 on ubuntu
The build seemed to complete with no problems.

Below is the error I am getting from gdb during re-indexing.

Re-indexing database... Approximately 65.39% complete.
Program received signal SIGBUS, Bus error.
[Switching to Thread 0x7fffe6302700 (LWP 4962)]
__memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:37
37      ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or directory.

Any ideas what I am doing wrong? 

Should I try to redownload the blockchain?

Thanks
Title: Re: Problem updating delegate to 0.4.22
Post by: xeroc on October 27, 2014, 05:55:20 pm
Code: [Select]
Program received signal SIGBUS, Bus error.
I'd interpret this as a hardware malfunction
http://en.wikipedia.org/wiki/Bus_error

Disclaimer: not a specialist, nor a developer
Title: Re: Problem updating delegate to 0.4.22
Post by: checkrasier on October 27, 2014, 07:05:19 pm
Thanks

I'm running on an AWS instance so I will try to reboot and see if that fixes anything.