AddressSanitizer: stack-overflow from KeyLogFileTest
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
#[markdown(off)]
Filed by: jjones [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=223935569&repo=nss
Bug 1515236 added a test to gtests/ssl_gtest/ssl_keylog_unittest.cc that is prompting an ASAN failure on linux-64. This is not reproducible on OSX or a basic Debian 64-bit system, so it will need a bit of searching.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Couldn't reproduce
- on a Ubuntu buster/sid x86_64 VM, even when using the identical artifacts [1] [2].
- on the actual TaskCluster instance with an interactive console
On the interactive console, setting the stack limit to 80 (ulimit -s 80
) did result in an ASAN stack overflow, unsurprisingly, but the trace isn't similar.
I'm experimenting a bit more with the interactive console.
[1] https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=223935569&repo=nss&lineNumber=164545
[2] https://queue.taskcluster.net/v1/task/kYtJt9WxSWyDqCyh-8Olkg/artifacts/public/dist.tar.bz2
Comment hidden (Intermittent Failures Robot) |
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Description
•