Subject: bc 1.04
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 07/09/1998 12:14:32
While "make tests" checking SSLeay's big number library, the bc 1.04
we ship core dumped with:

#0  0x4007ba90 in ?? () from /usr/lib/libc.so.12.28
#1  0x11c64 in yy_n_chars ()
#2  0x953f in rl_input (
    buf=0x27000
    "obase=16\nibase=16\nA7B92482456655B65E85E5DF9E313DB23F78151473B8B4C337EBD39D25F9719A52B0DAF67EB5EB806C9138853EE5EA56974A917BB619C9C9DA5C0107C1E4F468
    + 3830800EBA57A635925B2CD64265FC285999D59CD1F6B563D2D"..., 
    result=0x11c64, max=8192) at /usr/src/gnu/usr.bin/bc/scan.l:118
#3  0x9fd4 in yy_get_next_buffer () at lex.yy.c:1519
#4  0x9d3d in yylex () at lex.yy.c:1354
#5  0x2f86 in yyparse () at bc.tab.c:1445
#6  0x61e2 in main (argc=1, argv=0xefbfd65c)
    at /usr/src/gnu/usr.bin/bc/main.c:219

Building bc 1.05a cured the problem, so I didn't investigate
further.. at least the big number library seems to work :)

Cheers,

Patrick