meteor/meteor

Idle Crash in Development Mode

bmartin1134 opened this issue · 4 comments

Idle Crash in Development Mode
Meteor Version: release/METEOR@3.0-rc.0
OSX Sonoma 14.3.2

Expected: Dont Crash during idle
Actual: Crashes during idle.

Not sure of production mode as not willing to push yet.

Repo: Just use Meteor create

=> Meteor server restarted at: http://localhost:3000/
I20240425-00:50:55.704(-7)? Checking that at least 1 user exists.
I20240425-00:50:55.704(-7)? Users exist. Application starting.
W20240425-01:15:45.402(-7)? (STDERR) node:internal/process/promises:289
W20240425-01:15:45.404(-7)? (STDERR) triggerUncaughtException(err, true /* fromPromise /);
W20240425-01:15:45.404(-7)? (STDERR) ^
W20240425-01:15:45.404(-7)? (STDERR)
W20240425-01:15:45.404(-7)? (STDERR) PoolClearedOnNetworkError: Connection to 127.0.0.1:3001 interrupted due to server monitor timeout
W20240425-01:15:45.404(-7)? (STDERR) at ConnectionPool.interruptInUseConnections (/Users/
/.meteor/packages/npm-mongo/.4.16.1-beta300.7.194xp4b.jbl6++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connection_pool.ts:479:28)
W20240425-01:15:45.404(-7)? (STDERR) at /Users/
*/.meteor/packages/npm-mongo/.4.16.1-beta300.7.194xp4b.jbl6++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/src/cmap/connection_pool.ts:464:35
W20240425-01:15:45.443(-7)? (STDERR) at processTicksAndRejections (node:internal/process/task_queues:77:11)
W20240425-01:15:45.443(-7)? (STDERR) at runNextTicks (node:internal/process/task_queues:64:3)
W20240425-01:15:45.443(-7)? (STDERR) at listOnTimeout (node:internal/timers:540:9)
W20240425-01:15:45.443(-7)? (STDERR) at processTimers (node:internal/timers:514:7) {
W20240425-01:15:45.443(-7)? (STDERR) address: '127.0.0.1:3001',
W20240425-01:15:45.443(-7)? (STDERR) [Symbol(errorLabels)]: Set(1) { 'RetryableWriteError' }
W20240425-01:15:45.444(-7)? (STDERR) }
W20240425-01:15:45.444(-7)? (STDERR)
W20240425-01:15:45.444(-7)? (STDERR) Node.js v20.11.1
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.