Etienne Cimon

Results 156 comments of Etienne Cimon

I explored this issue again and it seems like there's a big rabbit-hole of problems with locking memory in docker: https://medium.com/@thejasongerard/resource-limits-mlock-and-containers-oh-my-cca1e5d1f259 I'm not sure how I could fix this in...

> No problem, the library is a bit dead, and while I have some fresh ideas, they will likely major rewrite. What I have been meaning to do, is use...

Prisma supports `BigInt` since a while now. Can we use `SuperJson` to serialize the publicData? It looks like the merge request went stale and the stuff was moved to blitz-auth...

Here is the stack trace for a simple try/catch Assertion failed: R == 0 && "Already initialized this value register!", file F:\Development\llvm-project\llvm\include\llvm/CodeGen/FunctionLoweringInfo.h, line 222 ```Assertion failed: R == 0 &&...

I tried compiling with this and it was still giving the same error. Also, changing the function name to the `Wasm_CXX` __gxx_wasm_personality_v0 name caused an infinite loop. ``` [..] .Case("rust_eh_personality",...

More debug info: ``` Type-legalized selection DAG: %bb.3 '_start:' SelectionDAG has 4 nodes: t0: ch,glue = EntryToken t3: ch = CopyToReg t0, Register:i32 %6, Constant:i32 Legalizing: t3: ch = CopyToReg...

When changing to the __gxx_wasm_personality_v0 function, the infinite loop is on the EHPadBB while: ``` static void findWasmUnwindDestinations( FunctionLoweringInfo &FuncInfo, const BasicBlock *EHPadBB, BranchProbability Prob, SmallVectorImpl &UnwindDests) { while (EHPadBB)...

Seems to be fixed in 1.36.0

nevermind I didn't have the proper compile flag when testing (has to be in lflags too for dub now)

I used SSH on the VM and ran an apt install to obtain this error