From david.reitter@gmail.com Sun Mar 1 13:25:43 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 1 Mar 2009 21:25:43 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.4 required=4.0 tests=FOURLA,IMPRONONCABLE_1, IMPRONONCABLE_2,MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 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 n21LPeD1013083 for ; Sun, 1 Mar 2009 13:25:41 -0800 Received: from mx10.gnu.org ([199.232.76.166]:39409) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Ldt81-0003e3-TZ for emacs-pretest-bug@gnu.org; Sun, 01 Mar 2009 16:23:18 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LdtAI-0006Tc-2U for emacs-pretest-bug@gnu.org; Sun, 01 Mar 2009 16:25:39 -0500 Received: from yx-out-1718.google.com ([74.125.44.156]:63191) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdtAG-0006T5-Rv for emacs-pretest-bug@gnu.org; Sun, 01 Mar 2009 16:25:37 -0500 Received: by yx-out-1718.google.com with SMTP id 34so1261935yxf.66 for ; Sun, 01 Mar 2009 13:25:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=pmCxXERZm5aCwmxn+VPTJ+XpZMRHmLSMc7+XThR8Tao=; b=VGDi/ottnq+aflSn6dE8uGkE5WUMyyS3XFtHHuWuwVkRYc5KXR+ryIDg9VbaobEh6J KNOP8uyV921T3F6YtGy6kJCz5HtqmC9+m/fNWokwZXE5B18oQVSS6b+mk//No1bW+TTR 8uteNoBwTmjW3MpHnLJ9hp3AIrAizQV9da8c8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=WIh8zd3zabSSb7t8bMdnhQNOxZJdMFMBDIvl3V2NIxziiWIdU9HAOqCqouieKoO5vq r1K2X3bYm68uZmEtIzBWVO7wdf2EQaW28F6qCcCiJVimVbkE8A0CvE4sB45Sz56JtHQl ZNmkQ+7DFdda4F00xIh+H7uzlqZyr5lQH7ku8= Received: by 10.100.8.4 with SMTP id 4mr4047667anh.118.1235942734988; Sun, 01 Mar 2009 13:25:34 -0800 (PST) Received: from scarlett.local (pool-71-162-28-49.pitbpa.east.verizon.net [71.162.28.49]) by mx.google.com with ESMTPS id c37sm7511698ana.22.2009.03.01.13.25.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Mar 2009 13:25:33 -0800 (PST) Message-Id: From: David Reitter To: emacs-pretest-bug@gnu.org Content-Type: multipart/signed; boundary=Apple-Mail-6--62506273; micalg=sha1; protocol="application/pkcs7-signature" Mime-Version: 1.0 (Apple Message framework v930.3) Subject: NS crash: font selector Date: Sun, 1 Mar 2009 16:25:31 -0500 X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --Apple-Mail-6--62506273 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I had a crash with NS, current CVS version. I showed the font panel, searched for "Lucida" in it, and then clicked on one of the Lucida fonts. I can't reproduce the crash, but the trace is below. Process: Emacs [31194] Path: /Users/dr/Projects/Bazaar-Playground/emacs.cvs/ nextstep/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: Version 23.0.90 (9.0) Code Type: X86 (Native) Parent Process: launchd [76] Date/Time: 2009-03-01 16:07:04.692 -0500 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 Exception Type: EXC_BREAKPOINT (SIGABRT) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0 Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSCFType removeAllObjects]: unrecognized selector sent to instance 0x10ac56f0' Thread 0 Crashed: 0 libSystem.B.dylib 0x9019ce42 __kill + 10 1 org.gnu.Emacs 0x0009267a fatal_error_signal + 314 (emacs.c:404) 2 libSystem.B.dylib 0x9019b2bb _sigtramp + 43 3 ??? 0xffffffff 0 + 4294967295 4 libSystem.B.dylib 0x9020f23a raise + 26 5 libSystem.B.dylib 0x9021b679 abort + 73 6 org.gnu.Emacs 0x0016cce5 ns_term_shutdown + 117 (nsterm.m:4025) 7 org.gnu.Emacs 0x000926cf fatal_error_signal + 399 (emacs.c:389) 8 libSystem.B.dylib 0x9019b2bb _sigtramp + 43 9 ??? 0xffffffff 0 + 4294967295 10 libobjc.A.dylib 0x94837e3b objc_exception_throw + 40 11 com.apple.CoreFoundation 0x94fca30a -[NSObject doesNotRecognizeSelector:] + 186 12 com.apple.CoreFoundation 0x94fc890c ___forwarding___ + 892 13 com.apple.CoreFoundation 0x94fc89d2 _CF_forwarding_prep_0 + 50 14 org.gnu.Emacs 0x001884ea nsfont_make_fontset_for_font + 362 (nsfont.m:1200) 15 org.gnu.Emacs 0x0018b6dd fontset_from_font + 525 (fontset.c:1694) 16 org.gnu.Emacs 0x0017475b x_new_font + 251 (nsterm.m:6376) 17 org.gnu.Emacs 0x00014098 x_set_font + 328 (frame.c:3413) 18 org.gnu.Emacs 0x00012d16 x_set_frame_parameters + 486 (frame.c:3011) 19 org.gnu.Emacs 0x00013872 Fmodify_frame_parameters + 434 (frame.c:2538) 20 org.gnu.Emacs 0x0010a598 Ffuncall + 1016 (eval.c: 3054) 21 org.gnu.Emacs 0x0014577b Fbyte_code + 3835 (bytecode.c:678) 22 org.gnu.Emacs 0x00109e21 funcall_lambda + 209 (eval.c:3236) 23 org.gnu.Emacs 0x0010a36b Ffuncall + 459 (eval.c: 3101) 24 org.gnu.Emacs 0x0010bf03 apply1 + 83 (eval.c:2798) 25 org.gnu.Emacs 0x00105c4c Fcall_interactively + 524 (callint.c:390) 26 org.gnu.Emacs 0x0010a571 Ffuncall + 977 (eval.c: 3050) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /Users/dr/Projects/Bazaar-Playground/emacs.cvs/nextstep/Emacs.app/ Contents/Resources/etc/DEBUG for instructions. In GNU Emacs 23.0.90.6 (i386-apple-darwin9.6.0, NS apple-appkit-949.43) of 2009-03-01 on scarlett Windowing system distributor `Apple', version 10.3.949 configured using `configure '--without-x' '--with-ns'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x 0 Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. --Apple-Mail-6--62506273 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIFxDCCAn0w ggHmoAMCAQICED6shx13jEDrq0eL8FRq5ykwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MTIwOTAyMDgwMVoXDTA5MTIwOTAyMDgw MVowYjEQMA4GA1UEBBMHUmVpdHRlcjEOMAwGA1UEKhMFRGF2aWQxFjAUBgNVBAMTDURhdmlkIFJl aXR0ZXIxJjAkBgkqhkiG9w0BCQEWF2RhdmlkLnJlaXR0ZXJAZ21haWwuY29tMIGfMA0GCSqGSIb3 DQEBAQUAA4GNADCBiQKBgQDOdo6kAwlkBxUb8dj4saMbYg4SVng8CUePFn3cjjWrakBTbUVa4Z0n wlUxr7AitEeKhBy5nGhu96+jKUPrCwYNRCZ0l2ovvuGq4z1m1nZ5/c8WvFlVhieuxXMUfmb/O7D3 IojoX6iS8n5MNNU2IWNNT/AD3vOl6DKgOtOw4J9y+QIDAQABozQwMjAiBgNVHREEGzAZgRdkYXZp ZC5yZWl0dGVyQGdtYWlsLmNvbTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBQUAA4GBAIjI8yEW wkiEfA9PMgpjnD6KyCXT0iZjHhW2PkR53yZZLUoTboHnKgsFwYp/gzzIL8J5cvZaRUyMUzXDufPP dRmxxCs2jXXLDD/8bvdvOuMzqgYoFA73fAfsC8S6qUL1PayZ90J8CZHNhDwqWqOA56T+DdKUegJT sqoHKh6OnypTMIIDPzCCAqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkEx FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEk MCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJz b25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU 5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTX p6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8C AQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFs RnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2 YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aU nX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5 jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCAo8wggKLAgEB MHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhA+rIcdd4xA66tH i/BUaucpMAkGBSsOAwIaBQCgggFvMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTA5MDMwMTIxMjUzMVowIwYJKoZIhvcNAQkEMRYEFBJEAtIgsCfaM/OpDT8ZYZz/82SB MIGFBgkrBgEEAYI3EAQxeDB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3Vs dGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu ZyBDQQIQPqyHHXeMQOurR4vwVGrnKTCBhwYLKoZIhvcNAQkQAgsxeKB2MGIxCzAJBgNVBAYTAlpB MSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUg UGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQPqyHHXeMQOurR4vwVGrnKTANBgkqhkiG9w0B AQEFAASBgF5z95RpQgO0YdD1e20pmVY48pMFwJ9QKZNWwXWbVWC0rVjOSyoumH47axTbtlzYdomF hDMPobIp7PeKbtHLJo+2AhOtWssndrlUa+Rk0S/hKTbAyC2wGwLAkd4n71LISQFGzUZHe4tTm2/Y KM1MtePw0q1N9tqiB4vYzBeBMt0PAAAAAAAA --Apple-Mail-6--62506273-- From rgm@gnu.org Mon Mar 2 00:10:37 2009 Received: (at control) by emacsbugs.donarmstrong.com; 2 Mar 2009 08:10:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.0 required=4.0 tests=VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 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 n228AYRx014029 for ; Mon, 2 Mar 2009 00:10:35 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Le3C5-0001cJ-Rr; Mon, 02 Mar 2009 03:08:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18859.37865.767989.757577@fencepost.gnu.org> Date: Mon, 2 Mar 2009 03:08:09 -0500 From: Glenn Morris To: control Subject: control message X-Debbugs-No-Ack: yes reassign 2525 emacs,ns reassign 2526 emacs,ns severity 2527 minor reassign 2530 emacs,ns reassign 2531 emacs,ns reassign 2532 emacs,ns reassign 2534 emacs,ns reassign 2535 spam From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 16 22:02:34 2013 Received: (at 2525-done) by debbugs.gnu.org; 17 Feb 2013 03:02:34 +0000 Received: from localhost ([127.0.0.1]:59740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6uWQ-000543-7u for submit@debbugs.gnu.org; Sat, 16 Feb 2013 22:02:34 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:59546) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6uWO-00053u-8l for 2525-done@debbugs.gnu.org; Sat, 16 Feb 2013 22:02:32 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U6uVX-0007jf-Sw; Sat, 16 Feb 2013 22:01:40 -0500 From: Glenn Morris To: 2525-done@debbugs.gnu.org Subject: Re: bug#2525: NS crash: font selector References: X-Spook: Leitrim MD2 virus data haven SEAL Team 6 strategic X-Ran: )n+/_"AEPx_}E9Fu$iRhaIB\LLn|/x@$TRe9'KQ;^*2a>sK$d'qr$BGSESdvobc; (David Reitter's message of "Sun, 1 Mar 2009 16:25:31 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 2525-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Sorry no-one ever replied. After so much time, I don't think we can do anything without a recipe to produce this issue. If it happens again with the current version of Emacs (currently 24.2), please make a new report and hopefully we do better next time. From unknown Thu Aug 14 12:20:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 Mar 2013 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator