W dniu 04.06.2012 13:08, Rainer Gerhards pisze:
> Sorry, need more debug info. Can you add the dbgprintf below:
> */
> if(((Debug == DEBUG_FULL || NoFork) && bErrMsgToStderr) ||
> iConfigVerify) {
> if(LOG_PRI(pri) == LOG_ERR)
> fprintf(stderr, "rsyslogd: %s\n", msg);
> }
>
> if(bHaveMainQueue == 0) { /* not yet in queued mode */
> dbgprintf("iminternalAddMsg() is callled\n");
> iminternalAddMsg(pMsg);
> } else {
> /* we have the queue, so we can simply provide the
> * message to the queue engine.
> */
> submitMsg(pMsg);
>
> It's after line 577 in the already patched code.No problem. I've added another dbgprintf inside else statement "ELSE , iminternalAddMsg() wasn't callled" - just in case. Unfortunatelly i'm applying patches manually but i'm trying to do carefully so i believe all are applied (5.8.11+fix from previous thread + srSleep(2,50) + two dbgprintf ) Maybe i should run it under gdb?
rsyslog-debug.log.bz2
Description: application/bzip
_______________________________________________ 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

