emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory again


From: emacs user
Subject: Re: Memory again
Date: Tue, 20 Dec 2011 14:05:20 +0200

On Tue, Dec 20, 2011 at 9:43 AM, Eli Zaretskii <address@hidden> wrote:
>> Date: Tue, 20 Dec 2011 08:34:44 +0200
>> From: emacs user <address@hidden>
>>
>> > I'm not an expert in Apple world, but the first step looks almost obvious -
>> > can you try to use 'leaks' (for example, see http://shorestreet.com/node/4)
>> > and see whether it shows something useful?
>> >
>> > Dmitry
>> >
>>
>> thanks!  here it is.  I attach both the leaks output, and the
>> backtrace/ xbacktrace for a crash that happens eventually.
>> At the time of this leaks report, emacs has 192Mb according to the
>> activity monitor, with all buffers deleted. happy to do additional
>> tests if needed.
>
> Please set MallocStackLogging in the environment, and run this again.
> Without the call-stack info, I find it hard to believe we will be able
> to correlate these leaks with source code.
>
> Thanks.

thanks for this hint, here it is, at least the first few entries:

$ leaks Emacs
leaks(41004) malloc: recording malloc stacks to disk using standard recorder
leaks(41004) malloc: stack logs being written into
/tmp/stack-logs.41004.leaks.ZyDBey.index
Process:         Emacs [40881]
Path:            /usr/local/emacs/trunk/nextstep/Emacs.app/Contents/MacOS/Emacs
Load Address:    0x100000000
Identifier:      org.gnu.Emacs
Version:         Version 24.0.91 (9.0)
Code Type:       X86-64 (Native)
Parent Process:  bash [40676]

Date/Time:       2011-12-20 06:53:57.422 -0500
OS Version:      Mac OS X 10.7.2 (11C74)
Report Version:  7

leaks Report Version:  2.0
Process 40881: 255309 nodes malloced for 63887 KB
Process 40881: 132 leaks for 15872 total leaked bytes.
Leak: 0x102895200  size=8192  zone: DefaultMallocZone_0x100a63000
        0xffffffff 0xffffffff 0xffffffff 0x7fffffff     ................
        0x00000000 0xffffffff 0xffffffff 0xffffffff     ................
        0xffffffff 0xffffffff 0xffffffff 0xffffffff     ................
        0xffffffff 0xffffffff 0xffffffff 0xffffffff     ................
        0xffffffff 0xffffffff 0x00007fff 0x00000000     ................
        0x00000000 0xffff0000 0xffffffff 0xffffffff     ................
        0xffffffff 0xffffffff 0xffffffff 0x00007fff     ................
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        ...
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2986 | Fx_create_frame nsfns.m:1266 | x_default_parameter
frame.c:3929 | x_set_frame_parameters frame.c:2871 | x_set_font
frame.c:3226 | font_open_by_name font.c:3324 | font_load_for_lface
font.c:3261 | font_find_for_lface font.c:3198 | font_list_entities
font.c:2728 | ns_findfonts nsfont.m:407 |
CFCharacterSetAddCharactersInRange | __CFCSetMakeBitmap |
malloc_zone_malloc
Leak: 0x101680420  size=544  zone: DefaultMallocZone_0x100a63000
__NSCFString  ObjC  CoreFoundation
        0x788d1ae8 0x00007fff 0x00000790 0x00000001     ...x............
        0x00000100 0x00000000 0x00010000 0x00030002     ................
        0x00050004 0x00070006 0x00090008 0x000b000a     ................
        0x000d000c 0x000f000e 0x00110010 0x00130012     ................
        0x00150014 0x00170016 0x00190018 0x001b001a     ................
        0x001d001c 0x001f001e 0x00210020 0x00230022     ........ .!.".#.
        0x00250024 0x00270026 0x00290028 0x002b002a     $.%.&.'.(.).*.+.
        0x002d002c 0x002f002e 0x00310030 0x00330032     ,.-.../.0.1.2.3.
        ...
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2348 | Fload lread.c:1256
| call4 eval.c:2804 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fmessage editfns.c:3381 | message3 xdisp.c:9402 | message3_nolog
xdisp.c:9465 | echo_area_display xdisp.c:9959 | with_echo_area_buffer
xdisp.c:9785 | display_echo_area_1 xdisp.c:9992 | resize_mini_window
xdisp.c:10127 | move_it_to xdisp.c:8622 | move_it_in_display_line_to
xdisp.c:8083 | x_produce_glyphs xdisp.c:22116 | nsfont_encode_char
nsfont.m:1315 | -[EmacsGlyphStorage setString:font:] nsfont.m:1428 |
-[NSConcreteAttributedString initWithString:attributes:] |
-[NSConcreteAttributedString initWithString:] | CFStringCreateCopy |
__CFStringCreateImmutableFunnel3 | _CFRuntimeCreateInstance |
malloc_zone_malloc
Leak: 0x1075c4030  size=544  zone: DefaultMallocZone_0x100a63000
__NSCFString  ObjC  CoreFoundation
        0x788d1ae8 0x00007fff 0x00000790 0x00000001     ...x............
        0x00000100 0x00000000 0x00010000 0x00030002     ................
        0x00050004 0x00070006 0x00090008 0x000b000a     ................
        0x000d000c 0x000f000e 0x00110010 0x00130012     ................
        0x00150014 0x00170016 0x00190018 0x001b001a     ................
        0x001d001c 0x001f001e 0x00210020 0x00230022     ........ .!.".#.
        0x00250024 0x00270026 0x00290028 0x002b002a     $.%.&.'.(.).*.+.
        0x002d002c 0x002f002e 0x00310030 0x00330032     ,.-.../.0.1.2.3.
        ...
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2968 | Fvertical_motion indent.c:2102 | move_it_by_lines
xdisp.c:8953 | move_it_to xdisp.c:8622 | move_it_in_display_line_to
xdisp.c:8083 | x_produce_glyphs xdisp.c:22116 | nsfont_encode_char
nsfont.m:1315 | -[EmacsGlyphStorage setString:font:] nsfont.m:1428 |
-[NSConcreteAttributedString initWithString:attributes:] |
-[NSConcreteAttributedString initWithString:] | CFStringCreateCopy |
__CFStringCreateImmutableFunnel3 | _CFRuntimeCreateInstance |
malloc_zone_malloc
Leak: 0x100d25cf0  size=80  zone: DefaultMallocZone_0x100a63000
        0x00000000 0x00000000 0x001ca331 0x00000001     ........1.......
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        0x00000000 0x00000000 0x0180303a 0x00000001     ........:0......
        0x00000001 0x00000000 0x00000000 0x00000000     ................
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2379 |
apply_lambda eval.c:3097 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:359 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 | Fmessage
editfns.c:3381 | message3 xdisp.c:9402 | message3_nolog xdisp.c:9465 |
echo_area_display xdisp.c:10573 | redisplay_internal xdisp.c:12798 |
prepare_menu_bars xdisp.c:10934 | update_menu_bar xdisp.c:11056 |
ns_update_menubar nsmenu.m:396 | xmalloc_widget_value menu.c:588 |
xmalloc alloc.c:716 | unexec_malloc unexmacosx.c:1349 | malloc |
malloc_zone_malloc
Leak: 0x10161eec0  size=80  zone: DefaultMallocZone_0x100a63000
NSCTFontDescriptor  ObjC  AppKit
        0x792a8c40 0x00007fff 0x00010f80 0x00000001     @.*y............
        0x00000000 0x00000000 0x8b7fbdee 0x00007fff     ................
        0x00000000 0x00000000 0x0161eef0 0x00000001     ..........a.....
        0x787d4a60 0x00007fff 0x0161ede0 0x00000001     `J}x......a.....
        0x80000000 0x00000000 0x0161e820 0x00000001     ........ .a.....
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2986 | Fx_create_frame nsfns.m:1266 | x_default_parameter
frame.c:3929 | x_set_frame_parameters frame.c:2871 | x_set_font
frame.c:3226 | font_open_by_name font.c:3324 | font_load_for_lface
font.c:3261 | font_find_for_lface font.c:3198 | font_list_entities
font.c:2728 | ns_findfonts nsfont.m:541 | +[NSObject new] |
-[NSFontDescriptor init] | -[NSFontDescriptor initWithFontAttributes:]
| -[NSFontDescriptor _initWithFontAttributes:options:] |
CTFontDescriptorCreateWithAttributesAndOptions |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x101680640  size=80  zone: DefaultMallocZone_0x100a63000
        0x00000000 0x00000000 0x00000100 0x00000000     ................
        0x00000000 0x00000000 0x00000001 0x00000001     ................
        0x00000002 0x00000000 0x00000100 0x00000000     ................
        0x01680690 0x00000001 0x00000000 0x00000000     ..h.............
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2348 | Fload lread.c:1256
| call4 eval.c:2804 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fmessage editfns.c:3381 | message3 xdisp.c:9402 | message3_nolog
xdisp.c:9465 | echo_area_display xdisp.c:9959 | with_echo_area_buffer
xdisp.c:9785 | display_echo_area_1 xdisp.c:9992 | resize_mini_window
xdisp.c:10127 | move_it_to xdisp.c:8622 | move_it_in_display_line_to
xdisp.c:8083 | x_produce_glyphs xdisp.c:22116 | nsfont_encode_char
nsfont.m:1315 | -[EmacsGlyphStorage setString:font:] nsfont.m:1428 |
-[NSConcreteAttributedString initWithString:attributes:] |
-[NSRLEArray init] | -[NSRLEArray initWithRefCountedRunArray:] |
-[NSRLEArray _makeNewListFrom:] | malloc_zone_calloc
Leak: 0x1016db270  size=80  zone: DefaultMallocZone_0x100a63000
        0x00000000 0x00000000 0x001ca331 0x00000001     ........1.......
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        0x00000000 0x00000000 0x0180303a 0x00000001     ........:0......
        0x00000001 0x00000000 0x00000000 0x00000000     ................
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10934 |
update_menu_bar xdisp.c:11056 | ns_update_menubar nsmenu.m:396 |
xmalloc_widget_value menu.c:588 | xmalloc alloc.c:716 | unexec_malloc
unexmacosx.c:1349 | malloc | malloc_zone_malloc
Leak: 0x10202f660  size=80  zone: DefaultMallocZone_0x100a63000
NSCTFontDescriptor  ObjC  AppKit
        0x792a8c40 0x00007fff 0x00010f80 0x00000001     @.*y............
        0x00000000 0x00000000 0x8b7fbdee 0x00007fff     ................
        0x00000000 0x00000000 0x0202f690 0x00000001     ................
        0x787d4a60 0x00007fff 0x0202f550 0x00000001     `J}x....P.......
        0x80000000 0x00000000 0x0161e820 0x00000001     ........ .a.....
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2340 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3261 | font_find_for_lface
font.c:3198 | font_list_entities font.c:2728 | ns_findfonts
nsfont.m:541 | +[NSObject new] | -[NSFontDescriptor init] |
-[NSFontDescriptor initWithFontAttributes:] | -[NSFontDescriptor
_initWithFontAttributes:options:] |
CTFontDescriptorCreateWithAttributesAndOptions |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x105088d90  size=80  zone: DefaultMallocZone_0x100a63000
_NSImageAuxiliary  ObjC  AppKit
        0x792a99b0 0x00007fff 0x02019e10 0x00000001     ..*y............
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        0x00000000 0x00000000 0x00000000 0x3ff00000     ...............?
        0x00000000 0x3ff00000 0x00000000 0x00000000     .......?........
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 | Fx_create_frame
nsfns.m:1351 | x_default_parameter frame.c:3929 |
x_set_frame_parameters frame.c:2920 | ns_implicitly_set_icon_type
nsfns.m:827 | -[NSWorkspace iconForFileType:] | -[NSImage
_initWithIconRef:includeThumbnail:] | -[NSImage initWithSize:] |
-[NSImage _allocAuxiliaryStorage] | _objc_rootAlloc | +[NSObject
allocWithZone:] | class_createInstance | calloc | malloc_zone_calloc
Leak: 0x105235600  size=80  zone: DefaultMallocZone_0x100a63000
        0x00000000 0x00000000 0x001ca331 0x00000001     ........1.......
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        0x00000000 0x00000000 0x0180303a 0x00000001     ........:0......
        0x00000001 0x00000000 0x00000000 0x00000000     ................
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2379 |
apply_lambda eval.c:3097 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2379 |
apply_lambda eval.c:3097 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 | Fredisplay
dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410 |
redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10934 |
update_menu_bar xdisp.c:11056 | ns_update_menubar nsmenu.m:396 |
xmalloc_widget_value menu.c:588 | xmalloc alloc.c:716 | unexec_malloc
unexmacosx.c:1349 | malloc | malloc_zone_malloc
Leak: 0x1075b6030  size=80  zone: DefaultMallocZone_0x100a63000
        0x00000000 0x00000000 0x00000100 0x00000000     ................
        0x00000000 0x00000000 0x00000001 0x00000001     ................
        0x00000002 0x00000000 0x00000100 0x00000000     ................
        0x075c3a40 0x00000001 0x00000000 0x00000000     @:\.............
        0x00000000 0x00000000 0x00000000 0x00000000     ................
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2968 | Fvertical_motion indent.c:2102 | move_it_by_lines
xdisp.c:8953 | move_it_to xdisp.c:8622 | move_it_in_display_line_to
xdisp.c:8083 | x_produce_glyphs xdisp.c:22116 | nsfont_encode_char
nsfont.m:1315 | -[EmacsGlyphStorage setString:font:] nsfont.m:1428 |
-[NSConcreteAttributedString initWithString:attributes:] |
-[NSRLEArray init] | -[NSRLEArray initWithRefCountedRunArray:] |
-[NSRLEArray _makeNewListFrom:] | malloc_zone_calloc
Leak: 0x1010e6d70  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2986 | Fx_create_frame nsfns.m:1266 | x_default_parameter
frame.c:3929 | x_set_frame_parameters frame.c:2871 | x_set_font
frame.c:3226 | font_open_by_name font.c:3324 | font_load_for_lface
font.c:3261 | font_find_for_lface font.c:3198 | font_list_entities
font.c:2728 | ns_findfonts nsfont.m:511 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10161f520  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2986 | Fx_create_frame nsfns.m:1266 | x_default_parameter
frame.c:3929 | x_set_frame_parameters frame.c:2871 | x_set_font
frame.c:3226 | font_open_by_name font.c:3324 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10161f560  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2986 | Fx_create_frame nsfns.m:1266 | x_default_parameter
frame.c:3929 | x_set_frame_parameters frame.c:2871 | x_set_font
frame.c:3226 | font_open_by_name font.c:3324 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x101623890  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2348 | Fload lread.c:1256
| call4 eval.c:2804 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fmessage editfns.c:3381 | message3 xdisp.c:9402 | message3_nolog
xdisp.c:9465 | echo_area_display xdisp.c:9959 | with_echo_area_buffer
xdisp.c:9785 | display_echo_area_1 xdisp.c:9992 | resize_mini_window
xdisp.c:10106 | init_iterator xdisp.c:2575 | recompute_basic_faces
xfaces.c:839 | realize_basic_faces xfaces.c:5290 | realize_named_face
xfaces.c:5474 | realize_face xfaces.c:5608 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10167ae00  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2348 | Fload lread.c:1256
| call4 eval.c:2804 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fmessage editfns.c:3381 | message3 xdisp.c:9402 | message3_nolog
xdisp.c:9465 | echo_area_display xdisp.c:9959 | with_echo_area_buffer
xdisp.c:9785 | display_echo_area_1 xdisp.c:9992 | resize_mini_window
xdisp.c:10106 | init_iterator xdisp.c:2575 | recompute_basic_faces
xfaces.c:839 | realize_basic_faces xfaces.c:5290 | realize_named_face
xfaces.c:5474 | realize_face xfaces.c:5608 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x101680db0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2348 | Fload lread.c:1256
| call4 eval.c:2804 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fmessage editfns.c:3381 | message3 xdisp.c:9402 | message3_nolog
xdisp.c:9465 | echo_area_display xdisp.c:10563 | redisplay_mode_lines
| display_mode_lines xdisp.c:19798 | display_mode_line xdisp.c:19857 |
display_mode_element xdisp.c:20339 | display_mode_element
xdisp.c:20339 | display_mode_element xdisp.c:20167 | display_string
xdisp.c:21409 | face_at_string_position xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x101680df0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2348 | Fload lread.c:1256
| call4 eval.c:2804 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fmessage editfns.c:3381 | message3 xdisp.c:9402 | message3_nolog
xdisp.c:9465 | echo_area_display xdisp.c:10563 | redisplay_mode_lines
| display_mode_lines xdisp.c:19798 | display_mode_line xdisp.c:19857 |
display_mode_element xdisp.c:20339 | display_mode_element
xdisp.c:20339 | display_mode_element xdisp.c:20167 | display_string
xdisp.c:21409 | face_at_string_position xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:134 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x102001100  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2986 | Fx_create_frame nsfns.m:1266 | x_default_parameter
frame.c:3929 | x_set_frame_parameters frame.c:2871 | x_set_font
frame.c:3226 | font_open_by_name font.c:3324 | font_load_for_lface
font.c:3261 | font_find_for_lface font.c:3198 | font_list_entities
font.c:2728 | ns_findfonts nsfont.m:511 | ns_spec_to_descriptor
nsfont.m:134 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10202f1d0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2340 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3261 | font_find_for_lface
font.c:3198 | font_list_entities font.c:2728 | ns_findfonts
nsfont.m:511 | ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10202f210  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2340 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3261 | font_find_for_lface
font.c:3198 | font_list_entities font.c:2728 | ns_findfonts
nsfont.m:511 | ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10202faf0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2340 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10202fb30  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2340 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:134 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1020305c0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2340 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fdisplay_supports_face_attributes_p xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1020548a0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:807 | unbind_to
eval.c:3418 | Fprogn eval.c:359 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 | do_switch_frame
frame.c:831 | resize_mini_window xdisp.c:10106 | init_iterator
xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3261 |
font_find_for_lface font.c:3198 | font_list_entities font.c:2728 |
ns_findfonts nsfont.m:511 | ns_spec_to_descriptor nsfont.m:130 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1020548e0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:807 | unbind_to
eval.c:3418 | Fprogn eval.c:359 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 | do_switch_frame
frame.c:831 | resize_mini_window xdisp.c:10106 | init_iterator
xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3261 |
font_find_for_lface font.c:3198 | font_list_entities font.c:2728 |
ns_findfonts nsfont.m:511 | ns_spec_to_descriptor nsfont.m:134 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1020550d0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:807 | unbind_to
eval.c:3418 | Fprogn eval.c:359 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 | do_switch_frame
frame.c:831 | resize_mini_window xdisp.c:10106 | init_iterator
xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x102055110  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:807 | unbind_to
eval.c:3418 | Fprogn eval.c:359 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 | do_switch_frame
frame.c:831 | resize_mini_window xdisp.c:10106 | init_iterator
xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1050381a0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10826 |
init_iterator xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10505fe20  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10826 |
init_iterator xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3261 |
font_find_for_lface font.c:3198 | font_list_entities font.c:2728 |
ns_findfonts nsfont.m:511 | ns_spec_to_descriptor nsfont.m:134 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10506bdd0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1139 | internal_catch eval.c:1256 | command_loop_2
keyboard.c:1160 | internal_condition_case eval.c:1500 | command_loop_1
keyboard.c:1448 | read_key_sequence | read_char keyboard.c:2444 |
redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13569 |
internal_condition_case_1 eval.c:1538 | redisplay_window_0
xdisp.c:13602 | redisplay_window xdisp.c:15479 | try_window
xdisp.c:15954 | display_line xdisp.c:18921 | get_next_display_element
xdisp.c:6388 | next_element_from_buffer xdisp.c:7659 | handle_stop
xdisp.c:3098 | handle_face_prop xdisp.c:3601 | face_at_buffer_position
xfaces.c:4501 | realize_face xfaces.c:5608 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10506fcb0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10826 |
init_iterator xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x105085930  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1139 | internal_catch eval.c:1256 | command_loop_2
keyboard.c:1160 | internal_condition_case eval.c:1500 | command_loop_1
keyboard.c:1448 | read_key_sequence | read_char keyboard.c:2444 |
redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13569 |
internal_condition_case_1 eval.c:1538 | redisplay_window_0
xdisp.c:13602 | redisplay_window xdisp.c:15479 | try_window
xdisp.c:15954 | display_line xdisp.c:18921 | get_next_display_element
xdisp.c:6388 | next_element_from_buffer xdisp.c:7659 | handle_stop
xdisp.c:3098 | handle_face_prop xdisp.c:3601 | face_at_buffer_position
xfaces.c:4501 | realize_face xfaces.c:5608 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x105088b30  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10826 |
init_iterator xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3261 |
font_find_for_lface font.c:3198 | font_list_entities font.c:2728 |
ns_findfonts nsfont.m:511 | ns_spec_to_descriptor nsfont.m:130 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x105088cf0  size=64  zone: DefaultMallocZone_0x100a63000
NSImage  ObjC  AppKit
        0x792a9870 0x00007fff 0x00000000 0x00000000     p.*y............
        0x00000000 0x40400000 0x00000000 0x40400000     ......@@......@@
        0x00000189 0x00000000 0x05088de0 0x00000001     ................
        0x05088d90 0x00000001 0x00000000 0x00000000     ................
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 | Fx_create_frame
nsfns.m:1351 | x_default_parameter frame.c:3929 |
x_set_frame_parameters frame.c:2920 | ns_implicitly_set_icon_type
nsfns.m:827 | -[NSWorkspace iconForFileType:] | _objc_rootAlloc |
+[NSObject allocWithZone:] | class_createInstance | calloc |
malloc_zone_calloc
Leak: 0x10508a100  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3261 | font_find_for_lface
font.c:3198 | font_list_entities font.c:2728 | ns_findfonts
nsfont.m:511 | ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10508a140  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3261 | font_find_for_lface
font.c:3198 | font_list_entities font.c:2728 | ns_findfonts
nsfont.m:511 | ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10508a970  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10508a9b0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Finternal_merge_in_global_face xfaces.c:3823 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:134 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10508b890  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fdisplay_supports_face_attributes_p xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10508b8d0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fdisplay_supports_face_attributes_p xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:134 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10509ad00  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2997 | Finternal_set_lisp_face_attribute xfaces.c:3154 |
font_load_for_lface font.c:3261 | font_find_for_lface font.c:3198 |
font_list_entities font.c:2728 | ns_findfonts nsfont.m:511 |
ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10509ad40  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2997 | Finternal_set_lisp_face_attribute xfaces.c:3154 |
font_load_for_lface font.c:3261 | font_find_for_lface font.c:3198 |
font_list_entities font.c:2728 | ns_findfonts nsfont.m:511 |
ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10509adf0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10826 |
init_iterator xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10509b5a0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2997 | Finternal_set_lisp_face_attribute xfaces.c:3154 |
font_load_for_lface font.c:3273 | font_open_entity font.c:2839 |
nsfont_open nsfont.m:675 | ns_spec_to_descriptor nsfont.m:130 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10509b5e0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2997 | Finternal_set_lisp_face_attribute xfaces.c:3154 |
font_load_for_lface font.c:3273 | font_open_entity font.c:2839 |
nsfont_open nsfont.m:675 | ns_spec_to_descriptor nsfont.m:134 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10509b690  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10826 |
init_iterator xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x10509d8b0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1139 | internal_catch eval.c:1256 | command_loop_2
keyboard.c:1160 | internal_condition_case eval.c:1500 | command_loop_1
keyboard.c:1579 | call3 eval.c:2786 | Ffuncall eval.c:2993 |
Fcall_interactively callint.c:379 | apply1 eval.c:2722 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:358 | eval_sub eval.c:2379 |
apply_lambda eval.c:3097 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2968 | Fapply eval.c:2491 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:2968 | Fapply eval.c:2491 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3002 |
Finsert_file_contents fileio.c:3239 | call6 eval.c:2843 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fapply eval.c:2491 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2997 |
Faccept_process_output process.c:3993 | wait_reading_process_output
process.c:4844 | read_process_output process.c:5209 |
internal_condition_case_1 eval.c:1538 | apply1 eval.c:2729 | Fapply
eval.c:2491 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2306 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:966 | internal_catch
eval.c:1256 | eval_sub eval.c:2348 | Fread_key_sequence_vector
keyboard.c:10202 | read_key_sequence | read_char keyboard.c:2444 |
redisplay_internal xdisp.c:12798 | prepare_menu_bars xdisp.c:10826 |
init_iterator xdisp.c:2575 | recompute_basic_faces xfaces.c:839 |
realize_basic_faces xfaces.c:5290 | realize_named_face xfaces.c:5474 |
realize_face xfaces.c:5608 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1050cf610  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1139 | internal_catch eval.c:1256 | command_loop_2
keyboard.c:1160 | internal_condition_case eval.c:1500 | command_loop_1
keyboard.c:1579 | call3 eval.c:2786 | Ffuncall eval.c:2993 |
Fcall_interactively callint.c:379 | apply1 eval.c:2722 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:358 | eval_sub eval.c:2379 |
apply_lambda eval.c:3097 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2968 | Fapply eval.c:2491 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:2968 | Fapply eval.c:2491 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3002 |
Finsert_file_contents fileio.c:3239 | call6 eval.c:2843 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fapply eval.c:2491 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2997 |
Faccept_process_output process.c:3993 | wait_reading_process_output
process.c:4844 | read_process_output process.c:5209 |
internal_condition_case_1 eval.c:1538 | apply1 eval.c:2729 | Fapply
eval.c:2491 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2306 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:966 | internal_catch
eval.c:1256 | eval_sub eval.c:2348 | Fread_key_sequence_vector
keyboard.c:10202 | read_key_sequence | read_char keyboard.c:2444 |
redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13576 |
redisplay_windows xdisp.c:13569 | internal_condition_case_1
eval.c:1538 | redisplay_window_0 xdisp.c:13602 | redisplay_window
xdisp.c:15657 | move_it_vertically_backward xdisp.c:8784 | move_it_to
xdisp.c:8622 | move_it_in_display_line_to xdisp.c:8028 |
get_next_display_element xdisp.c:6388 | next_element_from_buffer
xdisp.c:7659 | handle_stop xdisp.c:3098 | handle_face_prop
xdisp.c:3601 | face_at_buffer_position xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:134 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1050eaee0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13576 |
redisplay_windows xdisp.c:13569 | internal_condition_case_1
eval.c:1538 | redisplay_window_0 xdisp.c:13602 | redisplay_window
xdisp.c:15479 | try_window xdisp.c:15954 | display_line xdisp.c:18921
| get_next_display_element xdisp.c:6388 | next_element_from_buffer
xdisp.c:7659 | handle_stop xdisp.c:3098 | handle_face_prop
xdisp.c:3601 | face_at_buffer_position xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1050eaf20  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13576 |
redisplay_windows xdisp.c:13569 | internal_condition_case_1
eval.c:1538 | redisplay_window_0 xdisp.c:13602 | redisplay_window
xdisp.c:15479 | try_window xdisp.c:15954 | display_line xdisp.c:18921
| get_next_display_element xdisp.c:6388 | next_element_from_buffer
xdisp.c:7659 | handle_stop xdisp.c:3098 | handle_face_prop
xdisp.c:3601 | face_at_buffer_position xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:134 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1050ec470  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1139 | internal_catch eval.c:1256 | command_loop_2
keyboard.c:1160 | internal_condition_case eval.c:1500 | command_loop_1
keyboard.c:1579 | call3 eval.c:2786 | Ffuncall eval.c:2993 |
Fcall_interactively callint.c:379 | apply1 eval.c:2722 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:358 | eval_sub eval.c:2379 |
apply_lambda eval.c:3097 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:966 | internal_catch eval.c:1256 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:2968 | Fapply eval.c:2491 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:2968 | Fapply eval.c:2491 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3002 |
Finsert_file_contents fileio.c:3239 | call6 eval.c:2843 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2968 |
Fapply eval.c:2491 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2997 |
Faccept_process_output process.c:3993 | wait_reading_process_output
process.c:4844 | read_process_output process.c:5209 |
internal_condition_case_1 eval.c:1538 | apply1 eval.c:2729 | Fapply
eval.c:2491 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2306 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:981 |
internal_lisp_condition_case eval.c:1454 | eval_sub eval.c:2340 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:966 | internal_catch
eval.c:1256 | eval_sub eval.c:2348 | Fread_key_sequence_vector
keyboard.c:10202 | read_key_sequence | read_char keyboard.c:2444 |
redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13576 |
redisplay_windows xdisp.c:13569 | internal_condition_case_1
eval.c:1538 | redisplay_window_0 xdisp.c:13602 | redisplay_window
xdisp.c:15657 | move_it_vertically_backward xdisp.c:8784 | move_it_to
xdisp.c:8622 | move_it_in_display_line_to xdisp.c:8028 |
get_next_display_element xdisp.c:6388 | next_element_from_buffer
xdisp.c:7659 | handle_stop xdisp.c:3098 | handle_face_prop
xdisp.c:3601 | face_at_buffer_position xfaces.c:4501 | realize_face
xfaces.c:5608 | font_load_for_lface font.c:3273 | font_open_entity
font.c:2839 | nsfont_open nsfont.m:675 | ns_spec_to_descriptor
nsfont.m:130 | +[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1050f8350  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1139 | internal_catch eval.c:1256 | command_loop_2
keyboard.c:1160 | internal_condition_case eval.c:1500 | command_loop_1
keyboard.c:1448 | read_key_sequence | read_char keyboard.c:2444 |
redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13569 |
internal_condition_case_1 eval.c:1538 | redisplay_window_0
xdisp.c:13602 | redisplay_window xdisp.c:15479 | try_window
xdisp.c:15954 | display_line xdisp.c:18921 | get_next_display_element
xdisp.c:6388 | next_element_from_buffer xdisp.c:7659 | handle_stop
xdisp.c:3098 | handle_face_prop xdisp.c:3601 | face_at_buffer_position
xfaces.c:4501 | realize_face xfaces.c:5608 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1052cb860  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13576 |
redisplay_windows xdisp.c:13569 | internal_condition_case_1
eval.c:1538 | redisplay_window_0 xdisp.c:13602 | redisplay_window
xdisp.c:15796 | display_mode_lines xdisp.c:19798 | display_mode_line
xdisp.c:19857 | display_mode_element xdisp.c:20339 |
display_mode_element xdisp.c:20339 | display_mode_element
xdisp.c:20167 | display_string xdisp.c:21409 | face_at_string_position
xfaces.c:4501 | realize_face xfaces.c:5608 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1052e1f90  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 1
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13576 |
redisplay_windows xdisp.c:13569 | internal_condition_case_1
eval.c:1538 | redisplay_window_0 xdisp.c:13602 | redisplay_window
xdisp.c:15796 | display_mode_lines xdisp.c:19798 | display_mode_line
xdisp.c:19857 | display_mode_element xdisp.c:20339 |
display_mode_element xdisp.c:20339 | display_mode_element
xdisp.c:20167 | display_string xdisp.c:21409 | face_at_string_position
xfaces.c:4501 | realize_face xfaces.c:5608 | font_load_for_lface
font.c:3273 | font_open_entity font.c:2839 | nsfont_open nsfont.m:675
| ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1074d2960  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 | Fx_create_frame
nsfns.m:1266 | x_default_parameter frame.c:3929 |
x_set_frame_parameters frame.c:2871 | x_set_font frame.c:3226 |
font_open_by_name font.c:3324 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:130 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1074f5c70  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 | Fx_create_frame
nsfns.m:1266 | x_default_parameter frame.c:3929 |
x_set_frame_parameters frame.c:2871 | x_set_font frame.c:3226 |
font_open_by_name font.c:3324 | font_load_for_lface font.c:3273 |
font_open_entity font.c:2839 | nsfont_open nsfont.m:675 |
ns_spec_to_descriptor nsfont.m:134 | +[NSObject new] |
-[__NSPlaceholderDictionary init] | -[__NSPlaceholderDictionary
initWithCapacity:] | CFDictionaryCreateMutable |
__CFDictionaryCreateGeneric | CFBasicHashCreate |
_CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x107562fc0  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 | Fx_create_frame
nsfns.m:1266 | x_default_parameter frame.c:3929 |
x_set_frame_parameters frame.c:2871 | x_set_font frame.c:3226 |
font_open_by_name font.c:3324 | font_load_for_lface font.c:3261 |
font_find_for_lface font.c:3198 | font_list_entities font.c:2728 |
ns_findfonts nsfont.m:511 | ns_spec_to_descriptor nsfont.m:130 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1075b0f70  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 | Fx_create_frame
nsfns.m:1266 | x_default_parameter frame.c:3929 |
x_set_frame_parameters frame.c:2871 | x_set_font frame.c:3226 |
font_open_by_name font.c:3324 | font_load_for_lface font.c:3261 |
font_find_for_lface font.c:3198 | font_list_entities font.c:2728 |
ns_findfonts nsfont.m:511 | ns_spec_to_descriptor nsfont.m:134 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc
Leak: 0x1075e0540  size=64  zone: DefaultMallocZone_0x100a63000
__NSCFDictionary  ObjC  CoreFoundation  item count: 0
        Call stack: [thread 0x7fff782d9960]: | 0x1 | start | main
emacs.c:1709 | Frecursive_edit keyboard.c:822 | recursive_edit_1
keyboard.c:1138 | internal_catch eval.c:1256 | top_level_1
keyboard.c:1176 | internal_condition_case eval.c:1500 | Feval
eval.c:2188 | eval_sub eval.c:2379 | apply_lambda eval.c:3097 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | exec_byte_code
bytecode.c:981 | internal_lisp_condition_case eval.c:1454 | eval_sub
eval.c:2306 | Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 |
Ffuncall eval.c:3035 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3002 | Fload lread.c:1256 | call4 eval.c:2804 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3002 | Feval_buffer lread.c:1901 |
readevalloop lread.c:1838 | eval_sub eval.c:2379 | apply_lambda
eval.c:3097 | funcall_lambda eval.c:358 | eval_sub eval.c:2282 |
eval_sub eval.c:2282 | Fprogn eval.c:359 | eval_sub eval.c:2282 |
eval_sub eval.c:2379 | apply_lambda eval.c:3097 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 |
funcall_lambda eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall
eval.c:3035 | funcall_lambda eval.c:3217 | exec_byte_code
bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda eval.c:3217 |
exec_byte_code bytecode.c:785 | Ffuncall eval.c:3035 | funcall_lambda
eval.c:3217 | exec_byte_code bytecode.c:785 | Ffuncall eval.c:2986 |
Fredisplay dispnew.c:6085 | redisplay_preserve_echo_area xdisp.c:13410
| redisplay_internal xdisp.c:13162 | redisplay_windows xdisp.c:13569 |
internal_condition_case_1 eval.c:1538 | redisplay_window_0
xdisp.c:13602 | redisplay_window xdisp.c:15796 | display_mode_lines
xdisp.c:19798 | display_mode_line xdisp.c:19857 | display_mode_element
xdisp.c:20339 | display_mode_element xdisp.c:20339 |
display_mode_element xdisp.c:20167 | display_string xdisp.c:21409 |
face_at_string_position xfaces.c:4501 | realize_face xfaces.c:5608 |
font_load_for_lface font.c:3273 | font_open_entity font.c:2839 |
nsfont_open nsfont.m:675 | ns_spec_to_descriptor nsfont.m:130 |
+[NSObject new] | -[__NSPlaceholderDictionary init] |
-[__NSPlaceholderDictionary initWithCapacity:] |
CFDictionaryCreateMutable | __CFDictionaryCreateGeneric |
CFBasicHashCreate | _CFRuntimeCreateInstance | malloc_zone_malloc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]