|
From: George S. <st...@kd...> - 2004-03-05 01:38:30
|
On Thursday 04 March 2004 20:15, Jeremy Fitzhardinge wrote: > On Thu, 2004-03-04 at 15:52, George Staikos wrote: > > As a followup, with the latest PPC patch and this patch applied, things > > work better, but are still quite broken. The simple 'cout << "Hello > > world"' app now works fine (no errors reported), but with the Qt > > examples/hello demo I get 30000: > > ==26698== Conditional jump or move depends on uninitialised value(s) > > Well, I wonder if Paul's accurate validity checking for add will help > this? > > > At startup I also see: > > > > @@ expected ';' at type attrib (ptr="(99,1),(8,12)") > > @@ unlikely looking definition in unparsed remains > > "(0,219)=@(99,1),(8,12)" > > > > I saw this yesterday when I tried the size <= 0 patch too. > > OK, that's different - it's something in the stabs it doesn't > understand. Can you include a bit more context? It's from libqt-mt 2.3.2 (from qt-copy in KDE CVS). That's pretty much all I have: ==4033== Reading syms from /opt/qt-copy/lib/libqt-mt.so.3.2.3 @@ expected ';' at type attrib (ptr="(99,1),(8,12)") @@ unlikely looking definition in unparsed remains "(0,219)=@(99,1),(8,12)" ==4033== Reading syms from /lib/libuuid.so.1.2 Anything else specifically that I can enable to get more info? The debug flags in the stabs seem to be capable of enabling rediculous amounts of information... -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/ |