Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

consumer_acceptance: the EIGS_DIR overlay is shared across rows, so one consumer's write reaches later rows

Aperta
#1,306 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
72/100
Tipo di issue
Bug
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
c
Ambito
testing-qa

Direzione di ricerca

Start by tracing build_candidate_overlay in the consumer-acceptance harness and inspect Tidepool's Makefile and ouroboros's use of $EIGS_DIR/src. Run the self-test plant with two stub consumers, then verify that each row gets a fresh or hash-verified overlay and that the second consumer fails when given a rejected program.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

area:gates found-by:code-review kind:silent-wrong

Found by /code-review on #1305. It is pre-existing: the old harness also built one overlay per run and shared it across rows (build_candidate_overlay, called once, at 88ba928 line ~3126).

Problem. Consumer a writes $EIGS_DIR/src/eigenscript (a rebuild, or a stray write). Consumer b then calls "$EIGS_DIR/src/eigenscript" bad.eigs, and the replaced slot answers. The candidate exits 42 on bad.eigs, yet both rows PASS. Tidepool's Makefile has $(MAKE) -C $(EIGS_DIR) build, and ouroboros compiles the runtime from $EIGS_DIR/src. Related: #1304, the same slot replaced within one row.

Done when:

  • Each row gets a fresh overlay, or the runtime slots are re-installed and the overlay is re-verified (hash) before every row.
  • A self-test plant with two stub consumers (a writes the slot; b calls it with a program the candidate rejects) makes b's row FAIL.
Lingua principale
C
Stelle
3
Fork
7
Merge medio
3h 58m
PR unite (30g)
105

Preparare l'ambiente

Apri in Codespaces

Avvia il container di sviluppo del progetto nel browser, con il tuo account GitHub.

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di InauguralSystems/EigenScript

Tutte le issue di InauguralSystems/EigenScript

Issue simili

Altre issue su C

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.