From mboxrd@z Thu Jan 1 00:00:00 1970 From: pierre-marc.fournier@polymtl.ca (Pierre-Marc Fournier) Date: Tue, 10 Aug 2010 00:29:41 -0400 Subject: [ltt-dev] ltt channel thread safe? In-Reply-To: <20100806210243.GA19813@Krystal> References: <20100806210243.GA19813@Krystal> Message-ID: <4C60D5B5.9080204@polymtl.ca> On 08/06/2010 05:02 PM, Mathieu Desnoyers wrote: > * chris meyers (chris.meyers.fsu at gmail.com) wrote: >> Forget any mention of threading being the reason. After trying way too many >> things, removal of the __FUNCTION__ macro seems to "fix" the problem. Does >> the __FUNCTION__ macro not play well with ltt? The binary trace file >> seemed void of any error. It seemed as if the __FUNCTION__ macro had some >> indirect influence on how the lttv -m textDump behaved. >> >> -Chris >> > > Can you try applying this patch to UST and see if it fixes your problem ? > BTW it's been in HEAD for a while... no need to struggle with porting the patch. pmf