Re: OpenOffice-devel: repeatable coredump with sun autodocinlibstd++

2003-06-03 Thread Martin Blapp
Hi, > I have seen this type of error and core dump with a new C++ > and old rtti header files. Make sure you are not mixing them, > since these header files definitely have to match the compiler. This is a fresh current 5.1RC1 ... Martin ___ [EMAIL P

Re: OpenOffice-devel: repeatable coredump with sun autodocinlibstd++

2003-06-03 Thread Terry Lambert
Terry Lambert wrote: > Martin Blapp wrote: > > > -frtti is required for dynamic_cast(expr) to work. so if it is > > > broken, then you've got big problems. > > > > Lokks like you are definitly right: > > > > grep dynamic `find ./ -name "*.c*"` > > ./source/ary/cpp/c_class.cxx:ary::cpp::Display

Re: OpenOffice-devel: repeatable coredump with sun autodocinlibstd++

2003-06-03 Thread Terry Lambert
Martin Blapp wrote: > > Hi, > > > -frtti is required for dynamic_cast(expr) to work. so if it is > > broken, then you've got big problems. > > Lokks like you are definitly right: > > grep dynamic `find ./ -name "*.c*"` > ./source/ary/cpp/c_class.cxx:ary::cpp::Display * pD = dynamic_cast<