spaulaus / paass-lc

Acquire and Analyze data from XIA Pixie16 modules
GNU General Public License v3.0
2 stars 7 forks source link

"find_tau" command in poll2 crashes poll2. #138

Closed jjvz closed 6 years ago

jjvz commented 6 years ago

Running the "find_tau" command in poll2 causes the poll2 to exit improperly.

Expected Behavior

Running the command "find_tau in poll2 should [I believe] calculate the tau for the active channel.

Current Behavior

Running the "find_tau 0 8" command in poll2 causes the poll2 to exit improperly, with error message: "terminate called after throwing an instance of 'std::regex_error'" and the user is returned to the terminal command prompt while the lockfile /tmp/PixieInterface is not removed.

Acceptance Criteria

find_tau in poll2 give tau for active channel.

Bug Report

Your Environment

|Operating system | CesntOS7 | |Kernel Version | 3.10.0-693.11.6.el7.x86_64 | |CMake Version | cmake version 3.9.1 | |GCC Version | gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16) | |ROOT Version | 6.13/01 | |GSL Version | 2.4 |

Steps to Reproduce

  1. start poll2
  2. in poll2, call: find_tau 0 8

Screenshots

image

spaulaus commented 6 years ago

If memory serves, this is a symptom of a different issue. find_tau has always been broken in the API. I don't think I've ever seen it work. I have noticed this error occur with timedrun.

spaulaus commented 6 years ago

Closing since the issue isn't with find_tau

spaulaus commented 6 years ago

This issue was moved to spaulaus/paass#138