From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 11 23:40:47 2010 Received: (at submit) by debbugs.gnu.org; 12 Apr 2010 03:40:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1AVx-00013g-1i for submit@debbugs.gnu.org; Sun, 11 Apr 2010 23:40:47 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1ARg-00011t-JD for submit@debbugs.gnu.org; Sun, 11 Apr 2010 23:36:24 -0400 Received: from lists.gnu.org ([199.232.76.165]:33268) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O1ARc-0002rW-Se for submit@debbugs.gnu.org; Sun, 11 Apr 2010 23:36:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1ARc-0000IH-6J for bug-gnu-emacs@gnu.org; Sun, 11 Apr 2010 23:36:16 -0400 Received: from [140.186.70.92] (port=41370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1ART-0000CO-SC for bug-gnu-emacs@gnu.org; Sun, 11 Apr 2010 23:36:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1ARP-00006D-9P for bug-gnu-emacs@gnu.org; Sun, 11 Apr 2010 23:36:07 -0400 Received: from mail.42tools.com ([195.41.139.234]:58284) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1ARO-000064-J9 for bug-gnu-emacs@gnu.org; Sun, 11 Apr 2010 23:36:03 -0400 Received: from [192.168.0.43] (unknown [188.182.37.90]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.42tools.com (Postfix) with ESMTP id 74B64F38013 for ; Mon, 12 Apr 2010 05:35:59 +0200 (CEST) From: Jules Colding Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Crash on startup in Snow Leopard Date: Mon, 12 Apr 2010 05:35:59 +0200 Message-Id: <3E541D20-E4D1-4670-B17C-CAB18EAF99D0@42tools.com> To: bug-gnu-emacs@gnu.org Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 11 Apr 2010 23:40:44 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.6 (-----) Hi, Emacs crashes immediately when starting in Snow Leopard. This is bzr = trunk as of this morning (10 minutes before sending this mail). The only = output from "emacs -q" is "Fatal error (11)Abort trap". The Mac bug = reporter says the following about the crash. BR, jjules Process: Emacs [92267] Path: = /Users/colding/work/src/emacs/trunk/nextstep/Emacs.app/Contents/MacOS/Emac= s Identifier: Emacs Version: ??? (???) Code Type: X86-64 (Native) Parent Process: bash [205] Date/Time: 2010-04-12 05:25:12.687 +0200 OS Version: Mac OS X 10.6.3 (10D573) Report Version: 6 Interval Since Last Report: 238041 sec Crashes Since Last Report: 7 Per-App Crashes Since Last Report: 7 Anonymous UUID: = F8DBA661-66EF-4BD8-A735-2AC0B188CF06 Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Application Specific Information: abort() called Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libSystem.B.dylib 0x00007fff84df0886 __kill + 10 1 org.gnu.Emacs 0x0000000100095b5e = fatal_error_signal + 286 (emacs.c:402) 2 libSystem.B.dylib 0x00007fff84e0280a _sigtramp + = 26 3 ??? 0x00007fff5fbfbc40 0 + = 140734799789120 4 org.gnu.Emacs 0x0000000100172fac = ns_term_shutdown + 44 (nsterm.m:3891) 5 org.gnu.Emacs 0x0000000100095b94 = fatal_error_signal + 340 (emacs.c:388) 6 libSystem.B.dylib 0x00007fff84e0280a _sigtramp + = 26 7 ??? 0x00007fff5fbfc0f0 0 + = 140734799790320 8 org.gnu.Emacs 0x00000001000391bc = prepare_menu_bars + 1228 (xdisp.c:9841) 9 org.gnu.Emacs 0x0000000100042ada = redisplay_internal + 2970 (xdisp.c:11698) 10 org.gnu.Emacs 0x00000001000a398e read_char + = 2350 (keyboard.c:2577) 11 org.gnu.Emacs 0x0000000100134508 = read_filtered_event + 168 (lread.c:713) 12 org.gnu.Emacs 0x000000010010deec Ffuncall + = 1180 (eval.c:3030) 13 org.gnu.Emacs 0x000000010014a75e Fbyte_code + = 6814 (bytecode.c:680) 14 org.gnu.Emacs 0x000000010010d85c = funcall_lambda + 588 (eval.c:3211) 15 org.gnu.Emacs 0x000000010010dca2 Ffuncall + = 594 (eval.c:3081) 16 org.gnu.Emacs 0x000000010014a75e Fbyte_code + = 6814 (bytecode.c:680) 17 org.gnu.Emacs 0x000000010010d85c = funcall_lambda + 588 (eval.c:3211) 18 org.gnu.Emacs 0x000000010010dca2 Ffuncall + = 594 (eval.c:3081) 19 org.gnu.Emacs 0x000000010014a75e Fbyte_code + = 6814 (bytecode.c:680) 20 org.gnu.Emacs 0x000000010010d85c = funcall_lambda + 588 (eval.c:3211) 21 org.gnu.Emacs 0x000000010010dca2 Ffuncall + = 594 (eval.c:3081) 22 org.gnu.Emacs 0x000000010014a75e Fbyte_code + = 6814 (bytecode.c:680) 23 org.gnu.Emacs 0x000000010010d85c = funcall_lambda + 588 (eval.c:3211) 24 org.gnu.Emacs 0x000000010010d9d8 apply_lambda = + 216 (eval.c:3135) 25 org.gnu.Emacs 0x000000010010cf83 Feval + 643 = (eval.c:2406) 26 org.gnu.Emacs 0x000000010010c377 = internal_condition_case + 327 (eval.c:1490) 27 org.gnu.Emacs 0x00000001000a03ec top_level_1 + = 60 (keyboard.c:1377) 28 org.gnu.Emacs 0x000000010010c480 = internal_catch + 224 (eval.c:1226) 29 org.gnu.Emacs 0x00000001000a04f3 command_loop = + 163 (keyboard.c:1335) 30 org.gnu.Emacs 0x00000001000a096f = recursive_edit_1 + 159 (keyboard.c:950) 31 org.gnu.Emacs 0x00000001000a0b0f = Frecursive_edit + 287 (keyboard.c:1013) 32 org.gnu.Emacs 0x0000000100096947 main + 3447 = (emacs.c:1787) 33 org.gnu.Emacs 0x00000001000021c4 start + 52 Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x00007fff84dbb4ea kevent + 10 1 libSystem.B.dylib 0x00007fff84dbd3bd = _dispatch_mgr_invoke + 154 2 libSystem.B.dylib 0x00007fff84dbd094 = _dispatch_queue_invoke + 185 3 libSystem.B.dylib 0x00007fff84dbcbbe = _dispatch_worker_thread2 + 252 4 libSystem.B.dylib 0x00007fff84dbc4e8 = _pthread_wqthread + 353 5 libSystem.B.dylib 0x00007fff84dbc385 = start_wqthread + 13 Thread 2: 0 libSystem.B.dylib 0x00007fff84dbc30a = __workq_kernreturn + 10 1 libSystem.B.dylib 0x00007fff84dbc71c = _pthread_wqthread + 917 2 libSystem.B.dylib 0x00007fff84dbc385 = start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: = 0x00007fff5fbfb7d8 rdx: 0x0000000000000000 rdi: 0x000000000001686b rsi: 0x0000000000000006 rbp: = 0x00007fff5fbfb810 rsp: 0x00007fff5fbfb7d8 r8: 0x0000000000000001 r9: 0x0000000000000000 r10: = 0x00007fff84dec8ca r11: 0x0000000000000206 r12: 0x0000000000000006 r13: 0x00000001005e8068 r14: = 0x000000010180000a r15: 0x0000000101805f00 rip: 0x00007fff84df0886 rfl: 0x0000000000000206 cr2: = 0x0000000100172f80 Binary Images: 0x100000000 - 0x1001dffef +org.gnu.Emacs Version 24.0.50 = (9.0) = /Users/colding/work/src/emacs/trunk/nextstep/Emacs.app/Contents/MacOS/Emac= s 0x7fff5fc00000 - 0x7fff5fc3bde7 dyld 132.1 (???) = /usr/lib/dyld 0x7fff80003000 - 0x7fff80038ff7 libcups.2.dylib 2.8.0 = (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> = /usr/lib/libcups.2.dylib 0x7fff801aa000 - 0x7fff80260fff libobjc.A.dylib 227.0.0 = (compatibility 1.0.0) <4B6351E5-A293-D814-36E1-E75E35C25D86> = /usr/lib/libobjc.A.dylib 0x7fff80273000 - 0x7fff802ddfe7 libvMisc.dylib 268.0.1 = (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libvMisc.dylib 0x7fff802de000 - 0x7fff802e4ff7 com.apple.DiskArbitration 2.3 = (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> = /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitr= ation 0x7fff802e5000 - 0x7fff80303fff libPng.dylib ??? (???) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff80304000 - 0x7fff80315ff7 libz.1.dylib 1.2.3 = (compatibility 1.0.0) = /usr/lib/libz.1.dylib 0x7fff8040f000 - 0x7fff80421fe7 libsasl2.2.dylib 3.15.0 = (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> = /usr/lib/libsasl2.2.dylib 0x7fff8047a000 - 0x7fff805effef com.apple.CoreFoundation 6.6.1 = (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat= ion 0x7fff8061a000 - 0x7fff80669fef = com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) = = /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/Pass= wordServer 0x7fff8066d000 - 0x7fff806eafef libstdc++.6.dylib 7.9.0 = (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> = /usr/lib/libstdc++.6.dylib 0x7fff8076a000 - 0x7fff8076aff7 com.apple.Accelerate.vecLib 3.6 = (vecLib 3.6) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/vecLib 0x7fff80b33000 - 0x7fff80e31fef com.apple.HIToolbox 1.6.2 (???) = <759E1C39-58EB-C434-3E33-416C04AFE6DC> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo= x.framework/Versions/A/HIToolbox 0x7fff80e32000 - 0x7fff80e32ff7 com.apple.vecLib 3.6 (vecLib = 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> = /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff80e94000 - 0x7fff80eaafef libbsm.0.dylib ??? (???) = <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib 0x7fff80eab000 - 0x7fff80eacff7 com.apple.TrustEvaluationAgent = 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> = /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/= A/TrustEvaluationAgent 0x7fff81117000 - 0x7fff8119cfff = com.apple.print.framework.PrintCore 6.2 (312.5) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/PrintCore.framework/Versions/A/PrintCore 0x7fff8119d000 - 0x7fff8141efe7 com.apple.Foundation 6.6.2 = (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> = /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8141f000 - 0x7fff81536fef libxml2.2.dylib 10.3.0 = (compatibility 10.0.0) <4355C785-9388-1061-6427-D004E92A3766> = /usr/lib/libxml2.2.dylib 0x7fff815be000 - 0x7fff816fcfff com.apple.CoreData 102.1 (251) = <32233D4D-00B7-CE14-C881-6BF19FD05A03> = /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff816fd000 - 0x7fff818b7fff com.apple.ImageIO.framework = 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/ImageIO 0x7fff81d7d000 - 0x7fff81d83ff7 IOSurface ??? (???) = = /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff81dbd000 - 0x7fff81df8fff com.apple.AE 496.4 (496.4) = = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE= .framework/Versions/A/AE 0x7fff81e06000 - 0x7fff81e37fff libGLImage.dylib ??? (???) = <7E8A6ED2-B093-0714-F65A-64ECC41187C4> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag= e.dylib 0x7fff81e38000 - 0x7fff81eedfe7 com.apple.ink.framework 1.3.3 = (107) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram= ework/Versions/A/Ink 0x7fff81eee000 - 0x7fff81faefff libFontParser.dylib ??? (???) = <01E3B0FE-2539-61BD-E2DE-7407B01C6F03> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff81faf000 - 0x7fff81ff6ff7 com.apple.coreui 2 (114) = = /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff81ff7000 - 0x7fff81ffcfff libGFXShared.dylib ??? (???) = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXSha= red.dylib 0x7fff81ffd000 - 0x7fff81ffdff7 com.apple.ApplicationServices = 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applic= ationServices 0x7fff82239000 - 0x7fff825d1fe7 com.apple.QuartzCore 1.6.1 = (227.18) = /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff825d2000 - 0x7fff825d3fff liblangid.dylib ??? (???) = /usr/lib/liblangid.dylib 0x7fff825f0000 - 0x7fff82875fef com.apple.security 6.1.1 = (37594) = /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff82957000 - 0x7fff82b15fff libicucore.A.dylib 40.0.0 = (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> = /usr/lib/libicucore.A.dylib 0x7fff82b61000 - 0x7fff82b61ff7 com.apple.CoreServices 44 (44) = <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> = /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff82d11000 - 0x7fff82d20fff com.apple.NetFS 3.2.1 (3.2.1) = <3C6C2D5E-C1E2-9FF9-97A2-4141A5660EBB> = /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff82f5d000 - 0x7fff82fb2fef = com.apple.framework.familycontrols 2.0.1 (2010) = = /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Fami= lyControls 0x7fff82ff9000 - 0x7fff8303afff com.apple.SystemConfiguration = 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> = /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System= Configuration 0x7fff8308d000 - 0x7fff830c8fff libncurses.5.4.dylib 5.4.0 = (compatibility 5.4.0) <6D209999-FB35-3134-E6D9-833125D3DE8A> = /usr/lib/libncurses.5.4.dylib 0x7fff831a6000 - 0x7fff83263ff7 = com.apple.CoreServices.OSServices 357 (357) = <7CFA1963-B639-BE99-12F1-220DF214AB50> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS= Services.framework/Versions/A/OSServices 0x7fff8376e000 - 0x7fff8378ffff libresolv.9.dylib 40.0.0 = (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> = /usr/lib/libresolv.9.dylib 0x7fff838aa000 - 0x7fff8394afff com.apple.LaunchServices 362.1 = (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/La= unchServices.framework/Versions/A/LaunchServices 0x7fff83a91000 - 0x7fff83ae0fef libTIFF.dylib ??? (???) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff83ae9000 - 0x7fff83e1cfef = com.apple.CoreServices.CarbonCore 861.6 (861.6) = <652B1704-460F-F0D1-B917-B08698E0EF7F> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca= rbonCore.framework/Versions/A/CarbonCore 0x7fff83ed3000 - 0x7fff83f51fff com.apple.CoreText 3.1.0 (???) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/CoreText.framework/Versions/A/CoreText 0x7fff83f52000 - 0x7fff83fe2fff com.apple.SearchKit 1.3.0 = (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se= archKit.framework/Versions/A/SearchKit 0x7fff84013000 - 0x7fff84038fe7 com.apple.CoreVideo 1.6.1 = (45.4) = /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff84da1000 - 0x7fff84f60ff7 libSystem.B.dylib 125.0.1 = (compatibility 1.0.0) = /usr/lib/libSystem.B.dylib 0x7fff8502d000 - 0x7fff8572a037 com.apple.CoreGraphics 1.543.33 = (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8572b000 - 0x7fff85732fff com.apple.OpenDirectory 10.6 = (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> = /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirector= y 0x7fff85840000 - 0x7fff85926fe7 com.apple.DesktopServices 1.5.5 = (1.5.5) = /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A= /DesktopServicesPriv 0x7fff85ba4000 - 0x7fff85c23fff com.apple.audio.CoreAudio 3.2.2 = (3.2.2) = /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff85c8e000 - 0x7fff85da7fef libGLProgrammability.dylib ??? = (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProg= rammability.dylib 0x7fff86166000 - 0x7fff86168fff libRadiance.dylib ??? (???) = <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff86169000 - 0x7fff8617eff7 com.apple.LangAnalysis 1.6.6 = (1.6.6) <413E033D-7A8A-4C46-6779-592D93BE2B81> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8617f000 - 0x7fff8628efe7 libcrypto.0.9.8.dylib 0.9.8 = (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> = /usr/lib/libcrypto.0.9.8.dylib 0x7fff86456000 - 0x7fff86e4bfe7 com.apple.AppKit 6.6.5 = (1038.29) = /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff86e4c000 - 0x7fff86e5bff7 com.apple.opengl 1.6.7 (1.6.7) = <63D8F554-2488-4811-EEC7-672FCFAF731B> = /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff86e5c000 - 0x7fff86e7ffff com.apple.opencl 12.1 (12.1) = = /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff86e80000 - 0x7fff86ea8fff com.apple.DictionaryServices = 1.1.1 (1.1.1) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Di= ctionaryServices.framework/Versions/A/DictionaryServices 0x7fff86ea9000 - 0x7fff86ef3ff7 com.apple.Metadata 10.6.3 = (507.8) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me= tadata.framework/Versions/A/Metadata 0x7fff86ef4000 - 0x7fff86ef7ff7 libCoreVMClient.dylib ??? (???) = <9A0E75A9-7964-CAF9-DEB7-11A073530F64> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVM= Client.dylib 0x7fff86ef8000 - 0x7fff8701dfef = com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) = <4DCCD01F-7516-4240-09DC-EE553317D345> = /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8701e000 - 0x7fff8701fff7 com.apple.audio.units.AudioUnit = 1.6.3 (1.6.3) = /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff87020000 - 0x7fff87068ff7 libvDSP.dylib 268.0.1 = (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libvDSP.dylib 0x7fff870f4000 - 0x7fff87135fef com.apple.QD 3.35 (???) = <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/QD.framework/Versions/A/QD 0x7fff87303000 - 0x7fff87319ff7 = com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) = <38D0D705-FD15-38AE-A8B9-F9970508D1BD> = /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/M= ultitouchSupport 0x7fff8731a000 - 0x7fff87363fef libGLU.dylib ??? (???) = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy= lib 0x7fff87369000 - 0x7fff87443ff7 com.apple.vImage 4.0 (4.0) = <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma= ge.framework/Versions/A/vImage 0x7fff87444000 - 0x7fff87490fff libauto.dylib ??? (???) = <8145CA34-EA03-11D2-5C60-02C1E5750593> /usr/lib/libauto.dylib 0x7fff874ad000 - 0x7fff874fefe7 com.apple.HIServices 1.8.0 = (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/HIServices.framework/Versions/A/HIServices 0x7fff87530000 - 0x7fff87530ff7 com.apple.Accelerate 1.6 = (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff878fa000 - 0x7fff878fffff libGIF.dylib ??? (???) = <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff87900000 - 0x7fff8799afff = com.apple.ApplicationServices.ATS 4.1 (???) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/ATS 0x7fff879e5000 - 0x7fff87a0bfe7 libJPEG.dylib ??? (???) = <85902BC7-43AE-E202-0EEE-3C9996D00971> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff87a0c000 - 0x7fff87ac1fe7 com.apple.ColorSync 4.6.3 = (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ColorSync.framework/Versions/A/ColorSync 0x7fff87ac2000 - 0x7fff87b71fff edu.mit.Kerberos 6.5.9 (6.5.9) = <74E23AD1-6ED4-639E-8EF4-981D2EBDCA43> = /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff87b72000 - 0x7fff87b92ff7 = com.apple.DirectoryService.Framework 3.6 (621.3) = = /System/Library/Frameworks/DirectoryService.framework/Versions/A/Directory= Service 0x7fff87b93000 - 0x7fff87ba1ff7 libkxld.dylib ??? (???) = /usr/lib/system/libkxld.dylib 0x7fff87c49000 - 0x7fff87c62fff com.apple.CFOpenDirectory 10.6 = (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> = /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/C= FOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff87cdd000 - 0x7fff87d69fef SecurityFoundation 36840.0.0 = (compatibility 1.0.0) = /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit= yFoundation 0x7fff87e04000 - 0x7fff8860efe7 libBLAS.dylib 219.0.0 = (compatibility 1.0.0) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libBLAS.dylib 0x7fff8860f000 - 0x7fff8863aff7 libxslt.1.dylib 3.24.0 = (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> = /usr/lib/libxslt.1.dylib 0x7fff8863b000 - 0x7fff88646ff7 = com.apple.speech.recognition.framework 3.11.1 (3.11.1) = <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe= cognition.framework/Versions/A/SpeechRecognition 0x7fff88647000 - 0x7fff88700fff libsqlite3.dylib 9.6.0 = (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> = /usr/lib/libsqlite3.dylib 0x7fff88701000 - 0x7fff88715fff libGL.dylib ??? (???) = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl= ib 0x7fff88783000 - 0x7fff887e1ff7 com.apple.framework.IOKit 2.0 = (???) <516EB9AF-4723-FC17-984B-918115E53459> = /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff887e2000 - 0x7fff887f6ff7 = com.apple.speech.synthesis.framework 3.10.35 (3.10.35) = <63C87CF7-56B3-4038-8136-8C26E96AD42F> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff887f7000 - 0x7fff888c7fff com.apple.CFNetwork 454.9.4 = (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CF= Network.framework/Versions/A/CFNetwork 0x7fff888c8000 - 0x7fff888ccff7 libmathCommon.A.dylib 315.0.0 = (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> = /usr/lib/system/libmathCommon.A.dylib 0x7fff888cd000 - 0x7fff88d11fef libLAPACK.dylib 219.0.0 = (compatibility 1.0.0) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libLAPACK.dylib 0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) = /usr/lib/libSystem.B.dylib Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 = Duo, 2.8 GHz, 4 GB, SMC 1.42f4 Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), = Broadcom BCM43xx 1.0 (5.10.91.27) Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial = ports Network Service: AirPort, AirPort, en1 Serial ATA Device: APPLE SSD TS128A, 113 GB Serial ATA Device: HL-DT-ST DVDRW GS21N USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), = 0x0237, 0x04600000 USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8217, = 0x06110000 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 02:26:16 2010 Received: (at control) by debbugs.gnu.org; 12 Apr 2010 06:26:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1D67-0002A0-Gf for submit@debbugs.gnu.org; Mon, 12 Apr 2010 02:26:15 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1D65-00029u-1l for control@debbugs.gnu.org; Mon, 12 Apr 2010 02:26:13 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O1D5z-0002vx-Nl; Mon, 12 Apr 2010 02:26:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19394.48383.665573.849317@fencepost.gnu.org> Date: Mon, 12 Apr 2010 02:26:07 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: (v|eEK^K!CVW&ARn1w|5i|z7]N3t166=kUr-J'QBwEvBPk]->4LmI<3+O5iN0!C8nqk2T1 X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.1 (-----) merge 5934 5857 reassign 5933 emacs,ns reassign 2423 emacs,w32 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 16:03:12 2010 Received: (at 5933) by debbugs.gnu.org; 12 Apr 2010 20:03:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1Pqh-0001sM-8k for submit@debbugs.gnu.org; Mon, 12 Apr 2010 16:03:12 -0400 Received: from mail.42tools.com ([195.41.139.234]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1PQQ-0001eh-TX for 5933@debbugs.gnu.org; Mon, 12 Apr 2010 15:36:03 -0400 Received: from [192.168.0.43] (unknown [188.182.37.90]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.42tools.com (Postfix) with ESMTP id BA51AF38013 for <5933@debbugs.gnu.org>; Mon, 12 Apr 2010 21:35:56 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: bug#5933: Acknowledgement (Crash on startup in Snow Leopard) From: Jules Colding In-Reply-To: Date: Mon, 12 Apr 2010 17:22:17 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <3E541D20-E4D1-4670-B17C-CAB18EAF99D0@42tools.com> To: 5933@debbugs.gnu.org X-Mailer: Apple Mail (2.1078) X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: 5933 X-Mailman-Approved-At: Mon, 12 Apr 2010 16:03:10 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -3.7 (---) I forgot to mention that I always start emacs as "emacs -nw". In this = case I added "-q" to the arguments before reproducing the bug. BR, jules On Apr 12, 2010, at 5:41 AM, GNU bug Tracking System wrote: > Thank you for filing a new bug report with GNU. >=20 > This is an automatically generated reply to let you know your message > has been received. >=20 > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. >=20 > Your message has been sent to the package maintainer(s): > bug-gnu-emacs@gnu.org >=20 > If you wish to submit further information on this problem, please > send it to 5933@debbugs.gnu.org. >=20 > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. >=20 > --=20 > 5933: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5933 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 17 11:55:49 2010 Received: (at 5933-done) by debbugs.gnu.org; 17 Apr 2010 15:55:49 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3AN2-0002xX-PX for submit@debbugs.gnu.org; Sat, 17 Apr 2010 11:55:48 -0400 Received: from pantheon-po30.its.yale.edu ([130.132.50.4]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3AN0-0002xR-CW for 5933-done@debbugs.gnu.org; Sat, 17 Apr 2010 11:55:46 -0400 Received: from furry (dhcp-18-111-33-192.dyn.mit.edu [18.111.33.192]) (authenticated bits=0) by pantheon-po30.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3HFtdGb032314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 Apr 2010 11:55:39 -0400 Received: by furry (Postfix, from userid 1000) id B3129C055; Sat, 17 Apr 2010 11:55:39 -0400 (EDT) From: Chong Yidong To: Jules Colding Subject: Re: Crash on startup in Snow Leopard Date: Sat, 17 Apr 2010 11:55:39 -0400 Message-ID: <87eiie13b8.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 5933-done Cc: 5933-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -2.6 (--) > Emacs crashes immediately when starting in Snow Leopard. This is bzr > trunk as of this morning (10 minutes before sending this mail). The only > output from "emacs -q" is "Fatal error (11)Abort trap". > > I always start emacs as "emacs -nw". In this case I added "-q" to the > arguments before reproducing the bug. This is Bug#5837, which was fixed in the branch already. I've just merged it into the trunk, thanks for the report. From unknown Mon Jun 23 13:09:54 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, 16 May 2010 11:24:03 +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