Bug 2236684
| Summary: | Vim-9.0.1822 Perl module segfaults in S_parse_gv_stash_name() | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zdenek Dohnal <zdohnal> | ||||||||
| Component: | vim | Assignee: | Zdenek Dohnal <zdohnal> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | gchamoul, iarnell, jplesnik, karsten, kasal, mmaslano, mspacek, perl-devel, ppisar, psabata, rhughes, spotrh, zdohnal | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | vim-9.0.1872-1.fc40 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2023-09-05 13:08:13 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Zdenek Dohnal
2023-09-01 08:34:52 UTC
Created attachment 1986524 [details]
Full backtrace
Created attachment 1986525 [details]
perl -V from Fedora 40, manually built
Created attachment 1986526 [details]
perl -V - shipped in Ubuntu
In case you would like to try building Vim from upstream, here are steps (in Fedora 40 virtual machine from tmt): # dnf -y install libtool git-core # dnf download --source vim # dnf -y builddep *.src.rpm # git clone https://github.com/vim/vim # cd vim # make distclean && export CFLAGS=""; export CFLAGS="$CFLAGS -fPIC -fPIE"; ./configure --enable-perlinterp=dynamic --with-x=no --enable-gui=no && make && ./src/vim -c 'perl print 'hello'' -c 'q!' Thanks for the report. I can reproduce the issue. I look at it. Perl works with the newest Vim patchlevel. The current CI run still fails, but no due Perl https://artifacts.dev.testing-farm.io/79be01d0-25f2-4b02-be54-27983d6e8b82/ . |