From owner-freebsd-arm@freebsd.org Sat Feb 6 20:48:10 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B4CCAA0ECD for ; Sat, 6 Feb 2016 20:48:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68587A1D for ; Sat, 6 Feb 2016 20:48:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x230.google.com with SMTP id 5so35842646igt.0 for ; Sat, 06 Feb 2016 12:48:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=NZAp76MUhLx5u+mMSQJqn4359FB2L8M3iCDYfU+5ZGY=; b=fqAtehokz8wQ2stdr0DCdqojwbA9PNvCVXk1+z8DVQr7XeYy8h/a6bpJhPfVRdu6Ns Oem0T7hGb7VhX0ctJdlvjUWEbjWog+3wVwONKKfOL/7yrDgtL+iF62OM9U/ZzucCFB1F Oq7uf85vqxWA6ozkEaH1P+snAGbfnsUdHQ5NskNUJD8O6SWUydpTzWD7LjQ8c3a/i55d /1qMnkv6cfkxcl00RnllQXFsmgEy0uXtbQCvubSkZyPgarLEmcPTA0L21d9ZDGY4J0zc ah2NoUq8knR6l/iaFZ4wS9eVqLpBrOJeUmPapxxeWRKpUPbYZfsYM6v21LkUz0DqlPSV 1ERw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NZAp76MUhLx5u+mMSQJqn4359FB2L8M3iCDYfU+5ZGY=; b=TsyIbnZZoq9h3oVhqWlVT7SvUGx0554WMmS2wSVVOzxqfvEOg8Jf4mIHiIQnU3X5v/ ytDeDlkCa0lNs5ovReVM7TYlq8H0q3jYQMxjDKSwIV1rHKfHexxs+03C3VdVsJgnLlsn ouJkQbNLKV3plx7qS3CdsNaMg+aCTsSh1WIhvUYd0g2JXQOL9CaKghZN+GI/0cj5FRIT G0sc79xznO0nSaHWJSX0YcjzUwQseF+n13NTHRvGacAjViUmTBPWdODv04oTKJdxjnzA 1oZ5NUeA1+PnPmIn/F1pX0Gfapdj8vOy/SCBUjAeR6uFAs0SjZzkfQFtfA++vXYmtdo4 QLYw== X-Gm-Message-State: AG10YOQp5yCCvLHgN+7qYJS3HchyMG8H8+4haqcGMVrHCTGDowf8RM7hasM/j7BHVNogRTNV+2IeZJPLzr8OMw== MIME-Version: 1.0 X-Received: by 10.50.124.72 with SMTP id mg8mr15775915igb.22.1454791689849; Sat, 06 Feb 2016 12:48:09 -0800 (PST) Received: by 10.36.14.19 with HTTP; Sat, 6 Feb 2016 12:48:09 -0800 (PST) In-Reply-To: <95FB6DD8-FBD6-468A-B553-C5B363A4D9DB@ni.com> References: <95FB6DD8-FBD6-468A-B553-C5B363A4D9DB@ni.com> Date: Sat, 6 Feb 2016 12:48:09 -0800 Message-ID: Subject: Re: Bus Errors on Cubox i4pro with snapshot 20160127 From: Adrian Chadd To: Rob Mixer Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 20:48:10 -0000 Hi, So just to be clear, you're getting sig10 errors in your userland programs, right? -a On 5 February 2016 at 17:31, Rob Mixer wrote: > Hi! > > Is there a known solution to bus errors associated with Snort and Suricat= a on Cubox i4pro? I=E2=80=99ve seen it both the 20160121 and 20160127 snap= shots of FreeBSD11-arm-armv6. > > Under heavy I/O load, I keep getting bus errors (signal 10). The I/O loa= d occurs when I start Snort (pkg) or Suricata (from ports). The bus error = occurs within about 10 seconds of these applications starting to read from = the ffec0 Gig-E interface. It typically results in a core dump. Occurs re= gardless of whether I have PF enabled or not. Could this be a pcap issue? > > I=E2=80=99ve also experienced this with pfctl -sa, but I see that there i= s a patch in the works for that. > > BTW, I=E2=80=99ve been able to get up an running with FreeBSD 11 snapshot= s with a Cubox i4Pro with few issues. So far, it=E2=80=99s a huge improvem= ent over 10.2 on Cubox! > > > Rob > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"