PrismaP
Prisma5w ago
14 replies
Imprevisible

Prisma V7.2.0 crash with Rust message

Hi everyone, I'm trying to insert lot of data into a prisma database with upsert. I'm executing hundreds of queries per seconds, and after some time my app crash with that message:

I guess that's not normal, but the strangest thing is this message:
Error: attempted to take ownership of Rust value while it was borrowed


The v7.2.0 got rid of the Rust engines (as far as I know). Maybe it's an old log that isn't right now? Also, the error message is not very clear regarding which part of the app is impacted by that crash. I got my idea, but due to the fact that the section I'm suspecting use many prisma calls, it's not perfect.

Thanks in advance to you. 😄
Was this page helpful?