You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
My fw1-loggrabber set up is always up and running and it gives constantly segfault. After restart, it works again and then segfault.
Dec 10 00:40:03 localhost kernel: fw1-loggrabber[44314]: segfault at 11 ip 0000000000644dd1 sp 00000000ff824710 error 4 in libOS.so[615000+58000] Dec 10 00:40:03 localhost abrt[44460]: Saved core dump of pid 44314 (/usr/local/fw1-loggrabber/bin/fw1-loggrabber) to /var/spool/abrt/ccpp-2017-12-10-00:40:03-44314 (15540224 bytes) Dec 10 00:40:03 localhost abrtd: Directory 'ccpp-2017-12-10-00:40:03-44314' creation detected Dec 10 00:40:04 localhost abrtd: Executable '/usr/local/fw1-loggrabber/bin/fw1-loggrabber' doesn't belong to any package and ProcessUnpackaged is set to 'no' Dec 10 00:40:04 localhost abrtd: 'post-create' on '/var/spool/abrt/ccpp-2017-12-10-00:40:03-44314' exited with 1 Dec 10 00:40:04 localhost abrtd: Deleting problem directory '/var/spool/abrt/ccpp-2017-12-10-00:40:03-44314'
Strace
[ Process PID=44557 runs in 32 bit mode. ] futex(0xf7448000, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EFAULT (Bad address) --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xf7448000} --- +++ killed by SIGSEGV (core dumped) +++
There is no core dump file but I can configure for it. Is there any related issue?
The text was updated successfully, but these errors were encountered:
Hi,
My fw1-loggrabber set up is always up and running and it gives constantly segfault. After restart, it works again and then segfault.
Dec 10 00:40:03 localhost kernel: fw1-loggrabber[44314]: segfault at 11 ip 0000000000644dd1 sp 00000000ff824710 error 4 in libOS.so[615000+58000] Dec 10 00:40:03 localhost abrt[44460]: Saved core dump of pid 44314 (/usr/local/fw1-loggrabber/bin/fw1-loggrabber) to /var/spool/abrt/ccpp-2017-12-10-00:40:03-44314 (15540224 bytes) Dec 10 00:40:03 localhost abrtd: Directory 'ccpp-2017-12-10-00:40:03-44314' creation detected Dec 10 00:40:04 localhost abrtd: Executable '/usr/local/fw1-loggrabber/bin/fw1-loggrabber' doesn't belong to any package and ProcessUnpackaged is set to 'no' Dec 10 00:40:04 localhost abrtd: 'post-create' on '/var/spool/abrt/ccpp-2017-12-10-00:40:03-44314' exited with 1 Dec 10 00:40:04 localhost abrtd: Deleting problem directory '/var/spool/abrt/ccpp-2017-12-10-00:40:03-44314'
Strace
[ Process PID=44557 runs in 32 bit mode. ] futex(0xf7448000, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EFAULT (Bad address) --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xf7448000} --- +++ killed by SIGSEGV (core dumped) +++
There is no core dump file but I can configure for it. Is there any related issue?
The text was updated successfully, but these errors were encountered: