Skip to content

mdstcl do/method initial call fails #3024

@rzorger

Description

@rzorger

Affiliation
PPPL

Version(s) Affected
MDSplus version: 7.153.3

Release: stable_release-7-153-3

Platform(s)
Rocky Linux 9.7

Installation Method(s)
mdsplus.org repository

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
I am seeing another fail on first attempt bug in mdstcl. I am testing the action nodes in our tree and the first attempt to 'do/method' in a mdstcl session always fails. Subsequent attempts work:
mdstcl
TCL> set tree rf
TCL> do/method \RF::FW_H908_02 init
%CAMERR, module SFW_H908_02, bad status = 0

Error executing device method
Error message was: %TDI-E-ABORT, Program requested abort
mdsdcl: --> failed on line 'do/method \RF::FW_H908_02 init'
TCL> do/method \RF::FW_H908_02 init
TCL> do/method \RF::FW_H908_02 init
TCL> do/method \RF::FW_H908_02 init
TCL> q
[root@skylark2 dispatcher]# mdstcl
TCL> set tree rf
TCL> do/method \RF::FW_H908_01 init
%CAMERR, module sfw_h908_01, bad status = 0

Error executing device method
Error message was: %TDI-E-ABORT, Program requested abort
mdsdcl: --> failed on line 'do/method \RF::FW_H908_01 init'
TCL> do/method \RF::FW_H908_01 init
TCL> do/method \RF::FW_H908_01 init
TCL> q

This is like issue #2977

Expected behavior
If this is a bug please fix and release a new stable version

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
I need this to troubleshoot our action nodes and get the shot cycle to work under Rocky 9

Metadata

Metadata

Assignees

No one assigned

    Labels

    US PrioritybugAn unexpected problem or unintended behaviortool/actionsRelates to the action tools (actions, actmon, actlog)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions