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

Fix UTF-8 seek/tell positioning during binary file lookup

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

I maintainer di solito rispondono entro 2 giorni

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
52/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
java, perl
Ambito
backend, testing

Direzione di ricerca

Start with the existing UTF-8 seek audit and reproduce the failures in t/lookup.t and t/personalized.t. Trace the seek/tell and readline interaction used by Search::Dict::look on a larger UTF-8 file with a multibyte character before the lookup. Done means the regression passes on both JVM and interpreter backends and the affected upstream tests report all 9 tests passing.

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

Descrizione

area:backend area:io area:unicode bug

Summary

Data::Password::Common 0.004 fails its upstream test suite on PerlOnJava, while the same suite passes completely under system Perl.

Reproduction

CPAN compatibility run: 20260924-085657-82687

Distribution: Data-Password-Common-0.004

Observed result:

Files=3, Tests=9, 11 wallclock secs
Result: FAIL
Failed 2/3 test programs. 5/9 subtests failed.

The failures are:

  • t/lookup.t: password and !"£$%^ are incorrectly reported as absent.
  • t/personalized.t: password is incorrectly absent from both the built-in and custom lists, and stupid1 is incorrectly absent from the built-in list.

The ordinary system-Perl oracle passes all 9 tests. The failure reproduces on both the JVM and interpreter backends.

Root cause evidence

Data::Password::Common opens its password list with the :utf8 layer and calls Search::Dict::look, which performs byte-offset binary searches using seek and then reads a line.

With the custom ASCII-list test:

  • system Perl positions at byte offset 2369 and reads password;
  • PerlOnJava positions at byte offset 2372 and reads sword.

The input file contains multibyte UTF-8 characters before the searched entry. This indicates an encoded-file buffering/positioning parity bug in the interaction between seek/tell and subsequent readline/binary-search operations. It is not a missing dependency, timeout, native-module, or upstream test issue.

The basic UTF-8 seek audit currently passes, so a regression test should cover a larger UTF-8 file with a multibyte character before a Search::Dict-style binary lookup.

Scope

Both execution backends are affected. Existing labels bug, area:io, area:unicode, and area:backend are applicable.

Lingua principale
Perl
Stelle
64
Fork
6
Merge medio
4h 53m
PR unite (30g)
165

Preparare l'ambiente

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 fglock/PerlOnJava

Tutte le issue di fglock/PerlOnJava

Issue simili

Altre issue su Perl

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.