Bug 885588 - [abrt] system-config-lvm-1.1.18-1.fc17: Volume_Tab_View.py:65:__init__:AttributeError: 'NoneType' object has no attribute 'get_model'
Summary: [abrt] system-config-lvm-1.1.18-1.fc17: Volume_Tab_View.py:65:__init__:Attrib...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-lvm
Version: 17
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Grac
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:5a5f6ca9d462fee7e226872c2a4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-10 07:16 UTC by Stephen Bourn
Modified: 2013-02-25 13:29 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-02-25 13:29:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: environ (283 bytes, text/plain)
2012-12-10 07:16 UTC, Stephen Bourn
no flags Details
File: executable (49 bytes, text/plain)
2012-12-10 07:16 UTC, Stephen Bourn
no flags Details
File: smolt_data (3.42 KB, text/plain)
2012-12-10 07:16 UTC, Stephen Bourn
no flags Details
File: core_backtrace (428 bytes, text/plain)
2012-12-10 07:16 UTC, Stephen Bourn
no flags Details

Description Stephen Bourn 2012-12-10 07:16:14 UTC
Version-Release number of selected component:
system-config-lvm-1.1.18-1.fc17

Additional info:
libreport version: 2.0.18
abrt_version:   2.0.18
cmdline:        /usr/bin/python2 /usr/share/system-config-lvm/system-config-lvm.py
kernel:         3.6.9-2.fc17.x86_64

backtrace:
:Volume_Tab_View.py:65:__init__:AttributeError: 'NoneType' object has no attribute 'get_model'
:
:Traceback (most recent call last):
:  File "/usr/share/system-config-lvm/system-config-lvm.py", line 172, in <module>
:    runFullGUI()
:  File "/usr/share/system-config-lvm/system-config-lvm.py", line 157, in runFullGUI
:    blvm = baselvm(glade_xml, app)
:  File "/usr/share/system-config-lvm/system-config-lvm.py", line 105, in __init__
:    self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
:  File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 65, in __init__
:    self.treemodel = self.treeview.get_model()
:AttributeError: 'NoneType' object has no attribute 'get_model'
:
:Local variables in innermost frame:
:app: <gtk.Window object at 0x2202fa0 (GtkWindow at 0x231e110)>
:glade_xml: <gtk.glade.XML object at 0x2202f50 (PyGladeXML at 0x202f880)>
:model_factory: <lvm_model.lvm_model instance at 0x22c6b90>
:self: <Volume_Tab_View.Volume_Tab_View instance at 0x22c6e60>

Comment 1 Stephen Bourn 2012-12-10 07:16:17 UTC
Created attachment 660606 [details]
File: environ

Comment 2 Stephen Bourn 2012-12-10 07:16:19 UTC
Created attachment 660607 [details]
File: executable

Comment 3 Stephen Bourn 2012-12-10 07:16:21 UTC
Created attachment 660608 [details]
File: smolt_data

Comment 4 Stephen Bourn 2012-12-10 07:16:22 UTC
Created attachment 660609 [details]
File: core_backtrace

Comment 5 Marek Grac 2013-02-14 12:14:29 UTC
@Stephen:

Is this bug reproducible? 

According to source code it fails in Gtk initialization. I suspect that it was not able to correctly read file with definitions.


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