|
From: Lincoln R. <a12...@gm...> - 2008-07-10 03:48:45
|
Hi all,
I get this warning message when running Helgrind (3.4.0-SVN, pulled
yesterday) on my app.
==18175==
TEXT SVMA BIASING STATISTICS:
straightforward biasings: 166082
kludgey biasings: 1636
failed biasings: 0
--18175-- WARNING: Serious error when reading debug info
--18175-- When reading debug info from [path]/bin/qbuild.bin:
--18175-- couldn't make sense of DWARF3 text-svma biasing; details above
I only found one other mention of this error message:
http://article.gmane.org/gmane.comp.debugging.valgrind/8073
The app is built with the GCC 4.1.2 that ships on OpenSuSE 10.2. It's
built against Qt 4.4. The compile goes something like this:
g++ -c -pipe -g -include qbuild_config.h -O2 -D_REENTRANT -Wall -W
-DQT_NO_DEBUG_STREAM -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_GUI_LIB
-DQT_CORE_LIB -DQT_SHARED <snip lots of -I switches> -o ruleengine.o
ruleengine.cpp
The link goes something like this:
g++ -Wl,-rpath,/usr/local/Trolltech/Qt-4.4/lib -o ../bin/qbuild.bin
main.o lexer.o preprocessor.o tokens.o parser.o solution.o object.o
project.o functionprovider.o builtinfunctions.o qtscriptfunctions.o
ruleengine.o qfastdir.o process.o qbuild.o startup.o gui.o moc_object.o
moc_project.o moc_functionprovider.o moc_builtinfunctions.o
moc_startup.o moc_gui.o -L/usr/local/Trolltech/Qt-4.4/lib -lutil
-rdynamic -lQtScript -L/usr/local/Trolltech/Qt-4.4/lib -lQtGui
-L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lfreetype
-lfontconfig -lXext -lX11 -lQtCore -lz -lm -lrt -ldl -lpthread
Would it help if I can post the binary somewhere?
--
Link
|