Ask questions. Get answers. Find technical product solutions from passionate experts in the NXLog community.
NXLOG on AIX core dumps , while reading logfiles with wildcards
alaettin created
Hello,
we have compiled latest NXLOG Community Edition on AIX V.7.1 with GCC 4.8.xx.
Actually we have one issue with "im_file" and logfiles with wildcards like "*".
NXLOG quits after writing an "core dump" ....
Follwoing Output we are receiving in "DEBUG" mode:
017-11-28 12:13:10 DEBUG pidfile /usr/local/var/run/nxlog/nxlog.pid created
2017-11-28 12:13:10 DEBUG parsing path: itm6_custom_log => out_file
2017-11-28 12:13:10 DEBUG adding module itm6_custom_log to route 1
2017-11-28 12:13:10 DEBUG adding module out_file to route 1
2017-11-28 12:13:10 DEBUG jobgroup created with priority 99
2017-11-28 12:13:10 DEBUG jobgroup created with priority 10
2017-11-28 12:13:10 DEBUG spawning 4 worker threads
2017-11-28 12:13:10 DEBUG worker thread 0 started
2017-11-28 12:13:10 DEBUG worker thread 1 started
2017-11-28 12:13:10 DEBUG worker thread 2 started
2017-11-28 12:13:10 DEBUG worker thread 3 started
2017-11-28 12:13:10 DEBUG event thread started
2017-11-28 12:13:10 DEBUG nx_event_to_jobqueue: MODULE_START (_syslog)
2017-11-28 12:13:10 DEBUG event added to jobqueue
2017-11-28 12:13:10 DEBUG nx_event_to_jobqueue: MODULE_START (json)
2017-11-28 12:13:10 DEBUG event added to jobqueue
2017-11-28 12:13:10 DEBUG nx_event_to_jobqueue: MODULE_START (was_sys_multi)
2017-11-28 12:13:10 DEBUG event added to jobqueue
2017-11-28 12:13:10 DEBUG nx_event_to_jobqueue: MODULE_START (itm6_custom_log)
2017-11-28 12:13:10 DEBUG event added to jobqueue
2017-11-28 12:13:10 WARNING not starting unused module out
2017-11-28 12:13:10 DEBUG nx_event_to_jobqueue: MODULE_START (out_file)
2017-11-28 12:13:10 DEBUG event added to jobqueue
2017-11-28 12:13:10 INFO nxlog-ce-2.8.1248 started
2017-11-28 12:13:10 DEBUG no events or no future events, event thread sleeping in condwait
2017-11-28 12:13:10 DEBUG worker 3 processing event 0x301763f8
2017-11-28 12:13:10 DEBUG PROCESS_EVENT: MODULE_START (itm6_custom_log)
2017-11-28 12:13:10 DEBUG START: itm6_custom_log
2017-11-28 12:13:10 DEBUG Value specified for File parameter contains wildcards: '/usr/app/sw/log/itm6*.log'
2017-11-28 12:13:10 DEBUG reading directory entries under '/usr/app/sw/log' to check for matching files
Segmentation fault (core dumped)
Somone has the same failure or could help us soliving this issue ???
Greets
Alaettin from Stuttgart/Germany
alaettin created