all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Keith David Bershatsky <esq@lawlist.com>
To: Alan Third <alan@idiocy.org>
Cc: "Po Lu" <luangruo@yahoo.com>,
	"Mattias Engdegård" <mattiase@acm.org>,
	"Paul Eggert" <eggert@cs.ucla.edu>,
	emacs-devel@gnu.org
Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat'
Date: Thu, 21 Apr 2022 15:40:05 -0700	[thread overview]
Message-ID: <m2sfq66oxm.wl%esq@lawlist.com> (raw)

Here is the new backtrace with the latest revision:

(gdb) run
Starting program: /Users/HOME/Desktop/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs 
2022-04-21 15:34:00.634 Emacs[15214:60f] *** __NSAutoreleaseNoPool(): Object 0x100918460 of class NSPathStore2 autoreleased with no pool in place - just leaking
2022-04-21 15:34:00.637 Emacs[15214:60f] *** __NSAutoreleaseNoPool(): Object 0x10091c290 of class NSPathStore2 autoreleased with no pool in place - just leaking
2022-04-21 15:34:00.638 Emacs[15214:60f] *** __NSAutoreleaseNoPool(): Object 0x1009185f0 of class NSCFString autoreleased with no pool in place - just leaking
2022-04-21 15:34:00.638 Emacs[15214:60f] *** __NSAutoreleaseNoPool(): Object 0x10091cc40 of class NSCFArray autoreleased with no pool in place - just leaking
2022-04-21 15:34:00.638 Emacs[15214:60f] *** __NSAutoreleaseNoPool(): Object 0x10091cd30 of class NSPathStore2 autoreleased with no pool in place - just leaking
2022-04-21 15:34:00.638 Emacs[15214:60f] *** __NSAutoreleaseNoPool(): Object 0x10091ce90 of class NSCFData autoreleased with no pool in place - just leaking
[New Thread 0x1903 of process 15214]
[New Thread 0x1a03 of process 15214]
[New Thread 0x1b03 of process 15214]
[New Thread 0x1c03 of process 15214]
[New Thread 0x1d03 of process 15214]
2022-04-21 15:34:01.497 Emacs[15214:60f] An uncaught exception was raised
2022-04-21 15:34:01.498 Emacs[15214:60f] *** -getRed:green:blue:alpha: not defined for the NSColor NSCustomColorSpace Generic RGB colorspace 0 0 0 1; need to first convert colorspace.
2022-04-21 15:34:01.500 Emacs[15214:60f] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -getRed:green:blue:alpha: not defined for the NSColor NSCustomColorSpace Generic RGB colorspace 0 0 0 1; need to first convert colorspace.'
*** Call stack at first throw:
(
	0   CoreFoundation                      0x00007fff899577b4 __exceptionPreprocess + 180
	1   libobjc.A.dylib                     0x00007fff8012bf03 objc_exception_throw + 45
	2   CoreFoundation                      0x00007fff899575d7 +[NSException raise:format:arguments:] + 103
	3   CoreFoundation                      0x00007fff89957564 +[NSException raise:format:] + 148
	4   Emacs                               0x000000010021c885 ns_query_color + 85
	5   Emacs                               0x000000010022384c ns_defined_color + 76
	6   Emacs                               0x00000001002185c3 xpm_load_image + 2019
	7   Emacs                               0x0000000100218acf xpm_load + 127
	8   Emacs                               0x0000000100219f37 lookup_image + 695
	9   Emacs                               0x000000010021a961 Fimage_mask_p + 49
	10  Emacs                               0x000000010018c534 funcall_subr + 468
	11  Emacs                               0x00000001001d985d exec_byte_code + 11085
	12  Emacs                               0x000000010018a9b4 Ffuncall + 324
	13  Emacs                               0x00000001001947c9 mapcar1 + 425
	14  Emacs                               0x0000000100196b93 Fmapcar + 211
	15  Emacs                               0x000000010018c534 funcall_subr + 468
	16  Emacs                               0x00000001001d985d exec_byte_code + 11085
	17  Emacs                               0x000000010018f396 apply_lambda + 262
	18  Emacs                               0x0000000100189479 eval_sub + 1481
	19  Emacs                               0x000000010018f00d Feval + 61
	20  Emacs                               0x0000000100186537 internal_condition_case_1 + 103
	21  Emacs                               0x00000001000edd62 menu_item_eval_property + 82
	22  Emacs                               0x000000010010cea9 get_keyelt + 377
	23  Emacs                               0x000000010010e078 access_keymap_1 + 1800
	24  Emacs                               0x000000010010e923 access_keymap + 19
	25  Emacs                               0x00000001000f102e tool_bar_items + 478
	26  Emacs                               0x0000000100022dfc update_tool_bar + 236
	27  Emacs                               0x0000000100061474 redisplay_internal + 4404
	28  Emacs                               0x000000010010050a read_char + 4314
	29  Emacs                               0x000000010010462f read_key_sequence + 1055
	30  Emacs                               0x0000000100106557 command_loop_1 + 695
	31  Emacs                               0x00000001001865c3 internal_condition_case + 99
	32  Emacs                               0x00000001000efa66 command_loop_2 + 38
	33  Emacs                               0x0000000100186647 internal_catch + 87
	34  Emacs                               0x00000001000ef95a command_loop + 202
	35  Emacs                               0x00000001000f3e66 recursive_edit_1 + 182
	36  Emacs                               0x00000001000f4044 Frecursive_edit + 244
	37  Emacs                               0x00000001000eb515 main + 4805
	38  Emacs                               0x0000000100001534 start + 52
	39  ???                                 0x0000000000000001 0x0 + 1
)
terminate called after throwing an instance of 'NSException'

