NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53575: Firefox crashes unconditionally in some cases (that likely use OpenGL) - i915



The following reply was made to PR kern/53575; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/53575: Firefox crashes unconditionally in some cases (that
 likely use OpenGL) - i915
Date: Thu, 6 Sep 2018 23:55:10 +0000

 Opted to modify firefox code to get any useful information out of it:
 
     if (IsSupported(GLFeature::robustness)) {
         const SymLoadStruct symbols[] = {
             { (PRFuncPtr*) &mSymbols.fGetGraphicsResetStatus, { "GetGraphicsResetStatus",
                                                                 "GetGraphicsResetStatusARB",
                                                                 "GetGraphicsResetStatusKHR",
                                                                 "GetGraphicsResetStatusEXT",
                                                                 nullptr } },
             END_SYMBOLS
         };
         if (fnLoadForFeature(symbols, GLFeature::robustness)) {
             const auto status = mSymbols.fGetGraphicsResetStatus();
             MOZ_ALWAYS_TRUE(!status);
 
 This assert fires.
 


Home | Main Index | Thread Index | Old Index