/usr/share/apport/apport-gtk:http.client.IncompleteRead:/usr/share/apport/apport-gtk@597:run_argv:run_crashes:run_crash:collect_info:exc_raise:run:search_bug_patterns:read:_safe_read
Bug #1791820 reported by
errors.ubuntu.com bug bridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apport (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
The Ubuntu Error Tracker has been receiving reports about a problem regarding apport. This problem was most recently seen with package version 2.20.9-0ubuntu7.3, the problem page at https:/
If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://
tags: |
added: rls-cc-notfixing removed: rls-cc-incoming |
To post a comment you must log in.
Here's the Traceback:
Traceback (most recent call last): apport/ apport- gtk", line 597, in <module> python3/ dist-packages/ apport/ ui.py", line 688, in run_argv python3/ dist-packages/ apport/ ui.py", line 245, in run_crashes run_crash( f) python3/ dist-packages/ apport/ ui.py", line 289, in run_crash collect_ info() python3/ dist-packages/ apport/ ui.py", line 1077, in collect_info exc_raise( ) python3/ dist-packages/ apport/ REThread. py", line 63, in exc_raise [1].with_ traceback( self._exception [2]) python3/ dist-packages/ apport/ REThread. py", line 33, in run target( *self._ _args, **self.__kwargs) python3/ dist-packages/ apport/ report. py", line 917, in search_bug_patterns ).decode( 'UTF-8' , errors='replace') python3. 5/http/ client. py", line 461, in read read(self. length) python3. 5/http/ client. py", line 609, in _safe_read b''.join( s), amt) IncompleteRead: IncompleteRead( 29118 bytes read, 74729 more expected)
File "/usr/share/
app.run_argv()
File "/usr/lib/
return self.run_crashes()
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
bpthread.
File "/usr/lib/
raise self._exception
File "/usr/lib/
self._retval = self.__
File "/usr/lib/
patterns = f.read(
File "/usr/lib/
s = self._safe_
File "/usr/lib/
raise IncompleteRead(
http.client.
It looks like the try / except block for loading the bugpattern should also pass on an IncompleteRead.