#7 0x2ac073c8 in __cxa_pure_virtual () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libstdc++.so.5 #8 0x35d2862c in ~csRef (this=0x8e066ec) at ref.h:184 #9 0x35d1e2b9 in ~csGenmeshMeshObject (this=0x8e06580) at
#8 0x35d2862c in ~csRef (this=0x8e066ec) at ref.h:184 184 in ref.h (gdb) print this 3 = (csRef<iGenMeshAnimationControl> * const) 0x8e066ec It looks like it's having problems when trying to destroy the iGenMeshAnimationControl object. ============ Andrew On May 18, 2006 10:41 pm, Andrew Craig wrote: > 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] ------------------------------------------------------- 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]
