-
Notifications
You must be signed in to change notification settings - Fork 577
Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTA\ #2472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @nwc10Apart from sfio causing op/misc test 48 to fail, bytecode is unhappy: nick@fruitbat [Bytecode]$ bin/perlcc -B -o hw hw.pl Program received signal SIGSEGV, Segmentation fault. the free in bytecode.h is extraneous as BGET_strconst uses PL_tokenbuf rather #define BGET_strconst(arg) STMT_START { \ so this patch is needed. *** ext/ByteLoader/bytecode.h.orig Tue Aug 22 17:15:14 2000 however, using PL_tokenbuf for gets() emulation seems like a bad plan, as I Nicholas Clark Perl Info
|
Migrated from rt.perl.org#3909 (status was 'resolved')
Searchable as RT3909$
The text was updated successfully, but these errors were encountered: