You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. ./mkfs.sdfs --volume-name=sdfs-vol-1 --volume-capacity=100GB
Attempting to create volume ...
Volume [sdfs-vol-1] created with a capacity of [100GB]
check [/etc/sdfs/sdfs-vol-1-volume-cfg.xml] for configuration details if you
need to change anything
2. ./mount.sdfs -v sdfs-vol-1 -m /media/sdfs
Running SDFS Version 1.1.5
reading config file = /etc/sdfs/sdfs-vol-1-volume-cfg.xml
Loading
Running Consistancy Check on DSE, this may take a while
Scanning DSE Finished
Succesfully Ran Consistance Check for [0] records, recovered [0]
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGFPE (0x8) at pc=0x00002b3a73ca968f, pid=3412, tid=1074792768
#
# JRE version: 7.0_05-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode linux-amd64
compressed oops)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x868f] do_lookup_x+0xcf
#
# 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:
# /cywtmp/sdfs-bin/hs_err_pid3412.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
./mount.sdfs: line 4: 3412 Aborted
/usr/java/jdk1.7.0_05/bin/java -Djava.library.path=./bin/
-Dorg.apache.commons.logging.Log=fuse.logging.FuseLog -Dfuse.logging.level=INFO
-Xmx2g -Xms2g -server -XX:+UseG1GC -Xmn512m -XX:+UseCompressedOops -classpath
./lib/truezip-samples-7.3.2-jar-with-dependencies.jar:./lib/jacksum.jar:./lib/tr
ove-3.0.0a3.jar:./lib/slf4j-api-1.5.10.jar:./lib/slf4j-log4j12-1.5.10.jar:./lib/
quartz-1.8.3.jar:./lib/commons-collections-3.2.1.jar:./lib/log4j-1.2.15.jar:./li
b/jdbm.jar:./lib/concurrentlinkedhashmap-lru-1.2.jar:./lib/bcprov-jdk16-143.jar:
~/java_api/sdfs-bin/lib/commons-codec-1.3.jar:./lib/commons-httpclient-3.1.jar:.
/lib/commons-logging-1.1.1.jar:./lib/commons-codec-1.3.jar:./lib/java-xmlbuilder
-1.jar:./lib/jets3t-0.8.1.jar:./lib/commons-cli-1.2.jar:./lib/simple-4.1.21.jar:
./lib/jdokan.jar:./lib/commons-io-1.4.jar:./lib/sdfs.jar fuse.SDFS.MountSDFS $*
3.
What is the expected output? What do you see instead?
SDFS mount success. but mounting failded.
What version of the product are you using? On what operating system?
sdfs-1.1.5.tar fuse 2.7+ jdk1.7,operating system is SUSE10,linux kernel is
2.6.16
Please provide any additional information below.
I hava used sdfs-1.1.5 on SUSE11 and ubuntu 9 sucessly,the kernek version of
SUSE 11 is 2.6.32 ,ubuntu 9 is 2.6.38,but when used on SUSE10 ,the problem
described as above occured.I doubt whether sdfs can support the linux kernel
2.6.16.Is it the kernel version problem?
Original issue reported on code.google.com by changyiw...@gmail.com on 19 Jul 2012 at 3:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
changyiw...@gmail.com
on 19 Jul 2012 at 3:52The text was updated successfully, but these errors were encountered: