-
Notifications
You must be signed in to change notification settings - Fork 73
Client generation crashes LV on Linux #434
Description
Linux Ubuntu 24
LV Community Edition 2025Q1
Toolkit version : 1.3.0.1
When running the generator to create a client, SerializeProto
file makes LV crashing.
The LV log shows :
#Date: Tue, Apr 29, 2025 04:27:39 PM
#Desc: LabVIEW caught fatal signal
25.1.1f1 - Received SIGSEGV
Reason: address not mapped to object
Attempt to reference address: (nil)
#RCS: unspecified
#OSName: Linux
#OSVers: 6.12.10-76061203-generic
#OSBuild: 396298
#AppName: labview
#Version: 25.1.1f1
#AppKind: FDS
#AppModDate:
0x000075A0DE0D3638 - + 0
0x000075A0DE087AC0 - SerializeReflectionInfo + 50
0x000075A0DE5BCCF8 - + 0
VI call stack:
gRPC Template Creation Utility-release.lvlib:Serialize Proto.vi
gRPC Template Creation Utility-release.lvlib:Proto Parser.vi
gRPC Template Creation Utility-release.lvlib:Main.vi
Proto file used is attached.
I tried to replace the empty string constant with a preinitialized string, but same result.