Intermittent AttributeError: 'NoneType' object has no attribute 'pid'
Categories
(Testing :: Raptor, defect, P1)
Tracking
(firefox67 fixed)
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: rwood)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file, 1 obsolete file)
#[markdown(off)]
Filed by: bclary [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=229181906&repo=mozilla-central
Comment 1•7 years ago
|
||
11:24:57 INFO - raptor-control-server received webext_status: __raptor_shutdownBrowser
11:24:57 ERROR - Traceback (most recent call last):
11:24:57 INFO - File "/usr/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock
11:24:57 INFO - self.process_request(request, client_address)
11:24:57 INFO - File "/usr/lib/python2.7/SocketServer.py", line 318, in process_request
11:24:57 INFO - self.finish_request(request, client_address)
11:24:57 INFO - File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
11:24:57 INFO - self.RequestHandlerClass(request, client_address, self)
11:24:57 INFO - File "/builds/worker/workspace/build/tests/raptor/raptor/control_server.py", line 30, in init
11:24:57 INFO - super(MyHandler, self).init(*args, **kwargs)
11:24:57 INFO - File "/usr/lib/python2.7/SocketServer.py", line 652, in init
11:24:57 INFO - self.handle()
11:24:57 INFO - File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
11:24:57 INFO - self.handle_one_request()
11:24:57 INFO - File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
11:24:57 INFO - method()
11:24:57 INFO - File "/builds/worker/workspace/build/tests/raptor/raptor/control_server.py", line 82, in do_POST
11:24:57 INFO - self.shutdown_browser()
11:24:57 INFO - File "/builds/worker/workspace/build/tests/raptor/raptor/control_server.py", line 153, in shutdown_browser
11:24:57 INFO - LOG.info("shutting down browser (pid: %d)" % self.browser_proc.pid)
11:24:57 INFO - AttributeError: 'NoneType' object has no attribute 'pid'
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 2•7 years ago
|
||
I can reproduce this locally on my GP2... I'll make a fix.
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
With update merging the one method (thanks for the feedback :bc!)
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e64bcddaf88ea4f941c55e6ebe1980546c1e7431
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
| bugherder | ||
Comment 12•7 years ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Description
•