Open erights opened 2 years ago
Due to living at such a low level in the xsnap bootstrap, supervisor-subprocess-xsnap.js
is bundled using bundleSource(..., { format: 'getExport' })
, which isn't as nice about line numbers as the default format.
I suggest narrowing the scope of this issue to the 2 bundles used to bootstrap SwingSet vats (lockdownBundle, supervisorBundle)... or perhaps to something around getExport
.
I think the shortest path to addressing this is via using native XS Compartments (#400).
What's the status of this?
What's the status of this?
We still haven’t given this issue due attention. Added a label recommending team review for prioritization.
At https://github.com/Agoric/agoric-sdk/runs/5297749653?check_suite_focus=true#step:4:26 we see the stack trace
Even weirder, the source file mentioned exists at https://github.com/Agoric/agoric-sdk/blob/markm-virtualize-ERTP/packages/SwingSet/src/kernel/vatManager/supervisor-subprocess-xsnap.js but has only 368 lines.