Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MapDb Error With Unsafe Memory Access #8

Open
kushti opened this issue Dec 10, 2014 · 0 comments
Open

MapDb Error With Unsafe Memory Access #8

kushti opened this issue Dec 10, 2014 · 0 comments

Comments

@kushti
Copy link

kushti commented Dec 10, 2014

Exception in thread "Thread-1" java.lang.InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code
at org.mapdb.Store.deserialize(Store.java:261)
at org.mapdb.StoreWAL.get2(StoreWAL.java:377)
at org.mapdb.StoreWAL.get(StoreWAL.java:352)
at org.mapdb.Caches$HashTable.get(Caches.java:245)
at org.mapdb.EngineWrapper.get(EngineWrapper.java:58)
at org.mapdb.BTreeMap.get(BTreeMap.java:602)
at org.mapdb.BTreeMap.containsKey(BTreeMap.java:1505)
at database.DBMap.get(DBMap.java:96)
at qora.block.Block.getParent(Block.java:186)
at qora.account.Account.calculateGeneratingBalance(Account.java:169)
at qora.account.Account.updateGeneratingBalance(Account.java:136)
at qora.account.Account.getGeneratingBalance(Account.java:189)
at qora.block.Block.isValid(Block.java:463)
at qora.block.Block.isValid(Block.java:424)
at qora.Synchronizer.process(Synchronizer.java:256)
at qora.Synchronizer.synchronize(Synchronizer.java:115)
at controller.Controller.update(Controller.java:499)
at qora.BlockGenerator.run(BlockGenerator.java:93)

A fatal error has been detected by the Java Runtime Environment:

SIGBUS (0x7) at pc=0x00007ff5d1041ed6, pid=6305, tid=140693183870720

JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)

Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)

Problematic frame:

v ~StubRoutines::jbyte_disjoint_arraycopy

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

An error report file with more information is saved as:

/home/kushti/java/qora/hs_err_pid6305.log

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

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

No branches or pull requests

1 participant