Some other links >>
<< 胡总笑谈“威胁论”
*.o not sychronized with the new classes may generated operator new error

Author Zhou Renjian Create@ 2005-06-20 23:28
whizz Note icon
Program received signal SIGSEGV, Segmentation fault.
0x40182a36 in mallopt () from /lib/tls/libc.so.6
Current language:  auto; currently c
(gdb) where
#0  0x40182a36 in mallopt () from /lib/tls/libc.so.6
#1  0x401804bf in malloc () from /lib/tls/libc.so.6
#2  0x400b748e in operator new(unsigned) () from /usr/lib/libstdc++.so.5

If some *.cpp was updated, and the make only updated related *.o, but further *.o is not re-generated, the above error will occur. Remove deeper *.o and re-make the project will dismiss the error.
本记录所在类别:
本记录相关记录: