Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Cheshire-Cat
-
Untriaged
-
Windows 64-bit
-
-
1
-
Unknown
Description
Build: 7.0.0-5014
Seeing following n1ql crash on 172.23.121.81's ns_server.query.log
_time=2021-04-24T01:43:15.897-07:00 _level=SEVERE _msg=panic: runtime error: invalid memory address or nil pointer dereference
|
_time=2021-04-24T01:43:15.897-07:00 _level=SEVERE _msg=request text: <ud>
|
SELECT name, address, phone, price,
|
(SELECT raw avg(s.ratings.Overall) FROM t.reviews as s )[0]
|
AS avg_rating
|
FROM `travel-sample`.`inventory`.`hotel` t
|
WHERE country="United States" AND city="San Francisco"
|
</ud>
|
_time=2021-04-24T01:43:15.897-07:00 _level=SEVERE _msg=query context: <ud></ud>
|
_time=2021-04-24T01:43:15.897-07:00 _level=SEVERE _msg=stack: goroutine 3856979 [running]:
|
github.com/couchbase/query/execution.(*Context).Recover(0xc000412500, 0xc00a523d40)
|