From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Bigonville Subject: Crash when loading the rules Date: Wed, 6 Jul 2016 16:49:58 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.28]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u66Eo5Am005901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 6 Jul 2016 10:50:05 -0400 Received: from anor.bigon.be (anor.bigon.be [91.121.173.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5033085543 for ; Wed, 6 Jul 2016 14:50:04 +0000 (UTC) Received: from anor.bigon.be (localhost.localdomain [127.0.0.1]) by anor.bigon.be (Postfix) with ESMTP id 49DDC1A1AD for ; Wed, 6 Jul 2016 16:50:01 +0200 (CEST) Received: from anor.bigon.be ([127.0.0.1]) by anor.bigon.be (anor.bigon.be [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 10eEnzi6uaWC for ; Wed, 6 Jul 2016 16:49:58 +0200 (CEST) Received: from [10.20.193.114] (unknown [193.53.238.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: bigon) by anor.bigon.be (Postfix) with ESMTPSA id C4DFF1A19D for ; Wed, 6 Jul 2016 16:49:58 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hi, With 2.6.3, when loading the rules, it's crashing and I get the following backtrace: #0 0x00007ffff687e99d in writev () at ../sysdeps/unix/syscall-template.S:84 #1 0x00005555555610ab in dispatch_event (rep=, is_err=0) at ../../../src/auditd-dispatch.c:189 #2 0x000055555555a700 in distribute_event (e=0x555555779d80) at ../../../src/auditd.c:216 #3 0x000055555555aac8 in netlink_handler (loop=, io=, revents=) at ../../../src/auditd.c:500 #4 0x0000555555562eb7 in ev_invoke_pending (loop=0x555555773e80 ) at ../../../../src/libev/ev.c:3162 #5 0x000055555556623d in ev_run (loop=0x555555773e80 , flags=0) at ../../../../src/libev/ev.c:3562 #6 0x0000555555559e06 in ev_loop (flags=0, loop=0x555555773e80 ) at ../../../src/libev/ev.h:835 #7 main (argc=, argv=) at ../../../src/auditd.c:841 The rules are pretty dump: -D -b 8192 -f 1 --backlog_wait_time 0 An idea what's going on? Cheers, Laurent Bigonville