SmartGit で提供されているシェル スクリプトを実行すると、
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /home/User/.smartgit/6/jna-tmp/com/sun/jna/linux-i386/libjnidispatch.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
正常に開きますが、コミットを行うと、
java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.
smartgithg.sh: line 100: 394 Aborted $_JAVA_EXEC $_VM_PROPERTIES -Xmx${SMARTGITHG_MAX_HEAP_SIZE} -Xverify:none -Dsmartgit.vm-xmx=${SMARTGITHG_MAX_HEAP_SIZE} -jar "$SMARTGIT_HOME/lib/bootloader.jar" "$@
少し調べてみると、
64 ビット ライブラリを使用する必要があります。(これが原因である場合は、その方法を教えてください)。
正しい JRE が見つかりません。新しい JRE をダウンロードし、シェル スクリプト内にそのパスを指定しました。同じ警告とクラッシュ。
何が原因で、どうすれば修正できますか?