Program received signal SIGABRT, Aborted.
0x00007fff8a6120b6 in t.2065 () from /usr/lib/libSystem.B.dylib
(gdb) bt
#0  0x00007fff8a6120b6 in t.2065 () from /usr/lib/libSystem.B.dylib
#1  0x00007fff8a6b29f6 in t.2066 () from /usr/lib/libSystem.B.dylib
#2  0x00007fff838465d2 in ?? () from /usr/lib/libstdc++.6.dylib
#3  0x00007fff8012fb39 in ?? () from /usr/lib/libobjc.A.dylib
#4  0x00007fff83844ae1 in ?? () from /usr/lib/libstdc++.6.dylib
#5  0x00007fff83844b16 in ?? () from /usr/lib/libstdc++.6.dylib
#6  0x00007fff83844bfc in ?? () from /usr/lib/libstdc++.6.dylib
#7  0x00007fff8012bfa2 in ?? () from /usr/lib/libobjc.A.dylib
#8  0x00007fff899575d7 in +[NSException raise:format:arguments:] ()
   from /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
#9  0x00007fff89957564 in +[NSException raise:format:] ()
   from /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
#10 0x000000010021c885 in ns_query_color (col=0x104dacaf0, 
    color_def=0x7fff5fbfb7f0) at nsterm.m:2125
#11 0x000000010022384c in ns_defined_color (f=<optimized out>, 
    name=<optimized out>, color_def=0x7fff5fbfb7f0, alloc=<optimized out>, 
    _makeIndex=<optimized out>) at nsterm.m:2154
#12 0x00000001002185c3 in xpm_load_image (f=0x10387aa30, img=0x104da4970, 
    contents=<optimized out>, end=0x105030103 '\377' <repeats 37 times>)
    at image.c:5465
#13 0x0000000100218acf in xpm_load (f=0x10387aa30, img=0x104da4970)
    at image.c:5574
#14 0x0000000100219f37 in lookup_image (f=0x10387aa30, spec=XIL(0x1038dc033), 
    face_id=<optimized out>) at image.c:2703
#15 0x000000010021a961 in Fimage_mask_p (spec=XIL(0x1038dc033), 
    frame=<optimized out>) at image.c:1279
#16 0x000000010018c534 in funcall_subr (subr=0x10067e660, numargs=1, 
    args=0x7fff5fbfb448) at eval.c:2913
#17 0x00000001001d985d in exec_byte_code (fun=make_fixnum(3803), 
    args_template=6, nargs=0, args=0x7fff5fbfb448) at bytecode.c:809
#18 0x000000010018a9b4 in Ffuncall (nargs=<optimized out>, args=0x7fff5fbfbf30)
    at eval.c:2873
