08-18-2021 01:29 PM
Hi,
I am facing a fatal error when executing a java software that uses a library made in Labview.
I have installed from rpm using alien and sudo
I have installed all the rpms in tar.gz file of runtime for 64-bit as I am using a 64-bit computer.
The details are
LabVIEW caught fatal signal
19.0.1f4 - Received SIGSEGV
Reason: invalid permissions for mapped object
Attempt to reference address: 0x0x7fceb781ad80
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fceb62e4680, pid=1867, tid=0x00007fce54dfe700
Any help or solution or help will be highly appreciated
08-18-2021 01:42 PM
So is your "LabVIEW library" 64-bit as well?
08-18-2021 01:44 PM
yes.
everything is 64-bit
08-18-2021 02:09 PM
Segment fault is pretty ugly to debug in Windows, so I can imagine the same in LINUX. It means something's trying to access memory that doesn't belong to it. Any number of things could make that happen. I'm not an expert at this, so I'm hoping some else is.