[bisq-network/bisq] Can not restore from seed on windows (#2402)

Oscar Guindzberg notifications at github.com
Mon Feb 11 14:27:13 UTC 2019


Restoring from seed on windows does not work because bitcoinj access the blockchain file using a memory mapped file. There are issues on windows relinquishing control of memory mapped files.
See
- https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4715154
- http://www.mapdb.org/blog/mmap_files_alloc_and_jvm_crash/
- https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4724038
- https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6359560

There is a workardound to avoid this bug on bitcoinj, but that depends on some jdk8 specific stuff. Since bisq is run with jdk10, the workardound does not work.
  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/2402
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190211/e4d90706/attachment.html>


More information about the bisq-github mailing list