From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 16:46:51 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02071065676 for ; Tue, 10 Jun 2008 16:46:51 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.231]) by mx1.freebsd.org (Postfix) with ESMTP id 30D6C8FC13 for ; Tue, 10 Jun 2008 16:46:50 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by hu-out-0506.google.com with SMTP id 34so4608338hue.8 for ; Tue, 10 Jun 2008 09:46:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=/owC3a6IkfRnWBa14bUpCalr5glQfG0NdFkalyo5QAo=; b=TkY6eyN9ES4E9aeoH8e5cb6gYhO0/XV/zV1YD2+L62zKP6oD7TrMAAbQOgCQCnVvzQ pcq5dAX0OuuTRi3pjljnxrSGzKRLyIm31PPDklQO68+A693Izxc4IVxgBf1aMDTo+bCi fGq5AQ77ncJYzPEQ0rkgs8yQxRDLT4vE28o2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=XgsSYBUNzo6Z2JG4boqXm8uJkcptNZvNUkOOcgaQTFBQcTrP76OazINmEccUwFrWjH k51MhfjMTa1ECUsPxOLv4J7Bli+OrV0Q2jb48OODpgAMqFlmq5W3U8V6LNt99xnlTGIF +veIh+Ce7m0bs/thrRAsiUs718m0VM2YPqdaw= Received: by 10.86.98.14 with SMTP id v14mr5937550fgb.74.1213116408862; Tue, 10 Jun 2008 09:46:48 -0700 (PDT) Received: by 10.86.26.8 with HTTP; Tue, 10 Jun 2008 09:46:48 -0700 (PDT) Message-ID: <7d6fde3d0806100946v7332dcd2yf0a52495e2564247@mail.gmail.com> Date: Tue, 10 Jun 2008 09:46:48 -0700 From: "Garrett Cooper" To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Kernel coredump not functional with SCHED_ULE on -CURRENT using sources from Thursday (06/05/2008)? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 16:46:51 -0000 Hello all again, I was just wondering whether or not someone's tried to make the kernel panic on x86 recently with SCHED_ULE. For the life of me I couldn't get a core dump until I switched the scheduler to SCHED_4BSD... now the kernel coredumps like a charm. World and kernel built from scratch using a clean /usr/obj and sources from last Thursday (06/05/2008). Anyone have similar feedback? Thanks, -Garrett