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

Testnet3:Linux upload of directory beyond 5MB fails in Launcher with panic and PoisonError #139

Closed
davidpbrown opened this issue May 17, 2016 · 2 comments

Comments

@davidpbrown
Copy link

While others suggest that attempting file directory upload beyond 5MB will give an error, I got no error initially, trying to upload 7.1MB directory with the largest file being just 1.3MB. It just tries and then fails with an error.

So, eventually at ~90% the launcher gave an error:

thread '<unnamed>' panicked at '

 ====================================================================================================
| Result evaluated to Err: CoreError::MutationFailure::{ reason: LowBalance, data: ImmutableData f7ad..} |
 ====================================================================================================

', src/core/self_encryption_storage.rs:59
note: Run with `RUST_BACKTRACE=1` for a backtrace.
thread '<unnamed>' panicked at '

 ======================================================
| Result evaluated to Err: "PoisonError { inner: .. }" |
 ======================================================

', src/core/self_encryption_storage.rs:59

I did that twice and got the same result.

Expected to see: upload in the Demo app note that files summed to beyond the available capacity or otherwise fails gracefully with error indicating how much had not succeeded.
Instead saw: the Demo app did nothing but stall, while the launcher noted there was a problem.

Putting this here as it's the launcher that is noting the error as panic with PoisonError rather than the Demo app itself, so expecting the Launcher is not handling this ideally.

@hitman401
Copy link
Contributor

Thanks @davidpbrown. The trace of the issue is helpful. We have identified the issue and would be getting fixed in the next release, until then will leave this issue open.

@hitman401
Copy link
Contributor

This issue is resolved, @davidpbrown. Thanks again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants