J
jmls
Guest
running on 11.3.1 , this code causes a 100% cpu hang. Can anyone else replicate it on other versions of 11 ? Or confirm that they see the same issue on their setup before I report it ? Thanks ! using Progress.Json.ObjectModel.*. def var data as longchar no-undo. def var oJson as JsonObject no-undo. fix-codepage(data) = "UTF-8". assign data = "~{}". oJson = cast((new ObjectModelParser())
arse(data),JsonObject). /** reached this far no problem */ message "ok" view-as alert-box. assign data = "/* ". oJson = cast((new ObjectModelParser())
arse(data),JsonObject). /** never gets here. 1 cpu core at 100% */ message "not ok" view-as alert-box.
Continue reading...


Continue reading...