[pHash-support] Crash when adding to Java MVP tree

Sebastian Gallese sebastiangallese at gmail.com
Mon Feb 15 23:26:22 PST 2010


Trying to build a MVP tree of 13215 jpgs, all of which run in the 100
to 300 kilobyte range.  While doing so, I ran into the following
error:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x8fffa62d, pid=22963, tid=3065453424
#
# JRE version: 6.0_15-b03
# Java VM: Java HotSpot(TM) Server VM (14.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C  [libpHash.so.0+0x862d]
#
# An error report file with more information is saved as:
# /home/kdge/workspace/sgallese/hs_err_pid22963.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

The full log is available here: http://gist.github.com/305373

Do you think this is a memory issue?  Should I try to augment the
amount of memory to the Java Virtual machine?
I had the process running for about 7 hours before it crashed.  I
think I might try to add the jpgs to the MVP tree one at a time and
see how that works.

Thanks,
Seb



More information about the pHash-support mailing list