On May 18, 2006 10:03 pm, res wrote: > On 19.05.2006 02:05, Andrew Craig wrote: > > I've never seen something like #7 0x2ac073c8 in __cxa_pure_virtual () so > > I am not sure how to proceed in debugging this more. Any suggestions? > > In the past this occured after adding a virtual dtor to iBase - for > details see > http://community.crystalspace3d.org/forum/index.php/topic,551.0.html. > > Maybe you have similar flaws where you delete ref-counted objects? > Seeing that psEffectObj is supposed to be refcounted, things like > "csPDelArray<psEffectObj>" look *very* suspicious. > ("Never delete a refcounted object", is it _that_ hard to follow?) > > -f.r.
Hmm, in our case the psEffectObj is not a ref counted object. So csPDelArray<> should be valid. I will poke around a bit more and see what I can find out. ========== Andrew ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
