Announcement

Collapse
No announcement yet.

hs.GetLog functions crashing on Zee S2 V2s

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hs.GetLog functions crashing on Zee S2 V2s

    Has anyone had issues with the hs.GetLog functions (GetLog_Date, GetLog_FullFilter, etc.) running on ZeeS2 V2s?

    When I run a script using any of the hs.GetLog* functions on ZeeS2 V2s, which work fine on older Zees, the HSConsole.exe web service crashes when executing the statement, requiring a restart/reboot.

    Watching via SSH, some Mono assertion exception is happening when the function is JITing & executing, which kills then kills the service.

    The S2 V2s have a newer version of Mono than the earlier S2; maybe that is causing this...
    On S2 V2: Mono JIT compiler version 4.5.1 (master/9db20c4 Fri May 13 15:41:42 EDT 2016)
    On S2: Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4+rpi1)

    I can work around this using the hs.LogGet function, which returns a big string with all the logs, and then parsing the string myself, but would be nice if the existing functions still worked going forward.

    Thanks for any info.
Working...
X