#19 0x00000001001947c9 in call1 (arg1=XIL(0), fn=<optimized out>)
    at lisp.h:3218
#20 mapcar1 (leni=14, vals=0x7fff5fbfbfb0, fn=XIL(0x102acf575), 
    seq=XIL(0x7fff5fbfb448)) at fns.c:2798
#21 0x0000000100196b93 in Fmapcar (function=XIL(0x102acf575), 
    sequence=XIL(0x1026042bb)) at fns.c:2858
#22 0x000000010018c534 in funcall_subr (subr=0x10067a2e0, numargs=2, 
    args=0x7fff5fbfb448) at eval.c:2913
#23 0x00000001001d985d in exec_byte_code (fun=make_fixnum(3803), 
    args_template=6, nargs=0, args=0x7fff5fbfb448) at bytecode.c:809
#24 0x000000010018f396 in apply_lambda (fun=XIL(0x102acf46d), 
    args=XIL(0x1038dc793), count=...) at eval.c:2982
#25 0x0000000100189479 in eval_sub (form=<optimized out>) at eval.c:2472
#26 0x000000010018f00d in Feval (form=XIL(0x1038dc7b3), 
    lexical=<optimized out>) at eval.c:2240
#27 0x0000000100186537 in internal_condition_case_1 (
    bfun=0x1000ef410 <eval_dyn>, arg=XIL(0x1038dc7b3), 
    handlers=<optimized out>, hfun=0x1000efb10 <menu_item_eval_property_1>)
    at eval.c:1474
#28 0x00000001000edd62 in menu_item_eval_property (sexpr=XIL(0x1038dc7b3))
    at keyboard.c:8021
#29 0x000000010010cea9 in get_keyelt (object=<optimized out>, autoload=true)
    at keymap.c:713
#30 0x000000010010e078 in access_keymap_1 (map=<optimized out>, 
    idx=XIL(0xdf50), t_ok=true, noinherit=false, autoload=<optimized out>)
---Type <return> to continue, or q <return> to quit---
    at keymap.c:465
#31 0x000000010010e923 in access_keymap (map=make_fixnum(3803), 
    idx=make_fixnum(1), t_ok=false, noinherit=72, autoload=96) at keymap.c:498
#32 0x00000001000f102e in tool_bar_items (reuse=<optimized out>, 
    nitems=0x7fff5fbfc58c) at keyboard.c:8803
#33 0x0000000100022dfc in update_tool_bar (f=0x10387aa30, 
    save_match_data=<optimized out>) at xdisp.c:14537
#34 0x0000000100061474 in prepare_menu_bars () at xdisp.c:13350
#35 redisplay_internal () at xdisp.c:16202
#36 0x000000010010050a in read_char (commandflag=1, map=XIL(0x1038dcf43), 
    prev_event=XIL(0), used_mouse_menu=0x7fff5fbff2ef, end_time=0x0)
    at keyboard.c:2592
#37 0x000000010010462f in read_key_sequence (keybuf=0x7fff5fbff3a0, 
    prompt=XIL(0), dont_downcase_last=false, can_return_switch_frame=true, 
    fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:9932
#38 0x0000000100106557 in command_loop_1 () at keyboard.c:1401
#39 0x00000001001865c3 in internal_condition_case (
    bfun=0x1001062a0 <command_loop_1>, handlers=<optimized out>, 
    hfun=0x1000f07d0 <cmd_error>) at eval.c:1450
#40 0x00000001000efa66 in command_loop_2 (handlers=XIL(0x90))
    at keyboard.c:1142
#41 0x0000000100186647 in internal_catch (tag=<optimized out>, 
    func=0x1000efa40 <command_loop_2>, arg=XIL(0x90)) at eval.c:1180
#42 0x00000001000ef95a in command_loop () at keyboard.c:1120
#43 0x00000001000f3e66 in recursive_edit_1 () at keyboard.c:729
#44 0x00000001000f4044 in Frecursive_edit () at keyboard.c:812
#45 0x00000001000eb515 in main (argc=1, argv=0x7fff5fbff960) at emacs.c:2474
[New Thread 0x1e03 of process 15214]

Lisp Backtrace:
Cannot access memory at address 0x74b78
(gdb) 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

