LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fatal error - Labview runtime 2019 with java JDK8 in KUBUNTU 18.04 LTS

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

0 Kudos
Message 1 of 4
(1,301 Views)

So is your "LabVIEW library" 64-bit as well?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 4
(1,298 Views)

yes.

everything is 64-bit

0 Kudos
Message 3 of 4
(1,295 Views)

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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 4
(1,285 Views)