Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - pure virtual method called: (1 Item)
   
pure virtual method called  
I am currently trying to debug a very elusive problem.  When running our code under Momentics, about every 10th run I 
will get the following error on the console:

pure virtual method called
terminate called without an active exception

and then my programs exits as if it terminated normally.  The debugger also terminates normally.  My program is multi-
threaded.  Since no exception or signal is being generated, the debugger doesn't break.  This happens regardless if the 
program is compiled for Debug or Release.  I need to set a breakpoint where this message is being generated, but this is
 happening in the bowels of the run-time libraries.  How do I debug this problem?

I am using QNX 6.5.0 and Momentics 4.7.0