Skip to content

grpc-labview v1.3.0.1+ shared library does not work on LVLRT #441

@jplotzke

Description

@jplotzke

This is a branch of the issue discovered in #439.

In LVLRT 24.8, the grpc-labview shared library does not function in LabVIEW real-time, starting in release v1.3.0.1. Release v1.2.7.1 does function OK.

In LabVIEW, I get:

Error 13 occurred at Call Library Function Node in grpc-lvsupport-release.lvlib:Create Client.vi:560001->test_service_client.lvlib:Create Client.vi

Possible reason(s):

LabVIEW: (Hex 0xD) Failed to load dynamic library because of missing external symbols or dependencies, or because of an invalid file format.
=========================
Shareable board exclusively owned.

It appears that there are undefined symbols in the Linux RT shared library starting in v1.3.0.1:

undefined symbol: grpc_labview::wellknown::I2DArray::_rowsIndex     (./liblabview_grpc_server_1.5.0.1.so)
undefined symbol: grpc_labview::wellknown::I2DArray::_dataIndex     (./liblabview_grpc_server_1.5.0.1.so)
undefined symbol: grpc_labview::wellknown::I2DArray::_columnsIndex  (./liblabview_grpc_server_1.5.0.1.so)

AB#3122435

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions