Cuberite Forum
Bus error on Raspberry Pi - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Bus error on Raspberry Pi (/thread-1164.html)

Pages: 1 2 3


RE: Bus error on Raspberry Pi - xoft - 06-22-2013

There's a rsa.h file in the CryptoPP folder; if not, your sources are incomplete. How did you obtain them, did you use svn? If so, try running "svn up", that should update the sources to the current revision and in that process also restore any missing files.

Still, I have to repeat, it seems to me like a hardware failure, your sd-card might be unstable.


RE: Bus error on Raspberry Pi - catboy5 - 06-22-2013

i tried svn up.

Now i've got this error Sad


build/release/CryptoPP/queue.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make: *** [MCServer/MCServer] Error 1


RE: Bus error on Raspberry Pi - xoft - 06-23-2013

Keep deleting any offending .o files and rebuilding.

Are you sure your RasPi isn't overheating?


RE: Bus error on Raspberry Pi - catboy5 - 06-23-2013

I don't think my Pi is overheating. Everything works fine.
It's very stable

I will try to rebuild

When i try svn up, there is an error:

root@raspberrypi:/home/MCServer# svn up
Updating '.':
Restored 'CryptoPP/queue.h'
Restored 'CryptoPP/queue.cpp'
svn: E000005: Can't check path '/home/MCServer/squirrel_3_0_1_stable/lib': Input/output error


RE: Bus error on Raspberry Pi - xoft - 06-23-2013

That error means a storage failure. Your SD card has a bad block and thus files are getting corrupt and missing.

I'd try deleting the entire MCServer folder and trying from the beginning - make folder, svn checkout


RE: Bus error on Raspberry Pi - catboy5 - 06-23-2013

But i already compiled 3 times Sad
And i changed SD Card...

But i will delete the folder and start from the beginning.


RE: Bus error on Raspberry Pi - xoft - 06-23-2013

Now that is weird. But I really can't do much about that; if even SVN fails, it means there's something wrong with the storage.


RE: Bus error on Raspberry Pi - catboy5 - 06-23-2013

YEAH, i've compiled the server on a other place on the SD Card.
Now its working fineBig Grin


RE: Bus error on Raspberry Pi - xoft - 06-23-2013

Personally I wouldn't trust that SD card anymore at all, failing once means that the next failure is just behind the corner.


RE: Bus error on Raspberry Pi - catboy5 - 06-23-2013

You are a soothsayer...
Image is corrupted now..
I can't even boot.

I will rewrite the image on the SD Card now.