Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Core dump when out of storage space #7373

Closed
frisnit opened this issue Dec 23, 2017 · 3 comments
Closed

Core dump when out of storage space #7373

frisnit opened this issue Dec 23, 2017 · 3 comments
Labels
M4-core ⛓ Core client code / Rust. Z8-wontfix 🙅‍♀️ Issue is in principle valid, but this project will not address it. Closer should explain why.
Milestone

Comments

@frisnit
Copy link

frisnit commented Dec 23, 2017

I'm running:

  • Parity/v1.8.4-beta-c74c8c1-20171211/x86_64-linux-gnu/rustc1.22.1
  • Linux 4.4.0-1043-aws evm #52-Ubuntu SMP Tue Dec 5 10:49:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  • Installed from one line install script
  • Not fully synchronised
  • Didn't restart node as the storage volume was at 100%

While syncing the storage volume ran out of space and Parity quit with the following error:

Thread 'IO Worker #3' panicked at 'DB flush failed.: "IO error: /media/storage/io.parity.ethereum/chains/ethereum/db/635b34e12def8c0d/overlayrecent/db/1096874.log: No space left on device"', /checkout/src/libcore/result.rs:906

This is a bug. Please report it at:

    https://github.com/paritytech/parity/issues/new

Aborted (core dumped)

How to reproduce

Try to sync with inadequate disk space to store the chain

@tomusdrw
Copy link
Collaborator

@frisnit what would be an acceptable behaviour for you?

Parity is not able to operate when there is not enough disk space. Right now it crashes with this error message, the only difference I could think of would be to just print a different error message in case it runs out of disk space (without core dump), but it would require some significant refactorings. Feel free to submit a Pull Request for this.

@tomusdrw tomusdrw added the Z8-wontfix 🙅‍♀️ Issue is in principle valid, but this project will not address it. Closer should explain why. label Dec 27, 2017
@frisnit
Copy link
Author

frisnit commented Dec 27, 2017

Thanks @tomusdrw yes I would just suggest the absence of the core dump but understand if the solution is more complicated than the problem justifies.

@5chdn
Copy link
Contributor

5chdn commented Jan 2, 2018

regarding disk space #6280

@5chdn 5chdn added this to the 1.9 milestone Jan 2, 2018
@5chdn 5chdn added the M4-core ⛓ Core client code / Rust. label Jan 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M4-core ⛓ Core client code / Rust. Z8-wontfix 🙅‍♀️ Issue is in principle valid, but this project will not address it. Closer should explain why.
Projects
None yet
Development

No branches or pull requests

3 participants