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

Got "This shouldn't happen" when using perlbug in 5.28 RC-2 #16587

Closed
p5pRT opened this issue Jun 14, 2018 · 5 comments
Closed

Got "This shouldn't happen" when using perlbug in 5.28 RC-2 #16587

p5pRT opened this issue Jun 14, 2018 · 5 comments

Comments

@p5pRT
Copy link

p5pRT commented Jun 14, 2018

Migrated from rt.perl.org#133279 (status was 'open')

Searchable as RT133279$

@p5pRT
Copy link
Author

p5pRT commented Jun 14, 2018

From @Abigail

Created by @Abigail

When composing my previous bugreport with perlbug, when trying
to save the report to a file (using the 'f' option), perlbug
died with the message​:

  This shouldn't happen

generated in lib/Text/Wrap.pm, leaving just an empty 'perlbug.rep' file.

This may be triggered by the included output from one of the tests​:
in included huge lines, with lots of NUL characters.

Perl Info

Flags:
    category=library
    severity=low

Site configuration information for perl 5.28.0:

Configured by abigail at Thu Jun 14 15:11:09 CEST 2018.

Summary of my perl5 (revision 5 version 28 subversion 0) configuration:
  Commit id: 197e7984e9f640254af80f8553707bad217f3814
  Platform:
    osname=darwin
    osvers=17.6.0
    archname=darwin-2level
    uname='darwin aurora.fritz.box 17.6.0 darwin kernel version 17.6.0: tue may 8 15:22:16 pdt 2018; root:xnu-4570.61.1~1release_x86_64 x86_64 '
    config_args='-des -Uusedevel'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV'
    optimize='-O3'
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include'
    ccversion=''
    gccversion='4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.2)'
    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='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -mmacosx-version-min=10.13 -fstack-protector-strong -L/opt/local/lib'
    libpth=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.1.0/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib /opt/local/lib
    libs=-lpthread -ldbm -ldl -lm -lutil -lc
    perllibs=-lpthread -ldl -lm -lutil -lc
    libc=
    so=dylib
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=bundle
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' -mmacosx-version-min=10.13 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong'



@INC for perl 5.28.0:
    lib
    /Users/abigail/Perl/CPAN/Regexp-Common2/lib
    /Users/abigail/Perl/CPAN/Test-Regexp/lib
    /Users/abigail/Perl/CPAN/Puzzle-Stuff/lib
    /usr/local/lib/perl5/site_perl/5.28.0/darwin-2level
    /usr/local/lib/perl5/site_perl/5.28.0
    /usr/local/lib/perl5/5.28.0/darwin-2level
    /usr/local/lib/perl5/5.28.0


Environment for perl 5.28.0:
    DYLD_LIBRARY_PATH (unset)
    HOME=/Users/abigail
    LANG (unset)
    LANGUAGE (unset)
    LC_CTYPE=UTF-8
    LD_LIBRARY_PATH=/Users/abigail/Lib:/usr/local/lib:/usr/lib:/lib:/usr/X11R6/lib
    LOGDIR (unset)
    PATH=/Users/abigail/Bin:/opt/perl/current/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/games:/opt/git/bin:/Users/abigail/Perl/Photos:/Users/abigail/Perl/Bin:/opt/mysql/bin:/opt/local/bin:/Users/abigail/bin
    PERL5LIB=/Users/abigail/Perl/CPAN/Regexp-Common2/lib:/Users/abigail/Perl/CPAN/Test-Regexp/lib:/Users/abigail/Perl/CPAN/Puzzle-Stuff/lib
    PERLDIR=/opt/perl/current
    PERL_BADLANG (unset)
    SHELL=/bin/bash

@p5pRT
Copy link
Author

p5pRT commented Sep 3, 2018

From @jkeenan

On Thu, 14 Jun 2018 13​:53​:41 GMT, abigail@​abigail.be wrote​:

This is a bug report for perl from abigail@​abigail.be,
generated with the help of perlbug 1.41 running under perl 5.28.0.

-----------------------------------------------------------------
[Please describe your issue here]

When composing my previous bugreport with perlbug, when trying
to save the report to a file (using the 'f' option), perlbug
died with the message​:

This shouldn't happen

generated in lib/Text/Wrap.pm, leaving just an empty 'perlbug.rep'
file.

This may be triggered by the included output from one of the tests​:
in included huge lines, with lots of NUL characters.

Can you supply a link to that previous report, and/or provide a sample of the input which you think led to this unexpected result?

Thank you very much.

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

@p5pRT
Copy link
Author

p5pRT commented Sep 3, 2018

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

@khwilliamson
Copy link
Contributor

Is this closable?

@jkeenan
Copy link
Contributor

jkeenan commented Apr 17, 2022

Is this closable?

We received no follow-up information from the OP, so, yes, this is closable; doing so now. (We can always open a new ticket if we get new data.)

@jkeenan jkeenan closed this as completed Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants