You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used wrong driver by mistake (used agilent on an RS scope), got a crash. Probably worth doing some sanitization and fail more gracefully.
fsedano@fsedano-NUC8i5BEH:~/scopehal-apps/build/src/glscopeclient$ ./glscopeclient --debug m:agilent:lan:192.168.30.139
Warning: glscopeclient works best with the OMP_WAIT_POLICY environment variable set to PASSIVE
Detecting CPU features...
* AVX2
OpenCL support: not present at compile time. GPU acceleration disabled.
Connecting to SCPI oscilloscope at 192.168.30.139:5025
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 18446744073709551615) > this->size() (which is 2)
Aborted (core dumped)
fsedano@fsedano-NUC8i5BEH:~/scopehal-apps/build/src/glscopeclient$
The text was updated successfully, but these errors were encountered:
Used wrong driver by mistake (used agilent on an RS scope), got a crash. Probably worth doing some sanitization and fail more gracefully.
The text was updated successfully, but these errors were encountered: