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
From the REPL, if I provide a number where the localTimerService is expecting a bigint, the kernel panics... presumably because the timer device throws a TypeError and the kernel considers this fatal.
To Reproduce
Start a REPL
Enter E(home.localTimerService).setWakeup(3, handler)
kerflewey: 2021-09-17T18:50:36.864Z SwingSet: kernel: ##### KERNEL PANIC: error during syscall/device.invoke: TypeError: (a number) must be a bigint #####
Expected behavior
a user-level error, i.e. a rejected promise in the REPL
Platform Environment
what version of the Agoric-SDK are you using? (run git describe --tags --always) agorictest-17-75-ge34f7c30e
Describe the bug
From the REPL, if I provide a
number
where thelocalTimerService
is expecting abigint
, the kernel panics... presumably because the timer device throws aTypeError
and the kernel considers this fatal.To Reproduce
E(home.localTimerService).setWakeup(3, handler)
2021-09-17T18:50:36.864Z SwingSet: kernel: ##### KERNEL PANIC: error during syscall/device.invoke: TypeError: (a number) must be a bigint #####
Expected behavior
a user-level error, i.e. a rejected promise in the REPL
Platform Environment
git describe --tags --always
) agorictest-17-75-ge34f7c30ecc @FUDCo @Chris-Hibbert
The text was updated successfully, but these errors were encountered: