Hello,
this time, I tried the B.Y.O.S. example
http://p.tl/XQZX (in Japanese).
I tried the first box example with success,
then substituted box.x3d with an extrusion
example and encountered a core dump
(pls. see error messages below).
The shape file (attached) is valid as it can
be viewed with a viewer (view3dscene).
Do you have any suggestion to fix the
problem?
Thank you in advance!
------------------------------
~/MyWorld$ sigserver.sh -w ./testBox.xml
+ '[' -z ']'
+ LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386/server
+ SIGVERSE_X3DPARSER_CONFIG=/home/arakawa/sigverse-2.2.0/share/sigverse/etc/X3DParser.cfg
+ SIGVERSE_RUNAC=/home/arakawa/sigverse-2.2.0/bin/sigrunac
+ SIGVERSE_DATADIR=/home/arakawa/sigverse-2.2.0/share/sigverse/data
+ export LD_LIBRARY_PATH SIGVERSE_X3DPARSER_CONFIG SIGVERSE_RUNAC SIGVERSE_DATADIR
+ /home/arakawa/sigverse-2.2.0/bin/sigserver -w ./testBox.xml
[SYS] ///////////////////////////////////////////////////////////
[SYS] ////////////// World number 0 (port 9000) ///////////////
[SYS] ///////////////////////////////////////////////////////////
[SYS] data directory :
[SYS] [1] ./
[SYS] [2] /home/arakawa/sigverse-2.2.0/share/sigverse/data/xml/
[SYS] [3] /home/arakawa/sigverse-2.2.0/share/sigverse/data/shape/
[SYS] world file : testBox.xml
[SYS] building entity (entName=(box_000), className=(box), X3DFileName=(./Extrusion.x3d))
read /home/arakawa/sigverse-2.2.0/share/sigverse/etc/X3DParser.cfg
*** JavaVMOption ***
options[0].optionString = (-Djava.class.path=/home/arakawa/sigverse-2.2.0/share/sigverse/jar/X3DParser.jar:/home/arakawa/sigverse-2.2.0/share/sigverse/jar/xj3d-all.jar)
options[1].optionString = (-Djava.library.path=/tmp)
Java VM start ok
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x08050d9e, pid=3570, tid=
3056948992#
# JRE version: 6.0_27-b27
# Java VM: OpenJDK Server VM (20.0-b12 mixed mode, sharing linux-x86 )
# Derivative: IcedTea6 1.12.6
# Distribution: Ubuntu 13.04, package 6b27-1.12.6-1ubuntu0.13.04.2
# Problematic frame:
# C [sigserver+0x8d9e] _ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv@@GLIBCXX_3.4+0x8d9e
#
# An error report file with more information is saved as:
# /home/arakawa/MyWorld/hs_err_pid3570.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.
#
/home/arakawa/sigverse-2.2.0/bin/sigserver.sh: 14 行: 3570 中止 (コアダンプ) /home/arakawa/sigverse-2.2.0/bin/sigserver $@
------------------------------
--
ARAKAWA Naoya