-
Notifications
You must be signed in to change notification settings - Fork 1.7k
thread '<main>' panicked at 'called Option::unwrap()
on a None
value', ../src/libcore/option.rs:326
#1431
Comments
Does it happen right after start? Could you run |
Will be fixed by #1026. |
That is the output with backtrace, the error happens each and every time I try to start parity. Full output: parity Option::unwrap() on a None value', ../src/libcore/option.rs:326stack backtrace: 1: 0x7f370c4ebb80 - Illegal instruction (core dumped) |
Can you try running with |
@tomusdrw It works that way. |
Hmm, so it means that one of your ports might be taken (or your database directory is not writeable). Not sure why the message is so cryptic though. You can try using different ports with Let me know which set of options worked for you. We can prepare fix for an error message after that. |
It worked by just doing: parity --db-path ./db Seems like a corrupted database? Now that I think about it, my PC shut down after a while the first couple of times I used parity. The version was prior to v1.2.0 |
Yes. It might be corrupted database, or even disk failure. As Gavin mentioned we plan to remove all |
@ferni Do you still have that corrupted db? Could you pack it and upload somewhere? It is located in |
closing for now; @ferni please reply if you happen to have the broken DB still around. |
I had deleted the database, sorry. Maybe this is a separate issue, but not sure: I updated Parity to 1.2.2, then run it, then exited with CTRL+C . When I attempt to run it with the --geth flag, and I got this:
This is the .parity folder: https://drive.google.com/file/d/0B9l9OF6TIh9GcVotQTgyNDJUU1k/view?usp=sharing |
I'm getting this error when running "parity" from the console:
thread '
' panicked at 'calledOption::unwrap()
on aNone
value', ../src/libcore/option.rs:326stack backtrace:
1: 0x7f08727efb80 -
I'm running Ubuntu 14.04 64 bits
The text was updated successfully, but these errors were encountered: