David,

quick question: you originally quoted the bug with 4.2.1. I just tried to
find out the differences to this module and saw that there no official 4.2.1
exists. Did you mean 4.3.1 or an interim snapshot? If you no longer know it,
don't try hard to find out. I can probably do well enough with the info I
have, but this extra bit may be useful to verify I am looking at the right
pieces.

Rainer

> -----Original Message-----
> From: [email protected] [mailto:rsyslog-
> [email protected]] On Behalf Of [email protected]
> Sent: Tuesday, August 25, 2009 11:57 PM
> To: rsyslog-users
> Subject: Re: [rsyslog] abort in 4.2.1
> 
> On Tue, 25 Aug 2009, Rainer Gerhards wrote:
> 
> > First shot at it:
> >
> > 1. Make sure core dump is written (ulimit -c 999999999)
> > 2. Have it abort
> > 3. bdb /path/to/binary/tsyslogd
> > 4. Core name-of-corefile (usually /core.SOMENBR)
> > 5. Enter: bt (for backtrace)
> > 6. Enter: info thread (displays threads)
> > 7. For each thread:
> > 7a. Thread number
> > 7b. Bt
> > 8. You are done (ctl-d)
> 
> Core was generated by `rsyslogd -c5 -x'.
> Program terminated with signal 11, Segmentation fault.
> [New process 11534]
> [New process 11538]
> [New process 11535]
> [New process 11537]
> [New process 11533]
> [New process 11536]
> #0  sanitizeMessage (pMsg=0x7f312c001530) at parser.c:222
> 222                     if(pszMsg[iSrc] == '\0') { /* guard against \0
> characters... */
> (gdb) bt
> #0  sanitizeMessage (pMsg=0x7f312c001530) at parser.c:222
> #1  0x00000000004161f1 in parseMsg (pMsg=0x7f312c001530) at
> parser.c:260
> #2  0x000000000040b6fc in msgConsumer (notNeeded=<value optimized out>,
> pBatch=0xa2af98) at syslogd.c:942
> #3  0x000000000042df9e in ConsumerReg (pThis=0xa30b00, pWti=0xa2af70)
> at queue.c:1818
> #4  0x0000000000428220 in wtiWorker (pThis=0xa2af70) at wti.c:276
> #5  0x00000000004279ac in wtpWorker (arg=0xa2af70) at wtp.c:349
> #6  0x00007f313e4ebfc7 in start_thread () from /lib/libpthread.so.0
> #7  0x00007f313de545ad in clone () from /lib/libc.so.6
> #8  0x0000000000000000 in ?? ()
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to