#ls
about_files about.html configuration libcairo-swt.so nxmc nxmc.ini plugins
# ./nxmc
Segmentation fault
What Linux distribution and what NetXMS console version you are using?
Best regards,
Victor
1.2.5 version I am using for both client and server
netxms-1.2.5.tar.gz
nxmc-1.2.5-linux-gtk-x64.tar.gz
is it required any additional software like wine in linux ?
No, you don't need Wine. Please tell me what Linux distribution you are using. Also, check what Java runtime is installed. Launcher is not supposed to crash if JVM is missing, but check it anyway.
Best regards,
Victor
RHEL 5.5 64 bit
I have installed JRE 7
and now the error is
./nxmc
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000366941b7b8, pid=839, tid=1103808832
#
# JRE version: 7.0_13-b20
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libfontconfig.so.1+0x1b7b8] FcStrListCreate+0x38
#
# Core dump written. Default location: /home/nxmc/core or core.839
#
# An error report file with more information is saved as:
# /home/nxmc/hs_err_pid839.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.
Try to remove ~/.fontconfig (or just rename it for testing)
See also: https://bugzilla.redhat.com/show_bug.cgi?id=532718
http://lists.freedesktop.org/archives/fontconfig/2009-June/003168.html
Hello Alex,
I have used ulimit -c unlimited
and the problem is solved
Thanks a lot.