Getting stack trace from geant
问题 I'm trying to compile a project (see this SO question) using Gobo compiler and its tools and I'm getting error messages refering to standard library equal(..) . I'm sure that error is somewhere in the code I have and not in standard library but I don't know how to get some more info from geant . I'd like to know which class, function, line of code from my code invoked equal(..) or any other standard library function which might call it. And yes, I've already tried going through all equal(..)