Bug 589424 - [abrt] crash in gwibber-1:2.30.0.1-3.fc12: posixpath.py:67:join:AttributeError: 'NoneType' object has no attribute 'endswith'
Summary: [abrt] crash in gwibber-1:2.30.0.1-3.fc12: posixpath.py:67:join:AttributeErro...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gwibber
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:fe15766c
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-06 06:09 UTC by dataeditama
Modified: 2010-05-07 15:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-07 15:32:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (576 bytes, text/plain)
2010-05-06 06:09 UTC, dataeditama
no flags Details

Description dataeditama 2010-05-06 06:09:21 UTC
abrt 1.0.9 detected a crash.

architecture: i686
cmdline: /usr/bin/python /usr/bin/gwibber
component: gwibber
executable: /usr/bin/gwibber
kernel: 2.6.32.11-99.fc12.i686.PAE
package: gwibber-1:2.30.0.1-3.fc12
reason: posixpath.py:67:join:AttributeError: 'NoneType' object has no attribute 'endswith'
release: Fedora release 12 (Constantine)

backtrace
-----
posixpath.py:67:join:AttributeError: 'NoneType' object has no attribute 'endswith'

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 1118, in update_view_contents
  File "/usr/lib/python2.6/site-packages/gwibber/gwui.py", line 86, in load_messages
    items = []
  File "/usr/lib/python2.6/posixpath.py", line 67, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

Local variables in innermost frame:
a: None
path: None
b: 'template.mako'
p: ('template.mako',)

Comment 1 dataeditama 2010-05-06 06:09:26 UTC
Created attachment 411835 [details]
File: backtrace

Comment 2 Tom "spot" Callaway 2010-05-07 15:32:44 UTC
These code references don't make any sense. There is no "update_view_contents" or "load_messages" in the gwibber code.

Please reopen if you can reproduce.


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