Bug 2142626 - [abrt] libreport-plugin-bugzilla: get_short_backtrace(): problem_formatter.py:97:get_short_backtrace:LookupError: Crash thread not found
Summary: [abrt] libreport-plugin-bugzilla: get_short_backtrace(): problem_formatter.py...
Keywords:
Status: CLOSED DUPLICATE of bug 2168223
Alias: None
Product: Fedora
Classification: Fedora
Component: libreport
Version: 38
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: abrt
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:2541e30a1ba3f541faeb54c4c06...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-11-14 16:52 UTC by Mikhail
Modified: 2023-02-19 07:05 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-02-19 07:05:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: os_info (747 bytes, text/plain)
2022-11-14 16:52 UTC, Mikhail
no flags Details
File: environ (1.97 KB, text/plain)
2022-11-14 16:52 UTC, Mikhail
no flags Details
File: mountinfo (3.37 KB, text/plain)
2022-11-14 16:52 UTC, Mikhail
no flags Details
File: open_fds (525 bytes, text/plain)
2022-11-14 16:52 UTC, Mikhail
no flags Details
File: namespaces (171 bytes, text/plain)
2022-11-14 16:52 UTC, Mikhail
no flags Details
File: backtrace (167.00 KB, text/plain)
2022-11-14 16:52 UTC, Mikhail
no flags Details
File: cpuinfo (2.97 KB, text/plain)
2022-11-14 16:52 UTC, Mikhail
no flags Details
coredumpctl (70.56 KB, image/png)
2022-11-14 16:56 UTC, Mikhail
no flags Details

Description Mikhail 2022-11-14 16:52:09 UTC
Description of problem:
Occurs when I try report "dleyna-render" report

Version-Release number of selected component:
libreport-plugin-bugzilla-2.17.6-1.fc38

Additional info:
reporter:       libreport-2.17.6
kernel:         6.1.0-0.rc4.20221111git4bbf3422df78.39.fc38.x86_64
cmdline:        /usr/bin/python3 /usr/bin/reporter-bugzilla -b -c /etc/libreport/plugins/bugzilla.conf -F /etc/libreport/plugins/bugzilla_format.conf -A /etc/libreport/plugins/bugzilla_formatdup.conf
cgroup:         0::/user.slice/user-1000.slice/user/app.slice/dbus-:1.2-org.freedesktop.problems.applet
uid:            1000
reason:         problem_formatter.py:97:get_short_backtrace:LookupError: Crash thread not found
executable:     /usr/bin/reporter-bugzilla
type:           Python3
package:        libreport-plugin-bugzilla-2.17.6-1.fc38
runlevel:       N 5
exception_type: LookupError
crash_function: get_short_backtrace
interpreter:    python3-3.11.0-1.fc38.x86_64
comment:        Occurs when I try report "dleyna-render" report

Truncated backtrace:
#1 [/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py:97] get_short_backtrace
#2 [/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py:269] process_section_items
#3 [/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py:291] process_section_items
#4 [/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py:316] generate_report
#5 [/usr/bin/reporter-bugzilla:709] <module>

Comment 1 Mikhail 2022-11-14 16:52:13 UTC
Created attachment 1924274 [details]
File: os_info

Comment 2 Mikhail 2022-11-14 16:52:15 UTC
Created attachment 1924275 [details]
File: environ

Comment 3 Mikhail 2022-11-14 16:52:17 UTC
Created attachment 1924276 [details]
File: mountinfo

Comment 4 Mikhail 2022-11-14 16:52:18 UTC
Created attachment 1924277 [details]
File: open_fds

Comment 5 Mikhail 2022-11-14 16:52:21 UTC
Created attachment 1924278 [details]
File: namespaces

Comment 6 Mikhail 2022-11-14 16:52:23 UTC
Created attachment 1924279 [details]
File: backtrace

Comment 7 Mikhail 2022-11-14 16:52:24 UTC
Created attachment 1924280 [details]
File: cpuinfo

Comment 8 Mikhail 2022-11-14 16:56:00 UTC
Created attachment 1924282 [details]
coredumpctl

--- Running report_uReport ---
('report_uReport' completed successfully)

--- Skipping collect_GConf ---
No matching actions found for this event.

--- Skipping collect_vimrc_system ---
No matching actions found for this event.

--- Skipping collect_vimrc_user ---
No matching actions found for this event.

--- Skipping collect_xsession_errors ---
No matching actions found for this event.

--- Running analyze_CCpp ---
Generating backtrace
Backtrace is generated and saved, 42637 bytes

--- Running analyze_BodhiUpdates ---
Looking for similar problems in bugzilla

--- Running report_Bugzilla ---
Checking for duplicates
Traceback (most recent call last):
  File "/usr/bin/reporter-bugzilla", line 709, in <module>
    report = pf.generate_report()
             ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py", line 316, in generate_report
    section['items'] = self.process_section_items(section)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py", line 291, in process_section_items
    child['items'] = self.process_section_items(child)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py", line 269, in process_section_items
    short_bt = get_short_backtrace(self.problem_data, self.logger)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/site-packages/reportclient/internal/problem_formatter.py", line 97, in get_short_backtrace
    truncated = backtrace.to_short_text()
                ^^^^^^^^^^^^^^^^^^^^^^^^^
LookupError: Crash thread not found
('report_Bugzilla' exited with 1)

Comment 9 Ben Cotton 2023-02-07 14:59:02 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle.
Changing version to 38.

Comment 10 Michal Srb 2023-02-19 07:05:12 UTC

*** This bug has been marked as a duplicate of bug 2168223 ***


Note You need to log in before you can comment on or make changes to this bug.