I tracked it down to stringhelper::formatHex() there is some funny business going on there,with a automatic (LogString s) that is constructed and returned. Obviously that is wrong, since at the return 's' is out of scope already!

BTW what is the correct invocation on Mac OSX
i see -xcode, but isnt OSX just unix? i dont see any Xcode spoecific code anywhere?


cheers,
bammi

Curt Arnold wrote:


On Mar 4, 2005, at 2:37 PM, Jwahar Bammi wrote:

yeah, its hard to say, i'd chalk it up to compiler weirdness (we celebrate the 20th year of c++, no one has figured out a reliable compier as yet :-)
As per your suggestion, i changed the following, and that got it to compile. On running the tests, i get failures, transcript attached. I am not sure what i am looking at, perhaps you can make better sense of it all!





Very very strange. The problem in your log appears like the thread name is wacky (0xmpoo?). Should be a hex representation of the thread pointer. If you could set a break point in XMLLayout::format just before the call to event->getThreadName(). Something is apparently going wacky with that routine. I think I'm seeing something similar on Mac OS/X and might be able to fix it there.

I'll get a Fedora download started too, but it will be a while before I'll be set up.




-- Jwahar Bammi [EMAIL PROTECTED]




Reply via email to