Closed Bug 836185 Opened 11 years ago Closed 2 years ago

JSCustomObjectBuilder.cpp triggers build warning "tools\msvs10\vc\include\typeinfo(157) : warning C4275: non dll-interface class 'stdext::exception' used as base for dll-interface class 'std::bad_cast'"

Categories

(Core :: Gecko Profiler, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED INACTIVE

People

(Reporter: dholbert, Unassigned)

References

(Blocks 1 open bug)

Details

When building in /tools/profiler on MSVC, we hit:
{
JSCustomObjectBuilder.cpp

c:\tools\msvs10\vc\include\typeinfo(157) : warning C4275: non dll-interface class 'stdext::exception' used as base for dll-interface class 'std::bad_cast'

        c:\tools\msvs10\vc\include\exception(218) : see declaration of 'stdext::exception'

        c:\tools\msvs10\vc\include\typeinfo(156) : see declaration of 'std::bad_cast'

c:\tools\msvs10\vc\include\typeinfo(178) : warning C4275: non dll-interface class 'stdext::exception' used as base for dll-interface class 'std::bad_typeid'

        c:\tools\msvs10\vc\include\exception(218) : see declaration of 'stdext::exception'

        c:\tools\msvs10\vc\include\typeinfo(177) : see declaration of 'std::bad_typeid'
}

Sample logs w/ this warning:
https://tbpl.mozilla.org/php/getParsedLog.php?id=19266818&tree=Try  (opt)
https://tbpl.mozilla.org/php/getParsedLog.php?id=19267547&tree=Try  (debug)

This prevents this directory from being marked as FAIL_ON_WARNINGS.  Here's a Try run w/ that marking, which is red on windows because of this:
 https://tbpl.mozilla.org/?tree=Try&rev=76953353f4fd
(I don't really understand what the warning is trying to say about this source file, FWIW... maybe one of the templates in the file is instantiated with a type that MSVC doesn't like, but it's tripping over itself when trying to tell us?)
Blocks: buildwarning
Wait.  Did we not fix this in bug 556886?
Depends on: 556886
Bug 556886 would have no effect because <typeinfo> and <exception> aren't wrapped.
https://mxr.mozilla.org/mozilla-central/source/config/stl-headers
Compiling mozilla-central tip from yesterday, I get a ton of these - I see 2520 occurrences of typeinfo in the output from my latest build. Does this need a Core:XPCOM bug to review if typeinfo can be added to the stl-headers list (as the file says)?

No complaints/follow-up since 2014, and I don't remember seeing these warnings.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.