|
Bugzilla – Full Text Bug Listing |
| Summary: | running cpan: *** buffer overflow detected ***: /usr/bin/perl terminated | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Denix Treize <denix13> |
| Component: | Development | Assignee: | Michael Schröder <mls> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | denix13, guillaume.gardet, marius.kittler, meissner, mkravec |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Factory | ||
| See Also: | https://bugzilla.opensuse.org/show_bug.cgi?id=1120267 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
result of valgrind /usr/bin/perl
gdb session added a gdb session |
||
|
Description
Denix Treize
2018-12-28 15:13:05 UTC
it was valgrind /usr/bin/cpan of course Created attachment 793452 [details]
gdb session
Created attachment 793453 [details]
added a gdb session
added a gdb session
I encounter the same kind of bug with 'git send-email'. Adding '--confirm=never' option to remove the confirmation prompt make it work. The problem is on aarch64 too. The ticket https://bugzilla.opensuse.org/show_bug.cgi?id=1120267 is the same thing for sure. The backtrace is the same. Another very simple example to reproduce: ``` perl -eprint\(\"42\\n\"\)\; # works perl -deprint\(\"42\\n\"\)\; # fails when initializing readline echo 'parse_options("ReadLine=0");' >> ~/.perldb perl -deprint\(\"42\\n\"\)\; # works without readline support ``` Marking as dup. *** This bug has been marked as a duplicate of bug 1120759 *** |