程序功能是实现简单的googlemap
jsp前台显示上传图片,c程序将图片分割,之后网页在刷新。
错误位置:c程序执行完毕时报错
//...
success
Image disconstrutor//c程序分割完毕
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0017fea9, pid=4398, tid=2633743216
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK Client VM (19.0-b09 mixed mode linux-x86 )
# Derivative: IcedTea6 1.9.5
# Distribution: Ubuntu 10.04.1 LTS, package 6b20-1.9.5-0ubuntu1~10.04.1
# Problematic frame:
# C  [libc.so.6+0x6fea9]  cfree+0x49
#
# An error report file with more information is saved as:
# /home/liubin/hs_err_pid4398.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#hs_err_pid4398.log信息太长了,需要的话我再贴上。