我的程序运行时意外退出,有如下输出:
Starting /home/shifan/buffer/rect_round/rect_round/rect_round...
The program has unexpectedly finished.
/home/shifan/buffer/rect_round/rect_round/rect_round exited with code 0
调试时指向这一句:
(*bits_mask)[y].setBit(x); //没有越界的问题,我真不知道错在哪儿了
然后调试有输出如下:
difference appears to be caused by prelink, adjusting expectations
.dynamic section for "/usr/lib/libpangocairo-1.0.so.0" is not at the expected address
difference appears to be caused by prelink, adjusting expectations
.dynamic section for "/usr/lib/libXcomposite.so.1" is not at the expected address
difference appears to be caused by prelink, adjusting expectations
.dynamic section for "/usr/lib/libXdamage.so.1" is not at the expected address
difference appears to be caused by prelink, adjusting expectations
.dynamic section for "/usr/lib/libfam.so.0" is not at the expected address
difference appears to be caused by prelink, adjusting expectations
我的问题是这些调试输出是什么意思?找不到动态链接库?应该怎样解决?
使用Qt Creator1.2.1 Based on Qt 4.5.2(32bits)
运行平台2.6.32.11-99.fc12.i686.PAE