Bug 568505

Summary: [abrt] crash in python-twisted-core-8.2.0-3.fc12: wvdial.py:123:current_profile_uses_passwordplugin:AttributeError: 'NoneType' object has no attribute 'has_key'
Product: [Fedora] Fedora Reporter: pavel mialko <pavemial>
Component: abrtAssignee: Jiri Moskovcak <jmoskovc>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: anton, dfediuck, dvlasenk, iprikryl, jmoskovc, kklic, mnowak, npajkovs, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:cc8ea81d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-24 10:52:44 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: backtrace none

Description pavel mialko 2010-02-25 21:01:26 UTC
abrt 1.0.7 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/twistd -r gtk2 --pidfile /tmp/vmc.pid -noy /usr/share/vodafone-mobile-connect/gtk-tap.py -l /dev/null
component: python-twisted-core
executable: /usr/bin/twistd
kernel: 2.6.31.12-174.2.22.fc12.x86_64
package: python-twisted-core-8.2.0-3.fc12
reason: wvdial.py:123:current_profile_uses_passwordplugin:AttributeError: 'NoneType' object has no attribute 'has_key'
release: Fedora release 12 (Constantine)

backtrace
-----
wvdial.py:123:current_profile_uses_passwordplugin:AttributeError: 'NoneType' object has no attribute 'has_key'

Traceback (most recent call last):
  File "/usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py", line 660, in on_connect_button_toggled
    problems = osobj.check_dialer_assumptions()
  File "/usr/share/vodafone-mobile-connect/vmc/common/oses/linux.py", line 48, in check_dialer_assumptions
    return self.dialer.check_assumptions()
  File "/usr/share/vodafone-mobile-connect/vmc/common/dialers/wvdial.py", line 223, in check_assumptions
    if current_profile_uses_passwordplugin():
  File "/usr/share/vodafone-mobile-connect/vmc/common/dialers/wvdial.py", line 123, in current_profile_uses_passwordplugin
    return profile.has_key('plugin passwordfd.so')
AttributeError: 'NoneType' object has no attribute 'has_key'

Local variables in innermost frame:
profile: None
config: <vmc.common.config.VMCConfig object at 0x15bd2d0>
key: 'default'

Comment 1 pavel mialko 2010-02-25 21:01:31 UTC
Created attachment 396392 [details]
File: backtrace

Comment 2 Thomas Vander Stichele 2010-05-24 10:32:02 UTC
bug in abrt: app bugs should not be reported against frameworks.

Comment 3 Jiri Moskovcak 2010-05-24 10:52:44 UTC

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