Bug 2271655
Summary: | [abrt] recoll: xmlXPathOrderDocElems(): recollindex killed by SIGSEGV | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mobi <mobi.floss> | ||||||||||||||||||||||||
Component: | recoll | Assignee: | Terje Rosten <terjeros> | ||||||||||||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 39 | CC: | jfd, mobi.floss, pbonzini, terje.rosten | ||||||||||||||||||||||||
Target Milestone: | --- | Flags: | jfd:
needinfo-
jfd: needinfo- |
||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/c00da29c725f6dbb4ed973df7193e256d92ad9a | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:3780c1cd5bddb66d3867be1b42f9f51e735379ae;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
Fixed In Version: | recoll-1.39.1-2.fc39 recoll-1.39.1-2.fc40 | Doc Type: | --- | ||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2024-07-09 01:41:49 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
Mobi
2024-03-26 18:11:48 UTC
Created attachment 2023666 [details]
File: limits
Created attachment 2023667 [details]
File: mountinfo
Created attachment 2023668 [details]
File: maps
Created attachment 2023669 [details]
File: core_backtrace
Created attachment 2023670 [details]
File: cpuinfo
Created attachment 2023671 [details]
File: os_info
Created attachment 2023672 [details]
File: backtrace
Created attachment 2023673 [details]
File: environ
Created attachment 2023674 [details]
File: exploitable
Created attachment 2023675 [details]
File: proc_pid_status
Created attachment 2023676 [details]
File: open_fds
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. FEDORA-2024-96444e5b07 (recoll-1.39.1-1.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-96444e5b07 FEDORA-2024-4aa44d037d (recoll-1.39.1-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-4aa44d037d FEDORA-2024-4aa44d037d has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4aa44d037d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4aa44d037d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-96444e5b07 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-96444e5b07` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-96444e5b07 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-96444e5b07 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-96444e5b07` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-96444e5b07 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-4aa44d037d has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4aa44d037d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4aa44d037d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-96444e5b07 (recoll-1.39.1-2.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-4aa44d037d (recoll-1.39.1-2.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. Hello, Recoll author here. The crash is apparently caused by an error while processing an XML-based file (there are quite of few of these: openoffice, Office documents, etc.) In order to fix the problem, we would need to determine on what file the crash occurs. For this, we need to look at the indexer log file and it is best to set the indexer to use single-threaded mode so that we can more easily make sense of the log. Please edit ~/.recoll/recoll.conf and set the following variables: loglevel = 4 logfilename = /tmp/recoll-log.txt # Adjust at will thrQSizes = -1 -1 -1 Then restart the operation (no need to set the -z -Z options), and, hopefully, the last section in the log file will tell us what file is the cause of the crash. You will then be able to either exclude it from the index (so that you can index the rest of your documents), and, if it is possible according to privacy, supply it to me so that I can debug the problem (jfd). |