From owner-freebsd-x11@FreeBSD.ORG Fri Dec 5 20:21:04 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D570B5F4 for ; Fri, 5 Dec 2014 20:21:04 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9479D177 for ; Fri, 5 Dec 2014 20:21:04 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wp4so1091835obc.39 for ; Fri, 05 Dec 2014 12:21:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=GZ40l5sCWSUtsik8vsN5FXGSnOVv5s2X8w/P7wdCYks=; b=F8+cA4oK/cwEmKOmW9dR+JP/Z6l3n0Rx9jGtyOC9GO5fh2khzZilEH2rTedhZKyWzY o5gO8BDDkLaG1NQx5hN4jrh/Q3OMngn18LD17QOwwQdfoqVvwfw4TiRW/b2WCDrM1Ibt N7QShmq6OSusDu/bGRCTc1lVbRbaNkmUPNroFRWwP3o81XFjjCNwnqJxh+TR6yBTyuyJ PN9hj9Xw2ilXnqVJzYGCJH4qYv1ndSK+hUmSdhgwMPyUVZkdeEOXRnOwUg43SaVISI6s t6ZjbW9zq2q7gRd1hNF61O1OM+78TTKlUywF3EV0jS6AS9uIpe8HyFL5djSoK+86xT9E 5OIw== X-Received: by 10.182.22.234 with SMTP id h10mr11759964obf.22.1417810863895; Fri, 05 Dec 2014 12:21:03 -0800 (PST) Received: from ?IPv6:2001:470:1f15:b1f:e16a:a8dd:422b:8625? ([2001:470:1f15:b1f:e16a:a8dd:422b:8625]) by mx.google.com with ESMTPSA id kv10sm14663096obb.15.2014.12.05.12.21.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Dec 2014 12:21:03 -0800 (PST) Message-ID: <548213AA.2060502@gmail.com> Date: Fri, 05 Dec 2014 21:20:58 +0100 From: =?UTF-8?B?SmFuIEtva2Vtw7xsbGVy?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Xfce crashes FreeBSD 11-CURRENT References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 20:21:04 -0000 > # dmesg > http://pastebin.com/u9mLVcDc > > # pkg info > http://pastebin.com/BD9Fa5Ja This looks like a problem with lagg(4). I've got similar crashes using lagg for a few weeks now and had to revert sys/net/if_lagg.c and related code to an earlier revision. Those bug reports may be related: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194109 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194110 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194111 Can you try to bring your network up without lagg?