> Date: [04-21-2022 15:22:08] <21 Apr 2022 23:22:08 +0100>
> From: Alan Third <alan@idiocy.org>
> To: Keith David Bershatsky <esq@lawlist.com>
> Cc: emacs-devel@gnu.org, Po Lu <luangruo@yahoo.com>, Mattias Engdegård <mattiase@acm.org>, Paul Eggert <eggert@cs.ucla.edu>
> Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat'
> 
> * * *
> 
>   [[((NSColor *)col) colorUsingColorSpace:[NSColorSpace genericRGBColorSpace]]
>     getRed: &r green: &g blue: &b alpha: &a];
> 
> --
> Alan Third



             reply	other threads:[~2022-04-21 22:40 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-21 22:40 Keith David Bershatsky [this message]
2022-04-21 22:44 ` Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat' Alan Third
  -- strict thread matches above, loose matches on Subject: below --
2022-04-26  2:56 Keith David Bershatsky
2022-04-26  3:14 ` Po Lu
2022-04-25  5:17 Keith David Bershatsky
2022-04-25  5:43 ` Po Lu
2022-04-25  9:56   ` Alan Third
2022-04-25 10:30     ` Po Lu
2022-04-25 18:07       ` Alan Third
2022-04-26  0:10         ` Po Lu
2022-04-25  3:46 Keith David Bershatsky
2022-04-25  4:13 ` Po Lu
2022-04-25  1:49 Keith David Bershatsky
2022-04-25  3:09 ` Po Lu
2022-04-25  1:35 Keith David Bershatsky
2022-04-25 18:08 ` Alan Third
2022-04-24 17:02 Keith David Bershatsky
2022-04-24 19:22 ` Alan Third
2022-04-24  0:08 Keith David Bershatsky
2022-04-24  9:03 ` Alan Third
2022-04-23  4:33 Keith David Bershatsky
2022-04-23 22:04 ` Alan Third
2022-04-22 21:29 Keith David Bershatsky
2022-04-23 22:13 ` Alan Third
2022-04-22 21:23 Keith David Bershatsky
2022-04-21 20:51 Keith David Bershatsky
2022-04-21 22:22 ` Alan Third
2022-04-21 17:52 Keith David Bershatsky
2022-04-21 19:21 ` Alan Third
2022-04-21  2:22 Keith David Bershatsky
2022-04-21  0:51 Keith David Bershatsky
2022-04-21  2:05 ` Po Lu
2022-04-21  5:09 ` Alan Third
2022-04-20 13:55 Keith David Bershatsky
2022-04-20 16:48 ` Alan Third
2022-04-19  4:36 Keith David Bershatsky
2022-04-19  4:38 ` Po Lu
2022-04-19  1:24 Keith David Bershatsky
2022-04-19  2:35 ` Po Lu
2022-04-19  4:19   ` Alan Third
2022-04-19  4:24     ` Po Lu
2022-04-19  6:04     ` Eli Zaretskii
2022-04-20  1:23     ` Po Lu
2022-04-20  8:07       ` Alan Third
2022-04-19  2:56 ` Paul Eggert
2022-04-18 20:43 Keith David Bershatsky
2022-04-18 19:51 Keith David Bershatsky
2022-04-18 19:54 ` Paul Eggert
2022-04-19  1:00 ` Po Lu
2022-04-18  2:24 Keith David Bershatsky
2022-04-18  2:53 ` Po Lu
2022-04-18  0:38 Keith David Bershatsky
2022-04-18  0:58 ` Paul Eggert
2022-04-18  1:39 ` Po Lu
2022-04-17 21:57 Keith David Bershatsky
2022-04-17 23:21 ` Paul Eggert
2022-04-17 18:45 Keith David Bershatsky
2022-04-17 20:37 ` Alan Third
2022-04-17 20:37 ` Paul Eggert
2022-04-15 19:11 Keith David Bershatsky
2022-04-17  9:01 ` Mattias Engdegård
2022-04-17 17:49   ` Paul Eggert
2022-04-17 19:12     ` Eli Zaretskii
2022-04-17 20:36       ` Paul Eggert
2022-04-18  4:49         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2sfq66oxm.wl%esq@lawlist.com \
    --to=esq@lawlist.com \
    --cc=alan@idiocy.org \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=mattiase@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.