Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idle Crash in Development Mode #13108

Open
bmartin1134 opened this issue Apr 25, 2024 · 0 comments
Open

Idle Crash in Development Mode #13108

bmartin1134 opened this issue Apr 25, 2024 · 0 comments

Comments

@bmartin1134
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants