cloudflare / cloudflare/workerd

🐛 Bug Report — failed: connect(): Cannot assign requested address; address = [::1]:44563

Open
#3,232 2 comments 5 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
8.7k
Forks
739
Avg merge
2d 20h
Merged PRs (30d)
174

Description

This bug is preventing me from being able to send multiple requests to a wrangler dev instance. The first one goes through fine, but any further requests are blocked by this error.

Along with this bug, the workerd process will be stuck using all of the CPU avalible.
![image](https://github.com/user-attachments/assets/63ba5574-266c-48cc-a27d-7a7480f5c7f8)

Heres some logs in case these are useful:

```
workerd/jsg/util.c++:274: error: e = kj/async-io-unix.c++:1510: failed: connect(): Cannot assign
requested address; address = [::1]:44563
stack:
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9f673
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9c6f5
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9cf60
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9d750
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@21e5345
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d90b00
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d925e0
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@34b764c
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@34b7aa4
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d794a0
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d854c0
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@21c1230
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@21cbea0
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2a35390
/home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@29380d0;
sentryErrorContext = jsgInternalError
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.