Activity log for bug #523964

Date Who What changed Old value New value Message
2010-02-18 17:57:16 Matt Zimmerman bug added bug
2010-02-18 17:57:16 Matt Zimmerman attachment added Dependencies.txt http://launchpadlibrarian.net/39371347/Dependencies.txt
2010-02-18 17:57:16 Matt Zimmerman attachment added ProcMaps.txt http://launchpadlibrarian.net/39371348/ProcMaps.txt
2010-02-18 17:57:16 Matt Zimmerman attachment added ProcStatus.txt http://launchpadlibrarian.net/39371351/ProcStatus.txt
2010-02-18 17:57:16 Matt Zimmerman attachment added Traceback.txt http://launchpadlibrarian.net/39371352/Traceback.txt
2010-02-18 17:57:30 Matt Zimmerman visibility private public
2010-02-18 18:00:25 Apport retracing service tags amd64 apport-crash lucid need-duplicate-check amd64 apport-crash lucid
2010-02-18 18:23:20 Matt Zimmerman tags amd64 apport-crash lucid amd64 apport-crash lucid need-duplicate-check regression-potential
2010-02-18 18:30:08 Apport retracing service tags amd64 apport-crash lucid need-duplicate-check regression-potential amd64 apport-crash lucid regression-potential
2010-03-12 06:51:53 Omer Akram gwibber (Ubuntu): importance Undecided Medium
2010-03-12 06:51:53 Omer Akram gwibber (Ubuntu): status New Incomplete
2010-03-20 11:52:12 Krzysztof Klimonda gwibber (Ubuntu): status Incomplete Confirmed
2010-03-23 20:12:42 HauO bug task added gwibber
2010-04-19 00:20:18 Apport retracing service tags amd64 apport-crash lucid regression-potential amd64 apport-crash bugpattern-needed lucid regression-potential
2010-04-19 06:51:22 Chujie description Binary package hint: gwibber With the latest Lucid updates applied, Gwibber fails to start up: perseus:[~] gwibber ** (gwibber:18969): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (gwibber:18969): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' ** (gwibber:18969): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags' Updating... Traceback (most recent call last): File "/usr/bin/gwibber", line 70, in <module> client.Client() File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 439, in __init__ self.w = GwibberClient() File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 40, in __init__ if len(json.loads(self.service.GetAccounts())) == 0: File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb retval = candidate_method(self, *args, **keywords) File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py", line 397, in GetAccounts operations = [(o["target"]["account"], "send_thread", args, None)] File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 318, in get_records exists = self.view_exists(view_name, design_doc) File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 265, in view_exists view_container = self.db[doc_id]["views"] File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 316, in __getitem__ resp, data = self.resource.get(id) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 978, in get return self._request('GET', path, headers=headers, **params) File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1014, in _request resp, data = _make_request() File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1009, in _make_request body=body, headers=headers) File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 1129, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 901, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 871, in _conn_request response = conn.getresponse() File "/usr/lib/python2.6/httplib.py", line 984, in getresponse method=self._method) File "/usr/lib/python2.6/httplib.py", line 330, in __init__ self.fp = sock.makefile('rb', 0) AttributeError: 'NoneType' object has no attribute 'makefile' ProblemType: Crash Architecture: amd64 Date: Thu Feb 18 17:55:24 2010 DistroRelease: Ubuntu 10.04 ExecutablePath: /usr/bin/gwibber InterpreterPath: /usr/bin/python2.6 Package: gwibber 2.29.90-0ubuntu1 PackageArchitecture: all ProcCmdline: /usr/bin/python /usr/bin/gwibber ProcEnviron: SHELL=zsh PATH=(custom, user) LANG=en_US.UTF-8 LC_COLLATE=C ProcVersionSignature: Ubuntu 2.6.32-13.18-generic PythonArgs: ['/usr/bin/gwibber'] SourcePackage: gwibber Title: gwibber crashed with AttributeError in __init__() Uname: Linux 2.6.32-13-generic x86_64 UserGroups: adm admin audio cdrom dialout fuse kvm libvirtd lpadmin plugdev sambashare video Binary package hint: gwibber With the latest Lucid updates applied, Gwibber fails to start up: perseus:[~] gwibber ** (gwibber:18969): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (gwibber:18969): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' ** (gwibber:18969): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags' Updating... Traceback (most recent call last):   File "/usr/bin/gwibber", line 70, in <module>     client.Client()   File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 439, in __init__     self.w = GwibberClient()   File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 40, in __init__     if len(json.loads(self.service.GetAccounts())) == 0:   File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__     **keywords)   File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking     message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):   File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb     retval = candidate_method(self, *args, **keywords)   File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py", line 397, in GetAccounts     operations = [(o["target"]["account"], "send_thread", args, None)]   File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 318, in get_records     exists = self.view_exists(view_name, design_doc)   File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server_base.py", line 265, in view_exists     view_container = self.db[doc_id]["views"]   File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 316, in __getitem__     resp, data = self.resource.get(id)   File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 978, in get     return self._request('GET', path, headers=headers, **params)   File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1014, in _request     resp, data = _make_request()   File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1009, in _make_request     body=body, headers=headers)   File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 1129, in request     (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)   File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 901, in _request     (response, content) = self._conn_request(conn, request_uri, method, body, headers)   File "/usr/lib/pymodules/python2.6/httplib2/__init__.py", line 871, in _conn_request     response = conn.getresponse()   File "/usr/lib/python2.6/httplib.py", line 984, in getresponse     method=self._method)   File "/usr/lib/python2.6/httplib.py", line 330, in __init__     self.fp = sock.makefile('rb', 0) AttributeError: 'NoneType' object has no attribute 'makefile' ProblemType: Crash Architecture: amd64 Date: Thu Feb 18 17:55:24 2010 DistroRelease: Ubuntu 10.04 ExecutablePath: /usr/bin/gwibber InterpreterPath: /usr/bin/python2.6 Package: gwibber 2.29.90-0ubuntu1 PackageArchitecture: all ProcCmdline: /usr/bin/python /usr/bin/gwibber ProcEnviron:  SHELL=zsh  PATH=(custom, user)  LANG=en_US.UTF-8  LC_COLLATE=C ProcVersionSignature: Ubuntu 2.6.32-13.18-generic PythonArgs: ['/usr/bin/gwibber'] SourcePackage: gwibber Title: gwibber crashed with AttributeError in __init__() Uname: Linux 2.6.32-13-generic x86_64 UserGroups: adm admin audio cdrom dialout fuse kvm libvirtd lpadmin plugdev sambashare video
2010-04-27 21:04:41 Ken VanDine gwibber (Ubuntu): status Confirmed Fix Released
2010-04-27 21:05:02 Ken VanDine gwibber: status New Invalid
2010-05-05 04:12:26 Jonathan Jobe gwibber: status Invalid Fix Released
2010-05-05 04:12:37 Jonathan Jobe gwibber: status Fix Released Incomplete
2010-05-05 08:27:32 Omer Akram gwibber: status Incomplete Invalid
2010-05-05 08:27:35 Omer Akram gwibber (Ubuntu): status Fix Released Confirmed
2010-05-06 05:57:53 kikl removed subscriber kikl
2010-05-06 06:01:05 kikl removed subscriber kikl
2010-05-06 06:02:01 kikl removed subscriber kikl
2010-05-18 02:40:59 Jouke gwibber: status Invalid Confirmed
2010-05-18 12:16:58 maxf removed subscriber maxf
2010-05-26 12:11:08 Omer Akram marked as duplicate 522538
2010-05-26 12:29:43 Lee Capps removed subscriber Lee Capps
2010-05-27 09:41:28 wybird removed subscriber wybird
2010-05-27 10:16:47 Matt Zimmerman removed subscriber Matt Zimmerman
2010-06-06 15:50:47 Gevorg Harutyunyan nominated for series gwibber/trunk
2010-06-10 00:19:50 Hari Gangadharan attachment added Added striping of nulls from content http://launchpadlibrarian.net/50043421/gwui.diff
2010-06-16 12:45:27 Antonio Roberts removed subscriber Antonio Roberts
2010-06-24 13:46:56 idotter removed subscriber idotter
2010-07-18 01:01:41 James Bozman bug added subscriber James Bozman
2010-07-18 22:52:02 Ben bug added subscriber Ben
2010-07-19 20:33:51 Luis Barrueco removed subscriber Luis Barrueco
2010-07-31 11:02:46 Szabó Zoltán bug added subscriber be.cool
2010-08-30 15:07:30 blendax bug added subscriber blendax
2010-09-15 20:36:13 Scott Finneran removed subscriber Scott Finneran
2010-09-24 13:43:36 ciaron removed subscriber ciaron
2010-09-24 13:44:18 Rachel removed subscriber Rachel
2010-10-27 10:26:57 blendax removed subscriber blendax
2010-11-02 15:49:21 James Bozman removed subscriber James Bozman
2011-01-22 02:05:43 Draycen DeCator removed subscriber Draycen DeCator
2011-02-05 19:20:14 T Anderson removed subscriber T Anderson
2011-02-07 16:21:57 Claudio Bastos removed subscriber Claudio Bastos
2011-03-10 18:42:44 Brian Murray removed subscriber Ubuntu Bug Control