From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#1075: 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color Date: Fri, 03 Oct 2008 13:53:26 -0400 Message-ID: References: <48E62E8B.5010905@lysator.liu.se> Reply-To: Glenn Morris , 1075@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223057439 7110 80.91.229.12 (3 Oct 2008 18:10:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2008 18:10:39 +0000 (UTC) Cc: 1075@emacsbugs.donarmstrong.com To: Lennart Staflin Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 20:11:36 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Klp7W-0003I2-Bj for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Oct 2008 20:11:18 +0200 Original-Received: from localhost ([127.0.0.1]:59410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Klp6T-0004wo-0S for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Oct 2008 14:10:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Klp6J-0004oP-K3 for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 14:10:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Klp6I-0004lv-1O for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 14:10:03 -0400 Original-Received: from [199.232.76.173] (port=58971 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Klp6H-0004lo-Q8 for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 14:10:01 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:43949) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Klp6H-0003x1-AO for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 14:10:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m93I9uNg027627; Fri, 3 Oct 2008 11:09:57 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m93I56bW026416; Fri, 3 Oct 2008 11:05:06 -0700 X-Loop: don@donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 03 Oct 2008 18:05:06 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1075 X-Emacs-PR-Package: emacs,ns X-Emacs-PR-Keywords: Original-Received: via spool by 1075-submit@emacsbugs.donarmstrong.com id=B1075.122305654724158 (code B ref 1075); Fri, 03 Oct 2008 18:05:06 +0000 Original-Received: (at 1075) by emacsbugs.donarmstrong.com; 3 Oct 2008 17:55:47 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m93HtiOB024152 for <1075@emacsbugs.donarmstrong.com>; Fri, 3 Oct 2008 10:55:46 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KloqE-0003Nz-Sm; Fri, 03 Oct 2008 13:53:26 -0400 X-Spook: strategic Saudi Arabia Aladdin ARPA assassination X-Ran: 1?nsuy0*&u+3oW,36N94,fAm\q+RzPgC5$6]F]5-1Y$67&J|;.9q1Fz8RH|TE3#O2mI+0~ X-Hue: black X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Fri, 03 Oct 2008 14:10:03 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21057 Archived-At: Lennart Staflin wrote: > After a crash I with ns_free_indexed_color, and x_clear_image_1 on the > stack. I noticed that x_clear_image_1 calls ns_free_indexed_color with > only one argument, but it takes two arguments. Perhaps that explains a > number of crashes in ns_free_indexed_color. Wow. I have just noticed how many ns crash reports have basically the same backtrace. I for one am sorry for not noticing that before. Your observation looks good to me.