Bug 853707

Summary: [abrt] rednotebook-1.3.0-1.fc17: posixpath.py:53:isabs:AttributeError: 'NoneType' object has no attribute 'startswith'
Product: [Fedora] Fedora Reporter: Eric Reitmaier <eric.reitmaier>
Component: rednotebookAssignee: Fabian Affolter <mail>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: christoph.wickert, mail
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:03e54c69fe8375cc4a9bb1c5581745f2cac544e0
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-16 07:33:16 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: core_backtrace none

Description Eric Reitmaier 2012-09-02 09:43:45 UTC
Version-Release number of selected component:
rednotebook-1.3.0-1.fc17

Additional info:
libreport version: 2.0.13
abrt_version:   2.0.12
cmdline:        /usr/bin/python /usr/bin/rednotebook
kernel:         3.5.2-3.fc17.x86_64

backtrace:
:posixpath.py:53:isabs:AttributeError: 'NoneType' object has no attribute 'startswith'
:
:Traceback (most recent call last):
:  File "/usr/lib/python2.7/site-packages/rednotebook/gui/browser.py", line 121, in _load_finished_cb
:    print_op.set_export_filename(os.path.abspath(outfile))
:  File "/usr/lib64/python2.7/posixpath.py", line 343, in abspath
:    if not isabs(path):
:  File "/usr/lib64/python2.7/posixpath.py", line 53, in isabs
:    return s.startswith('/')
:AttributeError: 'NoneType' object has no attribute 'startswith'
:
:Local variables in innermost frame:
:s: None

Comment 1 Eric Reitmaier 2012-09-02 09:43:47 UTC
Created attachment 609042 [details]
File: core_backtrace

Comment 2 Fabian Affolter 2012-09-16 07:33:16 UTC
Update for 1.5.0 was pushed to stable. Please update to 1.5.0 and reopen this report if the issue still occurs.