Steven Scott

Results 10 comments of Steven Scott

I'm getting the exact same thing. At one point I added an `export LD_PRELOAD=` line to my script before launching, in which case I only ended up with the two...

seems like a regression at some point? or maybe we're doing something wrong, because i don't see how this wouldn't be a bigger issue. we're upgrading from v0.12 (which copies...

just confirmed that runtime dependencies are copied on v0.16, so just upgrading to that version for the time being

you're right, that test does check whether it reads all bytes. it also fails locally on a contributor's machine unless they figure out that they should set up docker, run...

(also I found a problem with the completePending wrt unreliable servers - it seems that call can freeze forever and lock up the program...I added the `dataTimeout` option to settings...

Forked to band-aid this issue (and with continuous, not just longpoll), and got timeouts respected on my fork... but I'm not submitting a PR because there's bigger issues at play...

and in the allDocs implementation, can get this same error from `stores.bySeqStore.get`. that callback doesn't even check whether error is defined or not, which sends an `undefined` to `allDocsInner` which...

same result ![Image](https://github.com/user-attachments/assets/0b41aff2-614d-4658-9eb0-6518bb2aea9d)

I tracked it down to one missing file, `apex`. it's listed in filelist.txt but not in the archive. i got this machine yesterday, so that's when i installed the latest...

ah yeah as i did it more and more i narrowed down on exactly what caused it. I figured the stack trace would be good enough even without an exact...