Commit 3b73bc8
Pin the producer's recovery seed on the unopenable-dictionary path
The seed's ungating had no test: nothing wrote a NEW symbol after
recovering a slot whose dictionary could not be opened, which is the
only place the difference shows.
It shows on the wire. Re-gate the seed and the resumed producer restarts
its id space at 0, on top of ids the surviving frames already define --
the server's dictionary comes back as
[after-recovery, sym-1, sym-2, sym-3, sym-4, sym-5]
with sym-0 overwritten. Two symbols on one id, and the send loop's
mirror still reads that id as sym-0, so mirror and producer disagree
about what it MEANS. That is the misattribution the whole dictionary
machinery exists to prevent.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ff53e1f commit 3b73bc8
1 file changed
Lines changed: 51 additions & 0 deletions
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
290 | 341 | | |
291 | 342 | | |
292 | 343 | | |
| |||
0 commit comments