Sequence Error in Berkeley DB 4.5.20 -
01-03-2007
, 07:41 PM
Hello,
I'm getting an error when I try to open a new sequence using Berkeley
DB 4.5.20.
I tried compiling and running the provided Java example:
examples_java\src\db\SequenceExample.java
Here's the error that I received:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x02ee63ea, pid=268,
tid=3396
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode,
sharing)
# Problematic frame:
# C [libdb45.dll+0xa63ea]
#
# An error report file with more information is saved as
hs_err_pid268.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
I can provide the contents of the error report file if needed.
Note that I'm running this using Java jre1.5.0_10.
What might be causing this error? Any thoughts would be appreciated.
Thanks,
Patrick Johnson |