From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.devel Subject: MPS: Thread 1 "emacs" received signal SIGXFSZ, File size limit exceeded Date: Tue, 02 Jul 2024 08:49:15 +0000 Message-ID: <87sews9o1g.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13657"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Gerd =?utf-8?Q?M=C3=B6llmann?= , Eli Zaretskii , eller.helmut@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 02 10:48:04 2024 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 1sOZBE-0003LN-H7 for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Jul 2024 10:48:04 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOZAw-0008HH-1G; Tue, 02 Jul 2024 04:47:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOZAt-0008Gw-M5 for emacs-devel@gnu.org; Tue, 02 Jul 2024 04:47:43 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOZAq-0003ns-GS for emacs-devel@gnu.org; Tue, 02 Jul 2024 04:47:43 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id B2360240029 for ; Tue, 2 Jul 2024 10:47:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1719910058; bh=Rw2M95ZhIU3tfGZjytd5YaUNIq1kqvepXbJfsphZVn8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=DHHHSA6WEWou2pHsl9SNHxq8pzOT/LFVYLaTHeae6K1ueK7B3u/7h7Aq/ajoPGP+F 21x8qvcdJJCvFjBt5CAIHhmHhogfFx0kAQwBUiaOm2yKaheSNILxEYMgaiSyK9QbwU RtKMObcea2nyu9/f9wALRHaLqGraw8DCiZA903CSORpf0gfkon9cgCxWXlNKIfJvmT uC5hDRuapJH5wnVPdkn3BokoXuLh4I3pt53DlXZUhNnDu4rB/85w/4SeZ6yKw0e9dG T/rrTcrUNDk5vzZStmxgPnZsgg/PR+ANvf4hdhak9KuARgYRh96WS/p0s7jtdhZBLE AiP09XYYYU1jg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WCxPQ1ZRCz6tvZ; Tue, 2 Jul 2024 10:47:38 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321109 Archived-At: I was just running my routine magit command and got the following: (the problem is limited to scratch/igc branch - Emacs master works just fine doing the same command): Thread 1 "emacs" received signal SIGXFSZ, File size limit exceeded. 0x00007ffff311f891 in pselect () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff311f891 in pselect () at /lib64/libc.so.6 #1 0x00005555557d1def in really_call_select (arg=arg@entry=0x7fffffffc3c0) at thread.c:618 #2 0x000055555572a18a in flush_stack_call_func1 (func=func@entry=0x5555557d1d82 , arg=arg@entry=0x7fffffffc3c0) at alloc.c:5676 #3 0x00005555557d29d1 in flush_stack_call_func (func=0x5555557d1d82 , arg=0x7fffffffc3c0) at /home/yantar92/Git/emacs/src/lisp.h:4574 #4 thread_select (func=, max_fds=max_fds@entry=25, rfds=rfds@entry=0x7fffffffc4f0, wfds=wfds@entry=0x7fffffffc570, efds=efds@entry=0x0, timeout=timeout@entry=0x7fffffffcb30, sigmask=0x0) at thread.c:650 #5 0x00005555557faef4 in xg_select (fds_lim=25, rfds=rfds@entry=0x7fffffffcb60, wfds=wfds@entry=0x7fffffffcbe0, efds=efds@entry=0x0, timeout=timeout@entry=0x7fffffffcb30, sigmask=sigmask@entry=0x0) at xgselect.c:205 #6 0x00005555557a8ce4 in wait_reading_process_output (time_limit=time_limit@entry=90, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=XIL(0), wait_proc=wait_proc@entry=0x0, just_wait_proc=0) at process.c:5743 #7 0x00005555555acbe1 in sit_for (timeout=timeout@entry=make_fixnum(90), reading=reading@entry=true, display_option=display_option@entry=1) at dispnew.c:6361 #8 0x00005555556d5efc in read_char (commandflag=1, map=map@entry=XIL(0x7fffa78cf74b), prev_event=XIL(0), used_mouse_menu=used_mouse_menu@entry=0x7fffffffd2fb, end_time=end_time@entry=0x0) at keyboard.c:2934 #9 0x00005555556d768a in read_key_sequence (keybuf=keybuf@entry=0x7fffffffd460, prompt=prompt@entry=XIL(0), dont_downcase_last=dont_downcase_last@entry=false, can_return_switch_frame=can_return_switch_frame@entry=true, fix_current_buffer=fix_current_buffer@entry=true, prevent_redisplay=prevent_redisplay@entry=false, disable_text_conversion_p=false) at keyboard.c:10759 #10 0x00005555556da3f3 in command_loop_1 () at keyboard.c:1440 #11 0x0000555555748c92 in internal_condition_case (bfun=bfun@entry=0x5555556d9208 , handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x5555556ca60c ) at eval.c:1629 #12 0x00005555556c5838 in command_loop_2 (handlers=handlers@entry=XIL(0x90)) at keyboard.c:1179 #13 0x0000555555748bc4 in internal_catch (tag=tag@entry=XIL(0x12360), func=func@entry=0x5555556c5811 , arg=arg@entry=XIL(0x90)) at eval.c:1308 #14 0x00005555556c57ee in command_loop () at keyboard.c:1157 #15 0x00005555556ca1c1 in recursive_edit_1 () at keyboard.c:765 #16 0x00005555556ca52e in Frecursive_edit () at keyboard.c:848 #17 0x00005555556c4aad in main (argc=1, argv=) at emacs.c:2651 Lisp Backtrace: "magit-section-maybe-add-heading-map" (0xd7dfd408) "magit-diff-wash-hunk" (0xd7dfd550) "magit-wash-sequence" (0xd7dfd6c0) "magit-diff-insert-file-section" (0xd7dfd898) "magit-diff-wash-diff" (0x68b67a38) "apply" (0x68b67a30) 0xa7ce32f8 PVEC_CLOSURE --Type for more, q to quit, c to continue without paging--c "magit-wash-sequence" (0xd7dfdd98) "magit-diff-wash-diffs" (0xd7dfdf38) "magit-git-wash" (0xd7dfe118) "magit--insert-diff" (0xd7dfe260) "magit-insert-unstaged-changes" (0xd7dfe458) "magit-run-section-hook" (0xd7dfe660) "magit-status-refresh-buffer" (0xd7dfe898) "magit-refresh-buffer" (0xd7dfea88) "magit-refresh" (0xd7dfebb0) "let" (0xd7dfed08) "catch" (0xd7dfee18) "let" (0xd7dfef88) "progn" (0xd7dff058) "progn" (0xd7dff128) "unwind-protect" (0xd7dff1f8) "let*" (0xd7dff338) "cl-letf" (0xd7dff3e8) "unwind-protect" (0xd7dff4b8) "progn" (0xd7dff588) "with-async-calls" (0xd7dff638) "yant/magit--autocommit" (0xe22aa6d0) (gdb) c Continuing. Thread 1 "emacs" received signal SIGXCPU, CPU time limit exceeded. 0x00007ffff30482d9 in sigsuspend () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff30482d9 in sigsuspend () at /lib64/libc.so.6 #1 0x0000555555880de0 in suspendSignalHandler (sig=25, info=, uap=) at /home/yantar92/Dist/mps/code/pthrdext.c:99 #2 0x00007ffff3048050 in () at /lib64/libc.so.6 #3 0x00007ffff311f891 in pselect () at /lib64/libc.so.6 #4 0x00005555557d1def in really_call_select (arg=arg@entry=0x7fffffffc3c0) at thread.c:618 #5 0x000055555572a18a in flush_stack_call_func1 (func=func@entry=0x5555557d1d82 , arg=arg@entry=0x7fffffffc3c0) at alloc.c:5676 #6 0x00005555557d29d1 in flush_stack_call_func (func=0x5555557d1d82 , arg=0x7fffffffc3c0) at /home/yantar92/Git/emacs/src/lisp.h:4574 #7 thread_select (func=, max_fds=max_fds@entry=25, rfds=rfds@entry=0x7fffffffc4f0, wfds=wfds@entry=0x7fffffffc570, efds=efds@entry=0x0, timeout=timeout@entry=0x7fffffffcb30, sigmask=0x0) at thread.c:650 #8 0x00005555557faef4 in xg_select (fds_lim=25, rfds=rfds@entry=0x7fffffffcb60, wfds=wfds@entry=0x7fffffffcbe0, efds=efds@entry=0x0, timeout=timeout@entry=0x7fffffffcb30, sigmask=sigmask@entry=0x0) at xgselect.c:205 #9 0x00005555557a8ce4 in wait_reading_process_output (time_limit=time_limit@entry=90, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=wait_for_cell@entry=XIL(0), wait_proc=wait_proc@entry=0x0, just_wait_proc=0) at process.c:5743 #10 0x00005555555acbe1 in sit_for (timeout=timeout@entry=make_fixnum(90), reading=reading@entry=true, display_option=display_option@entry=1) at dispnew.c:6361 #11 0x00005555556d5efc in read_char (commandflag=1, map=map@entry=XIL(0x7fffa78cf74b), prev_event=XIL(0), used_mouse_menu=used_mouse_menu@entry=0x7fffffffd2fb, end_time=end_time@entry=0x0) at keyboard.c:2934 #12 0x00005555556d768a in read_key_sequence (keybuf=keybuf@entry=0x7fffffffd460, prompt=prompt@entry=XIL(0), dont_downcase_last=dont_downcase_last@entry=false, can_return_switch_frame=can_return_switch_frame@entry=true, fix_current_buffer=fix_current_buffer@entry=true, prevent_redisplay=prevent_redisplay@entry=false, disable_text_conversion_p=false) at keyboard.c:10759 #13 0x00005555556da3f3 in command_loop_1 () at keyboard.c:1440 #14 0x0000555555748c92 in internal_condition_case (bfun=bfun@entry=0x5555556d9208 , handlers=handlers@entry=XIL(0x90), hfun=hfun@entry=0x5555556ca60c ) at eval.c:1629 #15 0x00005555556c5838 in command_loop_2 (handlers=handlers@entry=XIL(0x90)) at keyboard.c:1179 #16 0x0000555555748bc4 in internal_catch (tag=tag@entry=XIL(0x12360), func=func@entry=0x5555556c5811 , arg=arg@entry=XIL(0x90)) at eval.c:1308 #17 0x00005555556c57ee in command_loop () at keyboard.c:1157 #18 0x00005555556ca1c1 in recursive_edit_1 () at keyboard.c:765 #19 0x00005555556ca52e in Frecursive_edit () at keyboard.c:848 #20 0x00005555556c4aad in main (argc=1, argv=) at emacs.c:2651 Lisp Backtrace: "magit-section-maybe-add-heading-map" (0xd7dfd408) "magit-diff-wash-hunk" (0xd7dfd550) "magit-wash-sequence" (0xd7dfd6c0) "magit-diff-insert-file-section" (0xd7dfd898) --Type for more, q to quit, c to continue without paging--c "magit-diff-wash-diff" (0x68b67a38) "apply" (0x68b67a30) 0xa7ce32f8 PVEC_CLOSURE "magit-wash-sequence" (0xd7dfdd98) "magit-diff-wash-diffs" (0xd7dfdf38) "magit-git-wash" (0xd7dfe118) "magit--insert-diff" (0xd7dfe260) "magit-insert-unstaged-changes" (0xd7dfe458) "magit-run-section-hook" (0xd7dfe660) "magit-status-refresh-buffer" (0xd7dfe898) "magit-refresh-buffer" (0xd7dfea88) "magit-refresh" (0xd7dfebb0) "let" (0xd7dfed08) "catch" (0xd7dfee18) "let" (0xd7dfef88) "progn" (0xd7dff058) "progn" (0xd7dff128) "unwind-protect" (0xd7dff1f8) "let*" (0xd7dff338) "cl-letf" (0xd7dff3e8) "unwind-protect" (0xd7dff4b8) "progn" (0xd7dff588) "with-async-calls" (0xd7dff638) "yant/magit--autocommit" (0xe22aa6d0) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at