Subj : Re: R6025- pure virtual function call To : Mangesh Deshmukh From : Brendan Eich Date : Tue Oct 11 2005 07:47 pm Mangesh Deshmukh wrote: > Hi, > > I am geeting a runtime error while calling JS_DestroyContext(). The error > message is as follows: > > Runtime Error! > > R6025 > - pure virtual function call > > Any idea why I would be getting this error? SpiderMonkey is written in C, not C++. You'll have to debug a bit, but if you are using C++ to embed SpiderMonkey, look to your own code here. /be .