Skip to content
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

Bleadperl v5.27.2-56-g7e8d786b02 breaks PATL/IO-Mux-0.08.tar.gz #16095

Closed
p5pRT opened this issue Jul 31, 2017 · 7 comments
Closed

Bleadperl v5.27.2-56-g7e8d786b02 breaks PATL/IO-Mux-0.08.tar.gz #16095

p5pRT opened this issue Jul 31, 2017 · 7 comments

Comments

@p5pRT
Copy link

p5pRT commented Jul 31, 2017

Migrated from rt.perl.org#131823 (status was 'resolved')

Searchable as RT131823$

@p5pRT
Copy link
Author

p5pRT commented Jul 31, 2017

From @andk

bisect


commit 7e8d786
Author​: David Mitchell <davem@​iabyn.com>
Date​: Fri Jul 14 17​:29​:43 2017 +0100

  optimise (index() == -1)

diagnostics


http​://www.cpantesters.org/cpan/report/50b9804a-7423-11e7-a117-52002b4c90c2

perl -V


Summary of my perl5 (revision 5 version 27 subversion 3) configuration​:
  Commit id​: c1a6686
  Platform​:
  osname=linux
  osvers=4.9.0-2-amd64
  archname=x86_64-linux-ld
  uname='linux k93msid 4.9.0-2-amd64 #1 smp debian 4.9.18-1 (2017-03-30) x86_64 gnulinux '
  config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.27.2-75-gc1a6686e7b/ea6b -Dmyhostname=k93msid -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Duselongdouble -DEBUGGING=none'
  hint=recommended
  useposix=true
  d_sigaction=define
  useithreads=undef
  usemultiplicity=undef
  use64bitint=define
  use64bitall=define
  uselongdouble=define
  usemymalloc=n
  default_inc_excludes_dot=define
  bincompat5005=undef
  Compiler​:
  cc='cc'
  ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
  optimize='-O2'
  cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
  ccversion=''
  gccversion='6.3.0 20170406'
  gccosandvers=''
  intsize=4
  longsize=8
  ptrsize=8
  doublesize=8
  byteorder=12345678
  doublekind=3
  d_longlong=define
  longlongsize=8
  d_longdbl=define
  longdblsize=16
  longdblkind=3
  ivtype='long'
  ivsize=8
  nvtype='long double'
  nvsize=16
  Off_t='off_t'
  lseeksize=8
  alignbytes=16
  prototype=define
  Linker and Libraries​:
  ld='cc'
  ldflags =' -fstack-protector-strong -L/usr/local/lib'
  libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
  libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
  perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
  libc=libc-2.24.so
  so=so
  useshrplib=false
  libperl=libperl.a
  gnulibc_version='2.24'
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs
  dlext=so
  d_dlsymun=undef
  ccdlflags='-Wl,-E'
  cccdlflags='-fPIC'
  lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'

Characteristics of this binary (from libperl)​:
  Compile-time options​:
  HAS_TIMES
  PERLIO_LAYERS
  PERL_COPY_ON_WRITE
  PERL_DONT_CREATE_GVSV
  PERL_MALLOC_WRAP
  PERL_OP_PARENT
  PERL_PRESERVE_IVUV
  PERL_USE_DEVEL
  USE_64_BIT_ALL
  USE_64_BIT_INT
  USE_LARGE_FILES
  USE_LOCALE
  USE_LOCALE_COLLATE
  USE_LOCALE_CTYPE
  USE_LOCALE_NUMERIC
  USE_LOCALE_TIME
  USE_LONG_DOUBLE
  USE_PERLIO
  USE_PERL_ATOF
  Built under linux
  Compiled at Jul 27 2017 11​:01​:34
  %ENV​:
  PERL5LIB=""
  PERL5OPT=""
  PERL5_CPANPLUS_IS_RUNNING="18365"
  PERL5_CPAN_IS_RUNNING="18365"
  PERL_CANARY_STABILITY_NOPROMPT="1"
  PERL_MM_USE_DEFAULT="1"
  PERL_USE_UNSAFE_INC="1"
  @​INC​:
  /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.27.2-75-gc1a6686e7b/ea6b/lib/site_perl/5.27.3/x86_64-linux-ld
  /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.27.2-75-gc1a6686e7b/ea6b/lib/site_perl/5.27.3
  /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.27.2-75-gc1a6686e7b/ea6b/lib/5.27.3/x86_64-linux-ld
  /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.27.2-75-gc1a6686e7b/ea6b/lib/5.27.3
  .

--
andreas

@p5pRT
Copy link
Author

p5pRT commented Jul 31, 2017

From @andk

also affected​:

MORITZ/File-CountLines-v0.0.3.tar.gz (test seems to hang now)

--
andreas

@p5pRT
Copy link
Author

p5pRT commented Jul 31, 2017

From @jkeenan

On Mon, 31 Jul 2017 20​:31​:11 GMT, andreas.koenig.7os6VVqR@​franz.ak.mind.de wrote​:

also affected​:

MORITZ/File-CountLines-v0.0.3.tar.gz (test seems to hang now)

Hang confirmed. Breakage in IO-Mux confirmed. Still present as of commit 1fb2d10.

Thank you very much.

--
James E Keenan (jkeenan@​cpan.org)

@p5pRT
Copy link
Author

p5pRT commented Jul 31, 2017

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Aug 1, 2017

From @iabyn

On Mon, Jul 31, 2017 at 04​:39​:51PM -0700, James E Keenan via RT wrote​:

On Mon, 31 Jul 2017 20​:31​:11 GMT, andreas.koenig.7os6VVqR@​franz.ak.mind.de wrote​:

also affected​:

MORITZ/File-CountLines-v0.0.3.tar.gz (test seems to hang now)

Hang confirmed. Breakage in IO-Mux confirmed. Still present as of commit 1fb2d10.

Both now fixed with v5.27.2-87-gdf84d7b

--
"But Sidley Park is already a picture, and a most amiable picture too.
The slopes are green and gentle. The trees are companionably grouped at
intervals that show them to advantage. The rill is a serpentine ribbon
unwound from the lake peaceably contained by meadows on which the right
amount of sheep are tastefully arranged." -- Lady Croom, "Arcadia"

@p5pRT
Copy link
Author

p5pRT commented Aug 1, 2017

From @jkeenan

On Tue, 01 Aug 2017 07​:28​:42 GMT, davem wrote​:

On Mon, Jul 31, 2017 at 04​:39​:51PM -0700, James E Keenan via RT wrote​:

On Mon, 31 Jul 2017 20​:31​:11 GMT,
andreas.koenig.7os6VVqR@​franz.ak.mind.de wrote​:

also affected​:

MORITZ/File-CountLines-v0.0.3.tar.gz (test seems to hang now)

Hang confirmed. Breakage in IO-Mux confirmed. Still present as of
commit 1fb2d10.

Both now fixed with v5.27.2-87-gdf84d7b

Confirmed; marking ticket Resolved.

--
James E Keenan (jkeenan@​cpan.org)

@p5pRT
Copy link
Author

p5pRT commented Aug 1, 2017

@jkeenan - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant