Skip to content

NDPluginPvxs fails in the constructor if the application is built with both WITH_PVA=YES and WITH_PVXS=YES #554

@MarkRivers

Description

@MarkRivers

The NDPluginPVXS constructor fails if the IOC is built with both WITH_PVA=YES and WITH_PVXS=YES. The constructor fails when this line is present:

      m_record(NTNDArrayRecordPvxs::create(pvName))

The main body of the constructor is never entered, and the destructor for NDPluginDriver is called.

If that line is commented out then the constructor is entered, but of course the plugin does not work.

If the driver is built with WITH_PVA=NO then this problem does not occur.

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