Bug 1846990
| Summary: | [abrt] zsh: free_cline(): zsh killed by SIGSEGV | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Allan Lewis <allanlewis99> | ||||||||||||||||||||||||||
| Component: | zsh | Assignee: | Kamil Dudka <kdudka> | ||||||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 32 | CC: | dmaphy, james.antill, j, kdudka, svashisht | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ede75617d10b1aae767fe145509fab4ef32e4566 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:29d126808bfc8890bf9528efa2fcd7bbf9a73936;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2020-06-15 15:34:02 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
Allan Lewis
2020-06-15 11:07:43 UTC
Created attachment 1697379 [details]
File: backtrace
Created attachment 1697380 [details]
File: cgroup
Created attachment 1697381 [details]
File: core_backtrace
Created attachment 1697382 [details]
File: cpuinfo
Created attachment 1697383 [details]
File: dso_list
Created attachment 1697384 [details]
File: environ
Created attachment 1697385 [details]
File: exploitable
Created attachment 1697386 [details]
File: limits
Created attachment 1697387 [details]
File: maps
Created attachment 1697388 [details]
File: mountinfo
Created attachment 1697389 [details]
File: open_fds
Created attachment 1697390 [details]
File: proc_pid_status
The stack overflows after free_cline() enters an infinite recursion through call of free_cline(l->prefix). The data structure is supposed to be acyclic but for some reason it is not. Unfortunately, the backtrace is truncated, so it is not clear how we got there. I am afraid that, without a reliable reproducer, there is not much we can do to proceed with this bug report. |