Package: emacs;
Reported by: Keith David Bershatsky <esq <at> lawlist.com>
Date: Sat, 17 Aug 2013 19:07:01 UTC
Severity: normal
Found in version 24.3.50
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15121 in the body.
You can then email your comments to 15121 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-gnu-emacs <at> gnu.org
:bug#15121
; Package emacs
.
(Sat, 17 Aug 2013 19:07:02 GMT) Full text and rfc822 format available.Keith David Bershatsky <esq <at> lawlist.com>
:bug-gnu-emacs <at> gnu.org
.
(Sat, 17 Aug 2013 19:07:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Keith David Bershatsky <esq <at> lawlist.com> To: bug-gnu-emacs <at> gnu.org Subject: 24.3.50; 24.3.50; OSX 10.6.8 -- flyspell/ispell/aspell -- crash or hang on exit Date: Sat, 17 Aug 2013 12:06:03 -0700
Shortly after on or about August 3, 2013, there was a change somewhere within Emacs Trunk that is resulting in the application hanging or crashing when exiting (C-x C-c) if ispell/flyspell/aspell has been enabled in a text-mode buffer (e.g., scratch) and Wanderlust has also been activated (folder buffer, and summary buffer). debug-on-exit is not creating any message before Emacs crashes or hangs (at which time I perform a manual force quit), so I need some more guidance (please) regarding how to help document and track down this bug to help you. (require 'ispell) (require 'flyspell) (setq-default ispell-program-name "/Users/HOME/.0.data/.0.emacs/elpa/bin/aspell") (setq flyspell-default-dictionary "english") (setq ispell-dictionary "english") (add-hook 'text-mode-hook 'flyspell-mode) Here is the error message from the OSX crash reporter window: Process: Emacs [3222] Path: /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: Version 24.3.50 (9.0) Code Type: X86-64 (Native) Parent Process: launchd [172] Date/Time: 2013-08-17 11:56:58.966 -0700 OS Version: Mac OS X 10.6.8 (10K549) Report Version: 6 Interval Since Last Report: 173650 sec Crashes Since Last Report: 297 Per-App Interval Since Last Report: 105843 sec Per-App Crashes Since Last Report: 82 Anonymous UUID: 1BEE5D00-292A-430B-B4FE-1D16A6E15B1C Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libSystem.B.dylib 0x00007fff851790b6 __kill + 10 1 org.gnu.Emacs 0x00000001000acc84 terminate_due_to_signal + 116 2 org.gnu.Emacs 0x00000001000ca303 emacs_abort + 19 3 org.gnu.Emacs 0x00000001001a1273 ns_term_shutdown + 83 4 org.gnu.Emacs 0x00000001000aaab2 shut_down_emacs + 194 5 org.gnu.Emacs 0x00000001000acc5b terminate_due_to_signal + 75 6 org.gnu.Emacs 0x00000001000ca303 emacs_abort + 19 7 org.gnu.Emacs 0x00000001000cb532 get_child_status + 194 8 org.gnu.Emacs 0x00000001001696ec handle_child_signal + 108 9 org.gnu.Emacs 0x00000001000ca8c6 deliver_process_signal + 166 10 libSystem.B.dylib 0x00007fff8518b1ba _sigtramp + 26 11 ??? 0x00007fff5fbfec00 0 + 140734799801344 12 libSystem.B.dylib 0x00007fff85209010 small_free_do_recirc_to_depot + 564 13 libSystem.B.dylib 0x00007fff8513229a szone_free_definite_size + 3553 14 org.gnu.Emacs 0x000000010000569d free_glyph_matrix + 93 15 org.gnu.Emacs 0x000000010000571c free_window_matrices + 92 16 org.gnu.Emacs 0x0000000100005860 free_glyphs + 256 17 org.gnu.Emacs 0x00000001000058fd check_glyph_memory + 61 18 org.gnu.Emacs 0x00000001000aaaf5 shut_down_emacs + 261 19 org.gnu.Emacs 0x00000001000aabe2 Fkill_emacs + 98 20 org.gnu.Emacs 0x000000010012dcfe Ffuncall + 1246 21 org.gnu.Emacs 0x0000000100165324 exec_byte_code + 820 22 org.gnu.Emacs 0x000000010012da7e Ffuncall + 606 23 org.gnu.Emacs 0x0000000100129593 Fcall_interactively + 6579 24 org.gnu.Emacs 0x000000010012dcda Ffuncall + 1210 25 org.gnu.Emacs 0x0000000100165324 exec_byte_code + 820 26 org.gnu.Emacs 0x000000010012da7e Ffuncall + 606 27 org.gnu.Emacs 0x000000010012fbfe call1 + 30 28 org.gnu.Emacs 0x00000001000bf4e9 command_loop_1 + 1561 29 org.gnu.Emacs 0x000000010012c2c5 internal_condition_case + 277 30 org.gnu.Emacs 0x00000001000b60f6 command_loop_2 + 38 31 org.gnu.Emacs 0x000000010012c3ad internal_catch + 189 32 org.gnu.Emacs 0x00000001000b6afc recursive_edit_1 + 364 33 org.gnu.Emacs 0x00000001000b6c00 Frecursive_edit + 176 34 org.gnu.Emacs 0x00000001000abd5d main + 2733 35 org.gnu.Emacs 0x00000001000017c4 start + 52 Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x00007fff85143c0a kevent + 10 1 libSystem.B.dylib 0x00007fff85145add _dispatch_mgr_invoke + 154 2 libSystem.B.dylib 0x00007fff851457b4 _dispatch_queue_invoke + 185 3 libSystem.B.dylib 0x00007fff851452de _dispatch_worker_thread2 + 252 4 libSystem.B.dylib 0x00007fff85144c08 _pthread_wqthread + 353 5 libSystem.B.dylib 0x00007fff85144aa5 start_wqthread + 13 Thread 2: 0 libSystem.B.dylib 0x00007fff8516e932 select$DARWIN_EXTSN + 10 1 org.gnu.Emacs 0x00000001001a8c48 -[EmacsApp fd_handler:] + 632 2 com.apple.Foundation 0x00007fff85377204 __NSThread__main__ + 1429 3 libSystem.B.dylib 0x00007fff85163fd6 _pthread_start + 331 4 libSystem.B.dylib 0x00007fff85163e89 thread_start + 13 Thread 3: 0 libSystem.B.dylib 0x00007fff85144a2a __workq_kernreturn + 10 1 libSystem.B.dylib 0x00007fff85144e3c _pthread_wqthread + 917 2 libSystem.B.dylib 0x00007fff85144aa5 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfe498 rdx: 0x0000000000000000 rdi: 0x0000000000000c96 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe4c0 rsp: 0x00007fff5fbfe498 r8: 0x00007fff71170760 r9: 0x00007fff5fbfe440 r10: 0x00007fff8518c542 r11: 0xffffff80002e4730 r12: 0x0000000000000028 r13: 0x000000010180303a r14: 0x0000000000000006 r15: 0x00000001005d3578 rip: 0x00007fff851790b6 rfl: 0x0000000000000206 cr2: 0x0000000100b020ec Binary Images: 0x100000000 - 0x100236ff7 +org.gnu.Emacs Version 24.3.50 (9.0) <399127AE-5409-DD64-A038-4EEB6C1945C7> /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/MacOS/Emacs 0x7fff5fc00000 - 0x7fff5fc3be0f dyld 132.1 (???) <29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld 0x7fff80012000 - 0x7fff80032ff7 com.apple.DirectoryService.Framework 3.6 (621.12) <A4685F06-5881-35F5-764D-C380304C1CE8> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff80035000 - 0x7fff800ebff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib 0x7fff8045a000 - 0x7fff8045eff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib 0x7fff80490000 - 0x7fff8049dfe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff804f7000 - 0x7fff805cbfe7 com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff805cc000 - 0x7fff8064aff7 com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8064b000 - 0x7fff8067eff7 libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff8067f000 - 0x7fff80693fff libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff80694000 - 0x7fff80711fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib 0x7fff80884000 - 0x7fff80884ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff80885000 - 0x7fff8099ffef libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff809a0000 - 0x7fff80a50fff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff80a51000 - 0x7fff80b12fff libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff80b13000 - 0x7fff80b5bff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff81077000 - 0x7fff81078fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib 0x7fff81154000 - 0x7fff811f4fff com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff811f5000 - 0x7fff81236fff com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff813da000 - 0x7fff814b7fff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff816c4000 - 0x7fff816efff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib 0x7fff816f0000 - 0x7fff817d5fef com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff817d6000 - 0x7fff8182bff7 com.apple.framework.familycontrols 2.0.2 (2020) <8807EB96-D12D-8601-2E74-25784A0DE4FF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8187c000 - 0x7fff81bb0fef com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff81bb1000 - 0x7fff81bc3fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib 0x7fff81bc4000 - 0x7fff81bc4ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff81be3000 - 0x7fff81d21fff com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff81d22000 - 0x7fff81e57fff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff81e58000 - 0x7fff81e5dfff libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff81e5e000 - 0x7fff81e62ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff81eea000 - 0x7fff81eebff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff81eec000 - 0x7fff81f7cfff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff81fbc000 - 0x7fff8207dfef com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff82303000 - 0x7fff823bcfff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib 0x7fff823bd000 - 0x7fff823e2ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8242d000 - 0x7fff82446fff com.apple.CFOpenDirectory 10.6 (10.6) <401557B1-C6D1-7E1A-0D7E-941715C37BFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff82447000 - 0x7fff82447ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff82448000 - 0x7fff8288bfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff829b1000 - 0x7fff829c7fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib 0x7fff829c8000 - 0x7fff829cbff7 libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff829cc000 - 0x7fff82a1bff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <0731C40D-71EF-B417-C83B-54C3527A36EA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x7fff82a1c000 - 0x7fff82ca5ff7 com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff82ce0000 - 0x7fff82dabfff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <E72880D9-3B5D-D086-9266-F4F3C294619F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x7fff82dac000 - 0x7fff82e69fff com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff82e6e000 - 0x7fff8302cff7 com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8302d000 - 0x7fff83041ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff83131000 - 0x7fff831b0fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff831b1000 - 0x7fff83211fe7 com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff83212000 - 0x7fff832acfe7 com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff832ad000 - 0x7fff832eefef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8382d000 - 0x7fff839ebfff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib 0x7fff83d54000 - 0x7fff83d75fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib 0x7fff83d85000 - 0x7fff83da8fff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff83da9000 - 0x7fff840a7fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff840b6000 - 0x7fff84102fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib 0x7fff84103000 - 0x7fff8418ffef SecurityFoundation ??? (???) <3F1F2727-C508-3630-E2C1-38361841FCE4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff841ce000 - 0x7fff84238fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff84239000 - 0x7fff8426afff libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8426b000 - 0x7fff842beff7 com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff842bf000 - 0x7fff842c5ff7 com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8471e000 - 0x7fff8472fff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib 0x7fff84730000 - 0x7fff84730ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8478f000 - 0x7fff84791fff libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff84981000 - 0x7fff84988fff com.apple.OpenDirectory 10.6 (10.6) <4FF6AD25-0916-B21C-9E88-2CC42D90EAC7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8512a000 - 0x7fff852ebfef libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib 0x7fff85366000 - 0x7fff855e8fe7 com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff855e9000 - 0x7fff855eaff7 com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff856c4000 - 0x7fff856d3fef com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff856d4000 - 0x7fff85edefe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8609b000 - 0x7fff8609bff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff86108000 - 0x7fff86804ff7 com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff868bd000 - 0x7fff86900ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff86946000 - 0x7fff86985fef libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <9D53BE03-6D81-D0CB-F657-4E842E69A66A> /usr/lib/libncurses.5.4.dylib 0x7fff86986000 - 0x7fff86a9dfef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib 0x7fff86b21000 - 0x7fff86b2cff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff86dac000 - 0x7fff86df5fef libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff86f79000 - 0x7fff86fa0ff7 libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff86fa1000 - 0x7fff87056fe7 com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff870c4000 - 0x7fff870caff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff870cb000 - 0x7fff87105fff libcups.2.dylib 2.8.0 (compatibility 2.0.0) <539EBFDD-96D6-FB07-B128-40232C408757> /usr/lib/libcups.2.dylib 0x7fff87151000 - 0x7fff87198ff7 com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff87199000 - 0x7fff871e3ff7 com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff871e4000 - 0x7fff8720cfff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8829a000 - 0x7fff882b0fe7 com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff882b1000 - 0x7fff882eeff7 libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff88600000 - 0x7fff8899dfe7 com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff889aa000 - 0x7fff889b9fff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff889ba000 - 0x7fff893b4ff7 com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff89472000 - 0x7fff89591fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib 0x7fff897c6000 - 0x7fff89815fef libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff89816000 - 0x7fff8989bff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff898e8000 - 0x7fff898f6ff7 libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib 0x7fff898f7000 - 0x7fff89914ff7 libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff89915000 - 0x7fff8991afff libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff89a20000 - 0x7fff89a35ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff89ac4000 - 0x7fff89c3bfe7 com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff89c55000 - 0x7fff89c5bff7 IOSurface ??? (???) <8E302BB2-0704-C6AB-BD2F-C2A6C6A2E2C3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff89c5c000 - 0x7fff89c97fff com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib Model: MacPro4,1, BootROM MP41.0081.B07, 8 processors, Quad-Core Intel Xeon, 2.93 GHz, 8 GB, SMC 1.39f5 Graphics: ATI Radeon HD 4870, ATI Radeon HD 4870, PCIe, 512 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.131.42.4) Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports Network Service: Ethernet 1, Ethernet, en0 PCI Card: pci1033,35, sppci_usbopenhost, Slot-3 <at> 4,0,0 PCI Card: pci1033,35, sppci_usbopenhost, Slot-3 <at> 4,0,1 PCI Card: pci1033,e0, USB Enhanced Host Controller, Slot-3 <at> 4,0,2 PCI Card: pci1033,35, sppci_usbopenhost, Slot-4 <at> 6,0,0 PCI Card: pci1033,35, sppci_usbopenhost, Slot-4 <at> 6,0,1 PCI Card: pci1033,e0, USB Enhanced Host Controller, Slot-4 <at> 6,0,2 PCI Card: ATI Radeon HD 4870, sppci_displaycontroller, Slot-1 Serial ATA Device: HL-DT-ST DVD-RW GH41N, 7.47 GB Serial ATA Device: Hitachi HDS722020ALA330, 1.82 TB Serial ATA Device: WDC WD3000HLFS-01G6U0, 279.46 GB Serial ATA Device: WDC WD3000HLFS-01G6U0, 279.46 GB Serial ATA Device: WDC WD3000HLFS-01G6U0, 279.46 GB USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1005, 0x40200000 / 2 USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x021d, 0x40220000 / 3 USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xff400000 / 2 USB Device: iPhone, 0x05ac (Apple Inc.), 0x1297, 0xff410000 / 6 USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1005, 0xff430000 / 5 USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x021d, 0xff432000 / 7 USB Device: Cyborg R.A.T.7 Mouse, 0x06a3 (Saitek PLC), 0x0cd7, 0xff420000 / 4 USB Device: hp scanjet 8200, 0x03f0 (Hewlett Packard), 0x0b01, 0xff440000 / 3 USB Device: USB Modem, 0x0803 (Zoom Telephonics, Inc.), 0x3095, 0x00100000 / 2 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x5a100000 / 2 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x5a110000 / 5 USB Device: USB to PS2 Adaptor V3.10, 0x0b39 (Omnidirectional Control Technology Inc.), 0x0001, 0x1d100000 / 2 FireWire Device: built-in_hub, Up to 800 Mb/sec Thanks, Keith ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; In GNU Emacs 24.3.50.1 (x86_64-apple-darwin10.8.0, NS apple-appkit-1038.36) of 2013-08-16 on MBP.local Bzr revision: 113922 michael.albinus <at> gmx.de-20130816124117-nfz89x0ao1ljv8mc Windowing system distributor `Apple', version 10.3.1038 Configured using: `configure --with-ns' Important settings: locale-coding-system: nil default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: yas-global-mode: t yas-minor-mode: t global-highlight-parentheses-mode: t global-linum-mode: t linum-mode: t delete-selection-mode: t desktop-save-mode: t tabbar-mode: t highlight-parentheses-mode: t osx-key-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t global-visual-line-mode: t visual-line-mode: t transient-mark-mode: t Recent input: <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <return> H e r e SPC i s SPC t h e SPC e r r o r SPC m e s a g e <backspace> <backspace> <backspace> s a g e SPC c r e a t e d SPC w i t h i n SPC t h e SPC O S X SPC d e b u g g e r <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> b u g SPC r e p o r t <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> SPC c r a s h SPC r e p o r t e r SPC w i n d o w : <return> <return> s-v <prior> <prior> <prior> <prior> <prior> <prior> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <escape> x e m a c s - b u g - r e p o r t <return> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> <backspace> b u g s - r e p o r t <return> <escape> <escape> <escape> <menu-bar> <help-menu> <send-emacs-bug-report> Recent messages: *beep* call-interactively: Text is read-only *beep* call-interactively: Text is read-only *beep* insert-for-yank: Text is read-only *beep* insert-for-yank: Text is read-only *beep* insert-for-yank: Text is read-only Load-path shadows: ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/utf7 hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/utf7 ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/slp hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/slp ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/pldap hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/pldap ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/modb hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/modb ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/modb-standard hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/modb-standard ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/modb-legacy hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/modb-legacy ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/modb-entity hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/modb-entity ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/mmimap hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/mmimap ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elsp-spamoracle hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elsp-spamoracle ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elsp-sa hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elsp-sa ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elsp-bsfilter hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elsp-bsfilter ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elsp-bogofilter hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elsp-bogofilter ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-version hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-version ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-vars hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-vars ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-util hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-util ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-split hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-split ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-spam hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-spam ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-signal hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-signal ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-sendlog hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-sendlog ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-search hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-search ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-pop3 hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-pop3 ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-pipe hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-pipe ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-null hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-null ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-nntp hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-nntp ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-net hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-net ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-multi hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-multi ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-msgdb hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-msgdb ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-mime hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-mime ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-map hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-map ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-maildir hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-maildir ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-localnews hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-localnews ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-localdir hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-localdir ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-internal hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-internal ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-imap4 hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-imap4 ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-flag hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-flag ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-filter hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-filter ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-file hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-file ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-dop hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-dop ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-date hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-date ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-cache hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-cache ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-archive hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-archive ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/elmo-access hides ~/.0.data/.0.emacs/elpa/wanderlust/elmo/elmo-access ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/md4 hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/md4 ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/hex-util hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/hex-util ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/sasl hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/net/sasl ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/sasl-ntlm hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/net/sasl-ntlm ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/sasl-digest hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/net/sasl-digest ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/sasl-cram hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/net/sasl-cram ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/ntlm hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/net/ntlm ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/hmac-md5 hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/net/hmac-md5 ~/.0.data/.0.emacs/elpa/flim/site-lisp/flim/hmac-def hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/net/hmac-def ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/rfc2368 hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/mail/rfc2368 ~/.0.data/.0.emacs/elpa/wanderlust/site-lisp/wl/utf7 hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/gnus/utf7 ~/.0.data/.0.emacs/elpa/semi/site-lisp/semi/smime hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/gnus/smime ~/.0.data/.0.emacs/elpa/el-get/.dir-locals hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/gnus/.dir-locals ~/.0.data/.0.emacs/elpa/semi/site-lisp/semi/pgg hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/obsolete/pgg ~/.0.data/.0.emacs/elpa/semi/site-lisp/semi/pgg-pgp5 hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/obsolete/pgg-pgp5 ~/.0.data/.0.emacs/elpa/semi/site-lisp/semi/pgg-pgp hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/obsolete/pgg-pgp ~/.0.data/.0.emacs/elpa/semi/site-lisp/semi/pgg-parse hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/obsolete/pgg-parse ~/.0.data/.0.emacs/elpa/semi/site-lisp/semi/pgg-gpg hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/obsolete/pgg-gpg ~/.0.data/.0.emacs/elpa/semi/site-lisp/semi/pgg-def hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/obsolete/pgg-def ~/.0.data/.0.emacs/elpa/utilities/longlines hides /Users/HOME/.0.data/.0.emacs/Emacs.app/Contents/Resources/lisp/obsolete/longlines Features: (shadow disp-table whitespace wl-mime mime-edit pgg-parse pccl pccl-20 signature mime-setup mail-mime-setup semi-setup mime-pgp pgg-def mime-play filename mime-image modb-standard elmo-imap4 time-stamp emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader yasnippet auctex-autoloads tex-site info multiple-cursors-autoloads yasnippet-autoloads wl-demo wl-draft eword-encode wl-template sendmail mail-utils elmo-net elmo-cache elmo-map elmo-dop wl-news wl-address wl-thread wl-folder wl wl-e21 bbdb-autoloads bbdb el-get el-get-autoloads el-get-list-packages el-get-notify help-mode el-get-dependencies el-get-build el-get-status el-get-recipes el-get-byte-compile el-get-methods el-get-fossil el-get-svn el-get-pacman el-get-github-zip el-get-github-tar el-get-http-zip el-get-http-tar el-get-hg el-get-git-svn el-get-fink el-get-emacswiki el-get-http el-get-emacsmirror el-get-github el-get-git el-get-elpa el-get-darcs el-get-cvs el-get-bzr el-get-brew el-get-builtin el-get-apt-get el-get-custom el-get-core autoload lisp-mnt savehist itunes osx-osascript linum delsel server multiple-cursors mc-separate-operations rectangular-region-mode mc-mark-more thingatpt mc-cycle-cursors mc-edit-lines multiple-cursors-core rect flyspell ispell desktop frameset saveplace auto-save-buffers-enhanced package init-tabbar init-frames tabbar frame-cmds frame-fns avoid calendar-lawlist lawlist-calendar init-org derived cl-macs gv edmacro kmacro org-toodledo mailcap-toodledo http-post-simple cl url-http tls url-auth mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source eieio eieio-core gnus-util mm-util mail-prsvr password-cache url-vars mailcap json xml org ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys org-pcomplete pcomplete comint ansi-color ring org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob org-compat org-macs ob-eval org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs init-yas init-wl lawlist-tls wl-spam wl-action wl-summary byte-opt ps-print ps-def lpr wl-refile wl-util pp elmo-flag elmo-localdir bytecomp byte-compile cconv wl-message elmo-mime mmelmo-buffer mmelmo-imap mime-view mime-conf calist semi-def mmimap mime-parse mmbuffer mmgeneric wl-highlight wl-vars wl-version epg-config elmo-multi elmo-spam elsp-header elsp-generic elmo elmo-signal elmo-msgdb modb modb-generic modb-entity mime elmo-util emu invisible inv-23 poem poem-e20 poem-e20_3 utf7 eword-decode mel mime-def alist std11 mcharset mcs-20 mcs-e20 pces pces-e20 pces-20 broken pcustom elmo-date elmo-vars elmo-version path-util poe pym static apel-ver product luna mime-w3m w3m-load w3m browse-url doc-view jka-compr dired image-mode timezone w3m-hist w3m-fb bookmark-w3m w3m-ems wid-edit cl-loaddefs cl-lib w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util hideshow easymenu highlight-parentheses init-osxkeys easy-mmode redo advice help-fns time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs)
bug-gnu-emacs <at> gnu.org
:bug#15121
; Package emacs
.
(Mon, 19 Aug 2013 06:01:01 GMT) Full text and rfc822 format available.Message #8 received at 15121 <at> debbugs.gnu.org (full text, mbox):
From: Paul Eggert <eggert <at> cs.ucla.edu> To: 15121 <at> debbugs.gnu.org Subject: 24.3.50; OSX 10.6.8 -- flyspell/ispell/aspell -- crash or hang on exit Date: Sun, 18 Aug 2013 23:00:18 -0700
Thanks for the bug report. Can you please try trunk bzr 113946 or later? I installed a patch that I hope fixes that bug.
Paul Eggert <eggert <at> cs.ucla.edu>
:Keith David Bershatsky <esq <at> lawlist.com>
:Message #13 received at 15121-done <at> debbugs.gnu.org (full text, mbox):
From: Paul Eggert <eggert <at> cs.ucla.edu> To: Keith David Bershatsky <esq <at> lawlist.com> Cc: 15121-done <at> debbugs.gnu.org Subject: Re: 24.3.50; OSX 10.6.8 -- flyspell/ispell/aspell -- crash or hang on exit Date: Sun, 18 Aug 2013 23:54:21 -0700
Keith David Bershatsky wrote: > Yes, that does indeed fix the two instances where Emacs was crashing and hanging. Thanks for checking; closing the bug.
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Mon, 16 Sep 2013 11:24:03 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.