[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#853791: marked as done (reportbug: Crashes on trying to display modified configuration files)



Your message dated Mon, 1 Jun 2020 14:35:05 +0200
with message-id <310720dd-3163-a771-89cd-d97f73f43f6c@web.de>
and subject line Re: reportbug: Crashes on trying to display modified configuration files
has caused the Debian Bug report #853791,
regarding reportbug: Crashes on trying to display modified configuration files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
853791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853791
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 7.1.4
Severity: normal

Dear Maintainer,

I opened ReportBug with a previous version of Chromium installed to report a
bug. I then installed a newer version. Reportbug detected a change in
configuration files. I chose to display the files, resulting in a crash:

~$ reportbug
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2234, in <module>
    main()
  File "/usr/bin/reportbug", line 1107, in main
    return iface.user_interface()
  File "/usr/bin/reportbug", line 1830, in user_interface
    ui.system(PAGER + ' ' + ' '.join(changed))
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 1758, in
func
    op = application.call_in_main_thread(klass, parent)
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 579, in
call_in_main_thread
    raise ret
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 566, in
callback
    ret = func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 617, in
__init__
    self.widget = self.create_widget()
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 1476, in
create_widget
    self.terminal.set_cursor_blinks(True)
AttributeError: 'Terminal' object has no attribute 'set_cursor_blinks'



-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/keantoken/.reportbugrc:
reportbug_version "6.6.6"
mode standard
ui gtk2
realname "Anthony"
email "keantoken@yahoo.com"
no-cc
header "X-Debbugs-CC: keantoken@yahoo.com"
smtphost reportbug.debian.org

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-5.1-liquorix-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages reportbug depends on:
ii  apt                1.4~beta4
ii  python3-reportbug  7.1.4
pn  python3:any        <none>

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  claws-mail                                 3.14.1-3
pn  debconf-utils                              <none>
pn  debsums                                    <none>
ii  dlocate                                    1.07+nmu1
ii  emacs24-bin-common                         24.5+1-8
ii  exim4                                      4.89~RC1-1
ii  exim4-daemon-light [mail-transport-agent]  4.89~RC1-1
ii  file                                       1:5.29-3
ii  gir1.2-gtk-3.0                             3.22.7-2
ii  gir1.2-vte-2.91                            0.46.1-1
ii  gnupg                                      2.1.18-3
ii  python3-gi                                 3.22.0-2
ii  python3-gi-cairo                           3.22.0-2
pn  python3-gtkspellcheck                      <none>
pn  python3-urwid                              <none>
ii  xdg-utils                                  1.1.1-1

Versions of packages python3-reportbug depends on:
ii  apt                1.4~beta4
ii  file               1:5.29-3
ii  python3-debian     0.1.30
ii  python3-debianbts  2.6.1
ii  python3-requests   2.12.4-1
pn  python3:any        <none>

python3-reportbug suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 7.5.0

On Tue, 31 Jan 2017 16:29:09 -0600 Anthony <keantoken@yahoo.com> wrote:
> I opened ReportBug with a previous version of Chromium installed to report a
> bug. I then installed a newer version. Reportbug detected a change in
> configuration files. I chose to display the files, resulting in a crash:
> 
> ~$ reportbug
> Traceback (most recent call last):
>   File "/usr/bin/reportbug", line 2234, in <module>
>     main()
>   File "/usr/bin/reportbug", line 1107, in main
>     return iface.user_interface()
>   File "/usr/bin/reportbug", line 1830, in user_interface
>     ui.system(PAGER + ' ' + ' '.join(changed))
>   File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 1758, in
> func
>     op = application.call_in_main_thread(klass, parent)
>   File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 579, in
> call_in_main_thread
>     raise ret
>   File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 566, in
> callback
>     ret = func(*args, **kwargs)
>   File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 617, in
> __init__
>     self.widget = self.create_widget()
>   File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 1476, in
> create_widget
>     self.terminal.set_cursor_blinks(True)
> AttributeError: 'Terminal' object has no attribute 'set_cursor_blinks'

This was fixed in
https://salsa.debian.org/reportbug-team/reportbug/-/commit/c3fe73f4e51b4b5eff11e06d8bf3f6be81751e14

--- End Message ---

Reply to: