From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: mark_object crash in 22.1 and latest CVS (as of tonight) Date: Sat, 17 Nov 2007 12:42:50 -0500 Message-ID: References: <16af2f430711081955j3d5e6745gc0f7a50e02d9a892@mail.gmail.com> <16af2f430711120340q27926877tf976ef397d12df16@mail.gmail.com> <16af2f430711140939x45663644je0dce25c8796b18@mail.gmail.com> <16af2f430711141700g74175advd8f234478293faa5@mail.gmail.com> <16af2f430711160405p6a734839lb24610ee65257498@mail.gmail.com> <16af2f430711160607m158b9c98xa401166709f628ff@mail.gmail.com> <473DD32F.5070501@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195321489 23671 80.91.229.12 (17 Nov 2007 17:44:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2007 17:44:49 +0000 (UTC) Cc: rudalics@gmx.at, kalman.reti@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 17 18:44:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ItRiu-00004s-QD for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 18:44:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItRih-0008Je-CJ for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 12:44:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItRgy-0006zW-Pl for emacs-devel@gnu.org; Sat, 17 Nov 2007 12:42:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItRgx-0006yq-6B for emacs-devel@gnu.org; Sat, 17 Nov 2007 12:42:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItRgw-0006yk-Ux for emacs-devel@gnu.org; Sat, 17 Nov 2007 12:42:50 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItRgw-00088w-O7 for emacs-devel@gnu.org; Sat, 17 Nov 2007 12:42:50 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ItRgw-0006mW-2n; Sat, 17 Nov 2007 12:42:50 -0500 In-reply-to: (message from Stefan Monnier on Fri, 16 Nov 2007 14:04:18 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83465 Archived-At: The `evaporate' option is inherently dangerous since it reclaims the marker object forcefully without checking that nobody else is holding on to it, even tho it comes from a plain normal argument and the caller may very well have kept another ref to it somewhere. There are low-level constructs in Emacs that can crash Emacs if misused. This mere fact is not enough reason to get rid of it.