From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 16:51:48 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 076A49A7 for ; Fri, 25 Jul 2014 16:51:48 +0000 (UTC) Received: from dmz-mailsec-scanner-2.mit.edu (dmz-mailsec-scanner-2.mit.edu [18.9.25.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B4A425F0 for ; Fri, 25 Jul 2014 16:51:47 +0000 (UTC) X-AuditID: 1209190d-f79c06d000002f07-ae-53d28b1be46c Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) (using TLS with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-2.mit.edu (Symantec Messaging Gateway) with SMTP id 6D.69.12039.B1B82D35; Fri, 25 Jul 2014 12:51:39 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id s6PGpdT8024362; Fri, 25 Jul 2014 12:51:39 -0400 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id s6PGpaxV022140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 25 Jul 2014 12:51:38 -0400 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id s6PGpaF0002973; Fri, 25 Jul 2014 12:51:36 -0400 (EDT) Date: Fri, 25 Jul 2014 12:51:35 -0400 (EDT) From: Benjamin Kaduk To: Beeblebrox Subject: Re: Several minor annoyances on Current In-Reply-To: <1406282699515-5931653.post@n5.nabble.com> Message-ID: References: <1406282699515-5931653.post@n5.nabble.com> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrOIsWRmVeSWpSXmKPExsUixCmqrCvdfSnY4MgaG4s5bz4wWaw/t4HJ gcnjcJO0x4xP81kCmKK4bFJSczLLUov07RK4Mg5t9yrYyVLx6fIc9gbGw8xdjJwcEgImEpNe nWeDsMUkLtxbD2RzcQgJzGaSmD7rL5SzkVFi48cvjBDOISaJs0duM0E4DYwSE7/9YgTpZxHQ ljjfuY0JxGYTUJGY+WYj2FwRAVWJ589OgNnMAvIS/69cBqrh4BAWMJB40WQOEuYUMJdo2N8M NoZXwFGiuXsCWLmQgJnExCu7wUaKCuhIrN4/hQWiRlDi5MwnLBAjLSXO/bnONoFRcBaS1Cwk qQWMTKsYZVNyq3RzEzNzilOTdYuTE/PyUot0jfRyM0v0UlNKNzGCw1SSdwfju4NKhxgFOBiV eHgDqi4FC7EmlhVX5h5ilORgUhLl7WoBCvEl5adUZiQWZ8QXleakFh9ilOBgVhLh/QuS401J rKxKLcqHSUlzsCiJ8761tgoWEkhPLEnNTk0tSC2CycpwcChJ8HZ0AjUKFqWmp1akZeaUIKSZ ODhBhvMADS8CqeEtLkjMLc5Mh8ifYtTlWLT/ZTeTEEtefl6qlDjvyQ6gIgGQoozSPLg5sPTy ilEc6C1h3hkgo3iAqQlu0iugJUxAS14lnAdZUpKIkJJqYIx8/e1m0xd2docDef8Ed94sujZr 2mO5RTLOM9zVtmz9uH6Hx322OZcPOzzyvurabHLym0h/zndRhu7f7VP+tpWc9H3Vmx/44Oet BXf+l6h2GJUyGed0HH/920rFKSvcazfvz/Mxj01KPX/tF0nuk10far2wNVH3svnmmj8KAUe3 Ke9kU36SUqjEUpyRaKjFXFScCAC6oTj3CgMAAA== Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 25 Jul 2014 16:51:48 -0000 On Fri, 25 Jul 2014, Beeblebrox wrote: > Hello. Several questions for 11-Current: > > * I keep getting .core (gedit.core, midori.core, etc) files being > created either in /home/myuser or in the folder I run the command in on > terminal emulator (for example if I'm in ~/mydocs on terminal and run "$ > gedit filename", that folder gets a gedit.core file). Any way to stop this? This seems like a job for ulimit. Though, I would be more curious about why your applications are crashing so as to generate core files in the first place. -Ben