Result::unwrap()
on an Err
value: Error { repr: Os { code: 32, message: "Broken pipe" } }', ../src/libcore/result.rs:738". What does it mean?Closed eskomorokhov closed 8 years ago
Can you send me the dump file? Upload it somewhere and send me a link (if too private sent to janerik at fnordig.de)
I cannot send due to it's size it is about 1.7 Gb and it is private data. Besides, on some dumps i get error "thread 'Result::unwrap()
on an Err
value: Error { repr: Os { code: 32, message: "Broken pipe" } }', ../src/libcore/result.rs:738". What does it mean?
Thanks for your time.
Right now there's no option for writing to a file directly. I might as well include it at some point.
This whole project is a bit in an alpha-state right now and I don't have as much time as I like to drive it forward, so it might take a few more weeks to get these bugs fixed.
Same issue.
$ rdb -f protocol -d 1 dump.rdb
Parsing failed: Can't skip number of requested bytes
$ rdb -f protocol -k '^*:count$' dump.rdb
*2
$6
SELECT
$1
0
Parsing failed: Can't skip number of requested bytes
Thank you! I will look into it when I find the time.
ok, I got a minimal example now and I think I now what happens.
Ok, I found the problem for the above, but encountered more bugs while testing this
Bugs fixed, tests added in #16. Waiting for the merge, then pushing a bug fix release.
Thanks. Great job!
I got sources from repo:master branch and build it. Then during ./rdb -f plain -d 5 dump_6368.rdb I got error: Parsing failed: Can't skip number of requested bytes
While without -d option it works well.