From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Pankaj Jangid Newsgroups: gmane.emacs.devel Subject: Re: Emacs not starting due to gsettings changes. Date: Sat, 14 May 2022 11:17:41 +0530 Message-ID: <87czgg4qde.fsf@codeisgreat.org> References: <87o8012oat.fsf@codeisgreat.org> <87a6blszfq.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36144"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:GjM/t29i4u+EQpwG0Yq4ubJTgbI= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 14 07:49:58 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1npkf8-0009Bd-Kp for ged-emacs-devel@m.gmane-mx.org; Sat, 14 May 2022 07:49:58 +0200 Original-Received: from localhost ([::1]:43154 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npkf7-0001ho-1P for ged-emacs-devel@m.gmane-mx.org; Sat, 14 May 2022 01:49:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npkd7-0000z6-Qw for emacs-devel@gnu.org; Sat, 14 May 2022 01:47:53 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:50714) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npkd5-0002MN-Uh for emacs-devel@gnu.org; Sat, 14 May 2022 01:47:53 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1npkd4-0006hd-4y for emacs-devel@gnu.org; Sat, 14 May 2022 07:47:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:289767 Archived-At: --=-=-= Content-Type: text/plain Po Lu writes: > Pankaj Jangid writes: > >> Probably due to this commit - 526e9758de7d163ce3b25fde69a4e122ce9c3742 >> >> Emacs is producing below error. I am running it on Debian stable. > > Show a backtrace from gdb, please. Thanks. I am using PGTK build. Here is the stacktrace from master. --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=gdb.txt #0 0x00007ffff715dca7 in g_log_structured_array () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x00007ffff715e0b5 in g_log_default_handler () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007ffff715e309 in g_logv () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007ffff715e59f in g_log () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #4 0x00007ffff73824e9 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0 #5 0x00007ffff7382b5c in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0 #6 0x00007ffff7386cf5 in g_settings_get_value () at /lib/x86_64-linux-gnu/libgio-2.0.so.0 #7 0x000055555586a06e in apply_gsettings_font_antialias (settings=0x555555f40ba0) at xsettings.c:275 #8 0x000055555586a6fe in init_gsettings () at xsettings.c:1030 #9 0x000055555586a758 in xsettings_initialize (dpyinfo=0x555555fb34f0) at xsettings.c:1133 #10 0x0000555555863ff3 in pgtk_term_init (display_name=0x7ffff1b030b4, resource_name=0x555555dc42d0 "emacs") at pgtkterm.c:6511 #11 0x000055555584c991 in Fx_open_connection (display=0x7ffff1b030b4, resource_string=0x0, must_succeed=0x0) at pgtkfns.c:2176 #12 0x00005555557878f5 in funcall_subr (subr=0x555555c5ea80 , numargs=3, args=0x7ffff13cf1d0) at eval.c:2957 #13 0x00005555557d7fbd in exec_byte_code (fun=0x7ffff1e21525, args_template=514, nargs=2, args=0x7ffff13cf278) at bytecode.c:809 #14 0x0000555555787bad in fetch_and_exec_byte_code (fun=0x7ffff1c4045d, args_template=256, nargs=0, args=0x7ffff13cf150) at eval.c:3002 #15 0x0000555555787f21 in funcall_lambda (fun=0x7ffff1c4045d, nargs=0, arg_vector=0x7ffff13cf150) at eval.c:3074 #16 0x0000555555787496 in funcall_general (fun=0x7ffff1c4045d, numargs=0, args=0x7ffff13cf150) at eval.c:2865 #17 0x00005555557876f2 in Ffuncall (nargs=1, args=0x7ffff13cf148) at eval.c:2915 #18 0x000055555578683e in Fapply (nargs=2, args=0x7ffff13cf148) at eval.c:2539 #19 0x0000555555787ad9 in funcall_subr (subr=0x555555c58000 , numargs=2, args=0x7ffff13cf148) at eval.c:2980 #20 0x00005555557d7fbd in exec_byte_code (fun=0x7ffff1ece1ed, args_template=770, nargs=3, args=0x7ffff13cf3c0) at bytecode.c:809 #21 0x0000555555787bad in fetch_and_exec_byte_code (fun=0x7ffff1c73ab5, args_template=0, nargs=0, args=0x7fffffffd8c0) at eval.c:3002 #22 0x0000555555787f21 in funcall_lambda (fun=0x7ffff1c73ab5, nargs=0, arg_vector=0x7fffffffd8c0) at eval.c:3074 #23 0x0000555555787d3f in apply_lambda (fun=0x7ffff1c73ab5, args=0x0, count=...) at eval.c:3024 #24 0x0000555555786437 in eval_sub (form=0x7ffff221dcf3) at eval.c:2465 #25 0x0000555555785a1f in Feval (form=0x7ffff221dcf3, lexical=0x0) at eval.c:2276 #26 0x00005555556c6324 in top_level_2 () at keyboard.c:1149 #27 0x0000555555783cdf in internal_condition_case (bfun=0x5555556c6301 , handlers=0x90, hfun=0x5555556c5c4f ) at eval.c:1450 #28 0x00005555556c636c in top_level_1 (ignore=0x0) at keyboard.c:1157 #29 0x00005555557833cc in internal_catch (tag=0xf390, func=0x5555556c6326 , arg=0x0) at eval.c:1180 #30 0x00005555556c6245 in command_loop () at keyboard.c:1117 #31 0x00005555556c57fa in recursive_edit_1 () at keyboard.c:727 #32 0x00005555556c59a3 in Frecursive_edit () at keyboard.c:810 #33 0x00005555556c1e90 in main (argc=2, argv=0x7fffffffde48) at emacs.c:2470 quit --=-=-=--