prisma / prisma-client-js

Type-safe database client for TypeScript & Node.js (ORM replacement)
Apache License 2.0
1.47k stars 67 forks source link

PANIC: timer has gone away #888

Closed lastmagic closed 3 years ago

lastmagic commented 4 years ago

Hi Prisma Team! My Prisma Client just crashed. This is the report:

Versions

Name Version
Node v12.18.3
OS debian-openssl-1.1.x
Prisma 2.5.1

Logs

prisma-client {
  engineConfig: {
    cwd: '/data/app/prisma',
    enableDebugLogs: false,
    enableEngineDebugMode: undefined,
    datamodelPath: '/data/app/node_modules/.prisma/client/schema.prisma',
    prismaPath: undefined,
    engineEndpoint: undefined,
    generator: {
      name: 'client',
      provider: 'prisma-client-js',
      output: '/data/app/node_modules/@prisma/client',
      binaryTargets: [],
      previewFeatures: [Array],
      config: {}
    },
    showColors: false,
    logLevel: undefined,
    logQueries: undefined,
    flags: [],
    clientVersion: '2.5.1',
    enableExperimental: [ 'transaction' ],
    useUds: undefined
  }
}
plusX Execution permissions of /data/app/node_modules/.prisma/client/query-engine-debian-openssl-1.1.x are fine
prisma-client Client Version 2.5.1
prisma-client Engine Version c88925ce44a9b89b4351aec85ba6a28979d2658e
pantharshit00 commented 4 years ago

Hello! Can you please provide a minimal reproduction for the above crash? Unfortunately the automatically collected information in the issue does not give us much to go with here - we will need a bit more information. What were you doing? Can you share the code and schema that was active?

From the panic message I can only infer that tokio runtime has some error and the async time went out of sync. But without any other information, I can't debug this.

pantharshit00 commented 4 years ago

Also, please try the latest version of Prisma once. This might be already fixed via dependency update.

pantharshit00 commented 3 years ago

I am going to close this as its been 3 months now and there is no activity here.

Please reply if you want us to take another look.