Bug 982347

Summary: AttributeError: 'tuple' object has no attribute 'stack'
Product: [Fedora] Fedora Reporter: Steve Tyler <stephent98>
Component: python-mehAssignee: Vratislav Podzimek <vpodzime>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: dshea, g.kaviyarasu, jonathan, mkolman, sbueno, stephent98, vanmeeuwen+fedora, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:6060864a014e9181d63702fe27e79253d0283bea6cad64c64f25405bdac1e7a8
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 983789 (view as bug list) Environment:
Last Closed: 2013-08-15 21:04:47 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 Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log
none
anaconda-tb-b7yEgl (Comment 13) none

Description Steve Tyler 2013-07-08 18:40:27 UTC
Description of problem:
Attempting to reproduce Bug 982299.

Version-Release number of selected component:
anaconda-19.30.13-1

The following was filed automatically by anaconda:
anaconda 19.30.13-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/meh/dump.py", line 49, in __init__
    if inspect.istraceback(exc_info.stack):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/__init__.py", line 176, in dumpState
    exn = ReverseExceptionDump((None, None, stack), self.mehConfig)
  File "/sbin/anaconda", line 1022, in <lambda>
    signal.signal(signal.SIGUSR2, lambda signum, frame: anaconda.dumpState())
  File "/usr/lib64/python2.7/site-packages/gi/overrides/GLib.py", line 629, in <lambda>
    return (lambda data: callback(*data), user_data)
AttributeError: 'tuple' object has no attribute 'stack'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019\x20x86_64 quiet BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.5-301.fc19.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19

Comment 1 Steve Tyler 2013-07-08 18:40:33 UTC
Created attachment 770614 [details]
File: anaconda-tb

Comment 2 Steve Tyler 2013-07-08 18:40:37 UTC
Created attachment 770615 [details]
File: anaconda.log

Comment 3 Steve Tyler 2013-07-08 18:40:40 UTC
Created attachment 770616 [details]
File: environ

Comment 4 Steve Tyler 2013-07-08 18:40:44 UTC
Created attachment 770617 [details]
File: lsblk_output

Comment 5 Steve Tyler 2013-07-08 18:40:47 UTC
Created attachment 770618 [details]
File: nmcli_dev_list

Comment 6 Steve Tyler 2013-07-08 18:40:50 UTC
Created attachment 770619 [details]
File: os_info

Comment 7 Steve Tyler 2013-07-08 18:40:54 UTC
Created attachment 770620 [details]
File: program.log

Comment 8 Steve Tyler 2013-07-08 18:40:57 UTC
Created attachment 770621 [details]
File: storage.log

Comment 9 Steve Tyler 2013-07-08 18:41:00 UTC
Created attachment 770622 [details]
File: syslog

Comment 10 Steve Tyler 2013-07-08 18:41:03 UTC
Created attachment 770623 [details]
File: ifcfg.log

Comment 11 Steve Tyler 2013-07-08 18:41:07 UTC
Created attachment 770624 [details]
File: packaging.log

Comment 12 Steve Tyler 2013-07-08 18:53:52 UTC
Procedure:

$ qemu-img create f19-test-1.img 16G
$ qemu-kvm -m 4096 -hda f19-test-1.img -cdrom ~/xfr/fedora/F19/Fedora-19-x86_64-DVD.iso -vga std -boot menu=on

Proceed to the Date & Time spoke (for example).
Switch to the installer console (ctrl-alt-f2).
# pkill -USR2 -o anaconda

/tmp/anaconda-tb-* is created.

An exception dialog is displayed after switching back to the installer GUI (ctrl-alt-f7):
AttributeError: 'tuple' object has no attribute 'stack'

Comment 13 Steve Tyler 2013-08-15 11:55:09 UTC
From F19 Live image:
Update to python-meh 0.26-1.
$ liveinst
Go to Installation Summary.
From terminal:
$ sudo pkill -USR2 -o anaconda

cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8
cmdline_file:   initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-19-1 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0  BOOT_IMAGE=vmlinuz0 
hashmarkername: anaconda
kernel:         3.9.5-301.fc19.x86_64
other involved packages: python-meh-0.26-1.fc19.noarch, pygobject3-base-3.8.2-2.fc19.x86_64
package:        anaconda-19.30.13-1.fc19.x86_64
packaging.log:  
product:        Fedora
reason:         AttributeError: 'tuple' object has no attribute 'stack'
release:        Fedora release 19 (Schrödinger’s Cat)
version:        19

Comment 14 Steve Tyler 2013-08-15 12:04:13 UTC
Created attachment 786923 [details]
anaconda-tb-b7yEgl (Comment 13)

Comment 15 Steve Tyler 2013-08-15 12:26:44 UTC
When a dump is induced with SIGUSR2, there is no "real" exception, so a traceback seems superfluous.

Changing component to python-meh for analysis.

Comment 16 Steve Tyler 2013-08-15 12:32:22 UTC
(In reply to Steve Tyler from comment #15)
> When a dump is induced with SIGUSR2, there is no "real" exception, so a
> traceback seems superfluous.
> 
> Changing component to python-meh for analysis.

Maybe not. If a thread is hung, we would like to know which one ...

Comment 17 Vratislav Podzimek 2013-08-15 21:04:47 UTC

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