Re: Get the current function name in its C/C++ method body

Mihai Dobrescu <[email protected]> Wed, 24 Aug 2016 23:57:30 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <[email protected]>
Hi, I've got into some templates related linking bug with msvc++.
I have managed to compile SpiderMonkey with MinGW-w64.
I don't know if it is mingw bug, but when I use static linking to SpiderMonkey's lib, works, when I use dynamic linking, I always get heap corruption.
Any thoughts? What could be the reason?