On Wed, Mar 27, 2013 at 12:32 PM, Daniel Baluta <[email protected]> wrote: > Hi, > > I am using rsyslog-5.8.12 and I get the following crash: > > #0 0x10099adc in prioritynames () > (gdb) bt > #0 0x10099adc in prioritynames () > #1 0x1002fd04 in getSubString (ppSrc=0x0, pDst=0x0, DstSize=0, cSep=0 > '\000') at srutils.c:584 > > Anyhow, there is no symbol named prioritynames in sources. I suspect > that this symbol is somehow > obtained by preprocessor using some sort of string concatenation. > > nm rsyslogd | grep prioritynames > 10099ac8 D prioritynames
Ok, -l parameter of nm gives the exact line where a symbol is present :). Anyhow, that is a little bit strange because prioritynames isn't a function. Daniel. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

