> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Michael Biebl > Sent: Thursday, January 22, 2009 7:47 PM > To: rsyslog-users > Subject: Re: [rsyslog] rsyslog still crashes > > 2009/1/22 Rainer Gerhards <[email protected]>: > > OK, an update, full history at http://twitter.com/rgerhards > > > > It looks like there is some trouble with GCC atomic > operation support. Has anyone seen this race on a non-Debian > platform? I am asking because that may narrow down (or not > ;)) the issue. Of course, I am not sure if atomic operations > are really the root cause. However, replacing them is not > very practical at some places and definitely time-consuming. > So I'd like to have some feedback before I take that route. > > > > Does anyone know if there is a problem with atomic > operation support in Debian (no bashing, honest question ;))? > > This would be a compiler (GCC) problem then, right?
Excatly > > I'm not aware of any such problem. FWIW Debian is using GCC > 4.3 in lenny/sid > I've checked the bugs reported against the Debian gcc package [1] and > the Debian specific patches on top of gcc [2], > but I didn't find anything obvious. > > Rainer, if you have a more specific question, I could forward that > question to the Debian GCC maintainers. Thanks, Michael. But I think before we ask other's for their time, I'll try to do my homework. So far, I am just guessing. As I now seem to be able to repro the problem, I can look further into it. Tomorrow, I'll first check what it takes to replace the atomic operations by mutex calls. I think that's quite some work, but hopefully I am wrong. Thanks to the info you provided, this seems to be useful work. I keep you posted. Rainer > > Cheers, > Michael > > [1] > http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.3&repea > tmerged=no > [2] http://patch-tracking.debian.net/package/gcc-4.3/4.3.2-1.1 > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

