From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 06 05:01:08 2020 Received: (at submit) by debbugs.gnu.org; 6 Apr 2020 09:01:08 +0000 Received: from localhost ([127.0.0.1]:47145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLNcw-0004pP-U7 for submit@debbugs.gnu.org; Mon, 06 Apr 2020 05:01:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:54975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLNcu-0004p2-JA for submit@debbugs.gnu.org; Mon, 06 Apr 2020 05:01:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38967) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLNcr-0007Pb-DE for bug-gnu-emacs@gnu.org; Mon, 06 Apr 2020 05:01:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLNco-0005gu-Gv for bug-gnu-emacs@gnu.org; Mon, 06 Apr 2020 05:01:01 -0400 Received: from aloka.lostca.se ([2a01:4f8:120:624c::2]:35270) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jLNcm-0005bX-6x for bug-gnu-emacs@gnu.org; Mon, 06 Apr 2020 05:00:58 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id 38390EC1B for ; Mon, 6 Apr 2020 09:00:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=from:to :subject:date:message-id:mime-version:content-type; s=howrah; bh=i+ZaE5mQ9ZAwOs3xQ6g3r8aTH8Q=; b=lG+ux/bleGyyXen7kWcxmWHkEs5v vhe28BIMpcJk5K+USa3Zw3ZbuFUobZw9IzjYHj0E4V/Ff0wpaEnLGz+OCXkM1/gP SkHAf11YjhgadVu+cW9UhGJ9bPTf4XPOX8IKJVMxVoh2DpZbNhLpS21G/1qvWo94 gV8425+X4SU+pYA= Received: from chateau.d.if (unknown [122.161.202.35]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id 53734EC1A for ; Mon, 6 Apr 2020 09:00:49 +0000 (UTC) From: Ashish SHUKLA To: bug-gnu-emacs@gnu.org Subject: 28.0.50; Building nativecomp branch segfaulting on FreeBSD X-Hashcash: 1:20:200406:bug-gnu-emacs@gnu.org::06l2XdBBtsCfLzib:00000000000000000000000000000000000000000vOO Importance: high Date: Mon, 06 Apr 2020 14:30:42 +0530 Message-ID: <867dytf0p1.fsf@chateau.d.if> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:4f8:120:624c::2 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) --=-=-= Content-Type: text/plain While building emacs (git commit 00ee320) with following configure flags: --disable-build-details --localstatedir=/var --with-x --enable-acl --with-cairo --with-dbus --with-nativecomp --with-gconf --with-gif --with-gnutls --with-gsettings --with-x-toolkit=gtk3 --with-harfbuzz --with-jpeg --with-json --with-file-notification=kqueue --with-lcms2 --with-m17n-flt --without-imagemagick --with-mailutils --with-modules --with-sound=oss --with-libotf --with-png --with-toolkit-scroll-bars --with-rsvg --with-threads --with-tiff --with-xft --with-xim --with-xml2 --with-xpm --without-xwidgets --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local It crashes: ================================================================================= Dumping under the name bootstrap-emacs.pdmp dumping fingerprint: 9a2ee446c34e7076160c294f92952a1b63dc99c0b318f12a09f5e0cfbd921c35 Dump complete Byte counts: header=96 hot=13959104 discardable=137904 cold=9581848 Reloc counts: hot=965456 discardable=4905 gmake -C ../lisp compile-first EMACS="../src/bootstrap-emacs" gmake[4]: Entering directory 'work-full/emacs-00ee320/lisp' EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/macroexp.el EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/cconv.el EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/byte-opt.el EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/bytecomp.el EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/comp.el EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/autoload.el gmake[4]: Leaving directory 'work-full/emacs-00ee320/lisp' gmake -C ../lisp autoloads EMACS="../src/bootstrap-emacs" gmake[4]: Entering directory 'work-full/emacs-00ee320/lisp' EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap international/titdic-cnv.el gmake -C ../leim all EMACS="../src/bootstrap-emacs" gmake[5]: Entering directory 'work-full/emacs-00ee320/leim' EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l titdic-cnv \ -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/CCDOSPY.tit Fatal error 11: Segmentation fault Backtrace: 0x4a1b10 at work-full/emacs-00ee320/src/bootstrap-emacs 0x46918b at work-full/emacs-00ee320/src/bootstrap-emacs 0x4a45d8 at work-full/emacs-00ee320/src/bootstrap-emacs 0x4a4680 at work-full/emacs-00ee320/src/bootstrap-emacs 0x4a15ed at work-full/emacs-00ee320/src/bootstrap-emacs 0x4a4727 at work-full/emacs-00ee320/src/bootstrap-emacs 0x80148b3ce <_pthread_sigmask+0x53e> at /lib/libthr.so.3 gmake[5]: *** [Makefile:107: ../lisp/leim/quail/CCDOSPY.el] Segmentation fault (core dumped) gmake[5]: Leaving directory 'work-full/emacs-00ee320/leim' gmake[4]: *** [Makefile:389: leim] Error 2 gmake[4]: Leaving directory 'work-full/emacs-00ee320/lisp' gmake[3]: *** [Makefile:802: ../lisp/loaddefs.el] Error 2 gmake[3]: Leaving directory 'work-full/emacs-00ee320/src' gmake[2]: *** [Makefile:424: src] Error 2 gmake[2]: Leaving directory 'work-full/emacs-00ee320' ================================================================================= Attached gdb.txt contains the "bt full" output. -- Ashish SHUKLA Sent via Gnus from GNU Emacs --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=gdb.txt Content-Transfer-Encoding: quoted-printable [New LWP 101951] [New LWP 102196] Core was generated by `../src/bootstrap-emacs -batch --no-site-file --no-si= te-lisp -l titdic-cnv -f bat'. Program terminated with signal SIGSEGV, Segmentation fault. #0 thr_kill () at thr_kill.S:3 3 thr_kill.S: No such file or directory. [Current thread is 1 (LWP 101951)] #0 thr_kill () at thr_kill.S:3 #1 0x0000000803ff35e4 in __raise (s=3D11) at /usr/src/lib/libc/gen/raise.c= :52 id =3D 101951 #2 0x00000000004691c8 in terminate_due_to_signal (sig=3D11, backtrace_limi= t=3D40) at emacs.c:401 #3 0x00000000004a45d8 in handle_fatal_signal (sig=3D11) at sysdep.c:1788 #4 0x00000000004a4680 in deliver_thread_signal (sig=3D11, handler=3D0x4a45= c0 ) at sysdep.c:1762 old_errno =3D 2 #5 0x00000000004a15ed in deliver_fatal_thread_signal (sig=3D11) at sysdep.= c:1800 #6 0x00000000004a4727 in handle_sigsegv (sig=3D11, siginfo=3D0xa75230 , arg=3D0xa74ec0 ) at sysdep.c:1885 fatal =3D false #7 0x000000080148b3ce in handle_signal (actp=3D0xa74e40 , sig=3D11, info=3D0xa75230 , ucp=3D0xa74ec0 ) at /usr/src/lib/libthr/thread/thr_sig.c:246 curthread =3D 0x8057b2500 in_sigsuspend =3D 0 cancel_enable =3D 1 cancel_point =3D 0 sigfunc =3D 0x0 err =3D uc2 =3D #8 0x000000080148a98f in thr_sighandler (sig=3D11, info=3D0xa75230 , _ucp=3D0xa74ec0 ) at /usr/src/lib/libt= hr/thread/thr_sig.c:191 ucp =3D 0xa74ec0 err =3D 2 curthread =3D 0x8057b2500 act =3D {__sigaction_u =3D {__sa_handler =3D 0x4a46a0 , __sa_sigaction =3D 0x4a46a0 }, sa_flags =3D 67, sa_mas= k =3D {__bits =3D {2147483647, 4294967295, 4294967295, 4294967295}}} #9 0x00007ffffffff193 in () #10 0x00000000005076bb in re_match_2_internal (bufp=3D0xa76908 , string1=3D0x0, size1=3D0, string2=3D0x0, size2=3D100, pos=3D0, regs= =3D0x0, stop=3D100) at regex-emacs.c:4290 buf_charlen =3D 172266244 buf_ch =3D 0 mcnt =3D 0 end1 =3D 0x0 end2 =3D 0x64 end_match_1 =3D 0x0 end_match_2 =3D 0x64 d =3D 0x0 dend =3D 0x64 dfail =3D 0x7fffffff9690 "" p =3D 0x80a0f9504 "\016\004" pend =3D 0x80a0f9715 " be useful,\n;; # but WITHOUT ANY WARRANTY; w= ithout even the implied warranty of\n;; # MERCHANTABILITY or FIT" translate =3D 0x0 multibyte =3D false target_multibyte =3D true fail_stack =3D {stack =3D 0x7fffffff8070, size =3D 20, avail =3D 3,= frame =3D 0} num_regs =3D 3 regstart =3D 0x7fffffff8010 regend =3D 0x7fffffff8028 best_regs_set =3D false best_regstart =3D 0x7fffffff8040 best_regend =3D 0x7fffffff8058 match_end =3D 0x0 sa_avail =3D 402153184 sa_count =3D 36 #11 0x0000000000505917 in rpl_re_search_2 (bufp=3D0xa76908 , str1=3D0x0, size1=3D0, str2=3D0x0, size2=3D100, startpos=3D0, range=3D0,= regs=3D0x0, stop=3D100) at regex-emacs.c:3376 val =3D 140737488329088 string1 =3D 0x0 string2 =3D 0x0 fastmap =3D 0xa76948 "" translate =3D 0x0 total_size =3D 100 endpos =3D 100 anchored_start =3D false multibyte =3D true #12 0x00000000005047da in rpl_re_search (bufp=3D0xa76908 ,= string=3D0x0, size=3D100, startpos=3D0, range=3D100, regs=3D0x0) at regex-= emacs.c:3166 #13 0x00000000004f7aa7 in fast_string_match_internal (regexp=3D0x80a4604a4,= string=3D0x80a449304, table=3D0x0) at search.c:478 val =3D 140737488329344 bufp =3D 0xa76908 #14 0x00000000004cf0e9 in fast_string_match (regexp=3D0x80a4604a4, string= =3D0x80a449304) at ./lisp.h:4330 #15 0x00000000004cef5d in Ffind_file_name_handler (filename=3D0x80a449304, = operation=3D0x5df0) at fileio.c:320 string =3D 0x80a4604a4 match_pos =3D 34532005888 handler =3D 0x8082b53f8 operations =3D 0x0 elt =3D 0x80a406803 chain =3D 0x80a406893 inhibited_handlers =3D 0x0 result =3D 0x0 pos =3D -1 #16 0x00000000004d1454 in Fexpand_file_name (name=3D0x80a449304, default_di= rectory=3D0x0) at fileio.c:843 nm =3D 0x80840a280 "" nmlim =3D 0x80840a280 "" newdir =3D 0x80840a280 "" newdirlim =3D 0x80840a280 "" target =3D 0x80840a280 "" tlen =3D 34498192000 length =3D 34498192000 nbytes =3D 34498195328 handler =3D 0x80840a280 result =3D 0x80840a280 handled_name =3D 0x80840a280 multibyte =3D false hdir =3D 0x80840a280 sa_avail =3D 16384 sa_count =3D 36 root =3D 0x80840af80 defdir_multibyte =3D false #17 0x00000000004d0239 in write_region (start=3D0x0, end=3D0x0, filename=3D= 0x80a449304, append=3D0x0, visit=3D0x2, lockname=3D0x0, mustbenew=3D0x0, de= sc=3D-1) at fileio.c:5061 open_flags =3D 32767 mode =3D -24576 offset =3D 10977504 open_and_close_file =3D true ok =3D false save_errno =3D 0 fn =3D 0x400000020 st =3D {st_dev =3D 18446744060960090304, st_ino =3D 1, st_nlink =3D= 34505718864, st_mode =3D 0, st_padding0 =3D 0, st_uid =3D 0, st_gid =3D 42= 94943760, st_padding1 =3D 32767, st_rdev =3D 5526245, st_atim =3D {tv_sec = =3D 0, tv_nsec =3D 96}, st_mtim =3D {tv_sec =3D 96, tv_nsec =3D 10539968}, = st_ctim =3D {tv_sec =3D 140737488331792, tv_nsec =3D 5503224}, st_birthtim = =3D {tv_sec =3D 34495178944, tv_nsec =3D 8589934592}, st_size =3D 140737488= 331840, st_blocks =3D 5526507, st_blksize =3D -23488, st_flags =3D 32767, s= t_gen =3D 34508542976, st_spare =3D {34498003104, 34508542976, 140737488331= 920, 4901714, 55834551504, 34532004864, 0, 34508542976, 34498003104, 0}} modtime =3D {tv_sec =3D 148, tv_nsec =3D 0} count =3D 36 count1 =3D 34511635536 handler =3D 0x6dc450 visit_file =3D 0x0 annotations =3D 0x80a6c0000 encoded_filename =3D 0xa780e0 visiting =3D false quietly =3D true file_locked =3D false given_buffer =3D 0x7fffffff9fb0 coding =3D {id =3D 2, common_flags =3D 7368, mode =3D 30, src_multi= byte =3D true, dst_multibyte =3D true, chars_at_source =3D true, raw_destin= ation =3D true, annotated =3D true, eol_seen =3D 7, result =3D 7, max_chars= et_id =3D 32767, spec =3D {iso_2022 =3D {flags =3D 4294941896, current_invo= cation =3D {32767, -25416}, current_designation =3D {32767, 24, 0, -25424},= ctext_extended_segment_len =3D 32767, single_shifting =3D false, bol =3D f= alse, embedded_utf_8 =3D false, cmp_status =3D {state =3D COMPOSING_NO, met= hod =3D COMPOSITION_RELATIVE, old_form =3D false, length =3D -25424, nchars= =3D -16744449, ncomps =3D 48, carryover =3D {0, 16350, 0, 3, -2, 2, 0, 172= 266496, 8, 48, 0, 158662256, 8, 0, 0, 0, 0, 10539872, 0, -24080, 32767, 0, = 0, 0, 0, 0, 0, 0, 0, 10539872, 0, -24032, 32767, 5503224, 0, 145980496, 8, = 145980496, 8, -23712, 32767, 5524786, 0, 149984451, 8, -163902501, -1040885= 00, 158660576, 8, 158660576, 8, -23904, 32767, 5515951, 0, 158660536, 8, 15= 8660536, 8, 144762624, 8, 172266501, 8, 19776, -2, 2, 0, 0}}}, ccl =3D 0x7f= ffffff9cc8, utf_16 =3D {bom =3D (unknown: 4294941896), endian =3D (utf_16_l= ittle_endian | unknown: 32766), surrogate =3D -25416}, utf_8_bom =3D (unkno= wn: 4294941896), emacs_mule =3D {cmp_status =3D {state =3D 4294941896, meth= od =3D 32767, old_form =3D 184, length =3D 32767, nchars =3D 24, ncomps =3D= 0, carryover =3D {-25424, 32767, 24, 0, 0, 0, -25424, -16744449, 48, 0, 16= 350, 0, 3, -2, 2, 0, 172266496, 8, 48, 0, 158662256, 8, 0, 0, 0, 0, 1053987= 2, 0, -24080, 32767, 0, 0, 0, 0, 0, 0, 0, 0, 10539872, 0, -24032, 32767, 55= 03224, 0, 145980496, 8, 145980496, 8, -23712, 32767, 5524786, 0, 149984451,= 8, -163902501, -104088500, 158660576, 8, 158660576, 8, -23904, 32767, 5515= 951, 0, 158660536, 8, 158660536, 8}}}, undecided =3D {inhibit_nbd =3D -2540= 0, inhibit_ied =3D 32767, prefer_utf_8 =3D 184}}, safe_charsets =3D 0xfe000= 00000000000 , he= ad_ascii =3D 0, detected_utf8_bytes =3D 5526245, detected_utf8_chars =3D -1= 2884901888, produced =3D 1, produced_char =3D 96, consumed =3D 10539968, co= nsumed_char =3D 140737488331504, src_pos =3D 48, src_pos_byte =3D 48, src_c= hars =3D 10539920, src_bytes =3D 140737488331536, src_object =3D 0x0, sourc= e =3D 0x0, dst_pos =3D 10539872, dst_pos_byte =3D 140737488331568, dst_byte= s =3D 5768264, dst_object =3D 0x0, destination =3D 0x0, charbuf =3D 0x808b3= 7c50, charbuf_size =3D 0, charbuf_used =3D 0, carryover =3D "\000\000\000\0= 00\000\000\000\000`=D3=A0\000\000\000\000\000p\243\377\377\377\177\000\000\= 370\370S\000\000\000\000\000P|\263\b\b\000\000\000P|\263\b\000\000\000\000\= 300\243\377\377\377\177\000\000\225*T\000\000\000\000", carryover_bytes =3D= 169857024, default_char =3D 8, detector =3D 0x80a1fd000, decoder =3D 0x80a= 449400, encoder =3D 0x0} auto_saving_into_visited_file =3D false #18 0x00000000004dc275 in Fwrite_region (start=3D0x0, end=3D0x0, filename= =3D0x80a449304, append=3D0x0, visit=3D0x2, lockname=3D0x0, mustbenew=3D0x0)= at fileio.c:5020 #19 0x000000080a4b275b in F7469746469632d636f6e76657274_titdic_convert_0 ()= at work-full/emacs-00ee320/lisp/international/eln-amd64-portbld-freebsd12.= 1-c82aaba57efda5ef/titdic-cnv.eln #20 0x000000000057aaee in funcall_subr (subr=3D0x80a15cf20, numargs=3D2, ar= gs=3D0x7fffffffa868) at eval.c:2878 internal_argbuf =3D {0x7fffffffa730, 0x57e404 , 0= x7fffffffa730, 0x1000000000, 0x80a15cf25, 0x100000000a0d360, 0x7fffffffa750= , 0x573ffa } internal_args =3D 0x7fffffffa868 #21 0x00000000005798a1 in Ffuncall (nargs=3D3, args=3D0x7fffffffa860) at ev= al.c:2803 fun =3D 0x80a15cf25 original_fun =3D 0x808c59a80 funcar =3D 0x0 numargs =3D 2 val =3D 0x0 count =3D 32 #22 0x000000080a4b2a5d in F62617463682d7469746469632d636f6e76657274_batch_t= itdic_convert_0 () at work-full/emacs-00ee320/lisp/international/eln-amd64-= portbld-freebsd12.1-c82aaba57efda5ef/titdic-cnv.eln #23 0x000000000057aac6 in funcall_subr (subr=3D0x80a15cf60, numargs=3D0, ar= gs=3D0x7fffffffaa58) at eval.c:2876 internal_argbuf =3D {0x0, 0x57e404 , 0x7fffffffa9= 80, 0x1000000000, 0x80a15cf65, 0x100000000a0d360, 0x7fffffffa9a0, 0x573ffa = } internal_args =3D 0x7fffffffa950 #24 0x00000000005798a1 in Ffuncall (nargs=3D1, args=3D0x7fffffffaa50) at ev= al.c:2803 fun =3D 0x80a15cf65 original_fun =3D 0x8086f1f00 funcar =3D 0x580625 numargs =3D 0 val =3D 0x0 count =3D 31 #25 0x000000000056e458 in eval_sub (form=3D0x80914accb) at eval.c:2254 vals =3D 0x7fffffffaa50 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 31 args_left =3D 0x0 numargs =3D 1 original_fun =3D 0x70b0 original_args =3D 0x80914acdb count =3D 30 fun =3D 0x9fb505 val =3D 0x7fffffffaba0 funcar =3D 0x80da1f8 argvals =3D {0x1e, 0x4350, 0x0, 0x0, 0x0, 0xa0d360 , 0x7ff= fffffac10, 0x56baa8 } #26 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80914accb val =3D 0x0 #27 0x000000000056ec5c in Fif (args=3D0x80914ac9b) at eval.c:427 cond =3D 0x0 #28 0x000000000056cbed in eval_sub (form=3D0x80914ac8b) at eval.c:2235 args_left =3D 0x80914ac9b numargs =3D 3 original_fun =3D 0x7e60 original_args =3D 0x80914ac9b count =3D 29 fun =3D 0x9faee5 val =3D 0x8086f1f00 funcar =3D 0x2 argvals =3D {0x1d, 0x8080e5a08, 0x7fffffffae20, 0x0, 0x0, 0xa0d360 = , 0x7fffffffae30, 0x56baa8 } #29 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80914ac8b val =3D 0x8086f1f00 #30 0x000000000056ed95 in Fcond (args=3D0x8091436db) at eval.c:451 clause =3D 0x80914ac4b val =3D 0x80914aecb #31 0x000000000056cbed in eval_sub (form=3D0x8091436ab) at eval.c:2235 args_left =3D 0x8091436bb numargs =3D 18 original_fun =3D 0x8080c4828 original_args =3D 0x8091436bb count =3D 28 fun =3D 0x9faf1d val =3D 0x80834e7c4 funcar =3D 0x57bde9 argvals =3D {0x0, 0xa0d360 , 0x7fffffffb040, 0x0, 0x0, 0xa= 0d360 , 0x7fffffffb060, 0x56baa8 } #32 0x000000000056ecd1 in Fprogn (body=3D0x80914360b) at eval.c:471 form =3D 0x8091436ab val =3D 0x80834e7c4 #33 0x000000000057042f in FletX (args=3D0x8091435cb) at eval.c:927 var =3D 0x808365b10 val =3D 0x0 elt =3D 0x808365b10 lexenv =3D 0x80a423853 count =3D 27 varlist =3D 0x0 #34 0x000000000056cbed in eval_sub (form=3D0x8091435bb) at eval.c:2235 args_left =3D 0x8091435cb numargs =3D 5 original_fun =3D 0x9120 original_args =3D 0x8091435cb count =3D 26 fun =3D 0x9fb22d val =3D 0x0 funcar =3D 0x808a0e705 argvals =3D {0x7fffffffb340, 0x571e3b , 0x8091444ab, 0x0= , 0x0, 0xa0d360 , 0x7fffffffb2c0, 0x56baa8 } #35 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x8091435bb val =3D 0x0 #36 0x000000000056edd5 in prog_ignore (body=3D0x8091435ab) at eval.c:482 #37 0x0000000000571f61 in Fwhile (args=3D0x80914352b) at eval.c:1016 test =3D 0x8087361d8 body =3D 0x8091435ab #38 0x000000000056cbed in eval_sub (form=3D0x80914351b) at eval.c:2235 args_left =3D 0x80914352b numargs =3D 2 original_fun =3D 0x8080c6448 original_args =3D 0x80914352b count =3D 25 fun =3D 0x9fb265 val =3D 0x0 funcar =3D 0xa77628 argvals =3D {0x0, 0xa0d360 , 0x7fffffffb4e0, 0x0, 0x0, 0xa= 0d360 , 0x7fffffffb500, 0x56baa8 } #39 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80914351b val =3D 0x0 #40 0x000000000057042f in FletX (args=3D0x8091434db) at eval.c:927 var =3D 0x8087365b8 val =3D 0x80a423833 elt =3D 0x80914c01b lexenv =3D 0x80a424233 count =3D 24 varlist =3D 0x0 #41 0x000000000056cbed in eval_sub (form=3D0x8091434cb) at eval.c:2235 args_left =3D 0x8091434db numargs =3D 4 original_fun =3D 0x9120 original_args =3D 0x8091434db count =3D 23 fun =3D 0x9fb22d val =3D 0x7fffffffb890 funcar =3D 0x808130710 argvals =3D {0x7fffffffb760, 0x545259 , 0x7ff= fffffb750, 0x0, 0x0, 0xa0d360 , 0x7fffffffb760, 0x56baa8 } #42 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x8091434cb val =3D 0x0 #43 0x000000000056cbed in eval_sub (form=3D0x8091434ab) at eval.c:2235 args_left =3D 0x8091434bb numargs =3D 1 original_fun =3D 0xb760 original_args =3D 0x8091434bb count =3D 22 fun =3D 0x9faf55 val =3D 0x76e0 funcar =3D 0x54688d argvals =3D {0x7fffffffb920, 0x56baa8 , 0x7= fffffffb940, 0x0, 0x80914349b, 0x8091434ab, 0x7fffffffb950, 0x541145 } #44 0x000000000056ec3e in Fif (args=3D0x80914348b) at eval.c:426 cond =3D 0x80a1d5543 #45 0x000000000056cbed in eval_sub (form=3D0x80914347b) at eval.c:2235 args_left =3D 0x80914348b numargs =3D 2 original_fun =3D 0x7e60 original_args =3D 0x80914348b count =3D 21 fun =3D 0x9faee5 val =3D 0x7fffffffbad0 funcar =3D 0x545259 argvals =3D {0x1ffffbb10, 0x80a1d5543, 0x80a442348, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffbb40, 0x56baa8 } #46 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80914347b val =3D 0x0 #47 0x0000000000571e26 in Flet (args=3D0x80914345b) at eval.c:995 temps =3D 0x7fffffffbb80 tem =3D 0x80a1d5543 lexenv =3D 0x80a424233 elt =3D 0x80914c98b count =3D 20 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 20 varlist =3D 0x0 varlist_len =3D 1 nvars =3D 1 #48 0x000000000056cbed in eval_sub (form=3D0x80914344b) at eval.c:2235 args_left =3D 0x80914345b numargs =3D 2 original_fun =3D 0x90f0 original_args =3D 0x80914345b count =3D 19 fun =3D 0x9fb1f5 val =3D 0x80974fbb8 funcar =3D 0x57bde9 argvals =3D {0x1ffffbdd0, 0x80a424233, 0x80a4422f8, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffbe00, 0x56baa8 } #49 0x000000000056ecd1 in Fprogn (body=3D0x80913aa9b) at eval.c:471 form =3D 0x80914344b val =3D 0x0 #50 0x0000000000571e26 in Flet (args=3D0x80913aa7b) at eval.c:995 temps =3D 0x7fffffffbe40 tem =3D 0x0 lexenv =3D 0x80a424233 elt =3D 0x80914ca5b count =3D 18 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 18 varlist =3D 0x0 varlist_len =3D 1 nvars =3D 1 #51 0x000000000056cbed in eval_sub (form=3D0x80913aa6b) at eval.c:2235 args_left =3D 0x80913aa7b numargs =3D 6 original_fun =3D 0x90f0 original_args =3D 0x80913aa7b count =3D 17 fun =3D 0x9fb1f5 val =3D 0x0 funcar =3D 0x4050 argvals =3D {0x1ffffc090, 0x80a424213, 0x80a4422a8, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffc0c0, 0x56baa8 } #52 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80913aa6b val =3D 0x0 #53 0x000000000057b2c1 in funcall_lambda (fun=3D0x80913aa0b, nargs=3D1, arg= _vector=3D0x7fffffffc210) at eval.c:3069 val =3D 0x0 syms_left =3D 0x0 next =3D 0x80873f648 lexenv =3D 0x80a424213 count =3D 16 i =3D 1 optional =3D false rest =3D false #54 0x0000000000575e2c in apply_lambda (fun=3D0x80913a9fb, args=3D0x80913a9= 9b, count=3D15) at eval.c:2935 arg_vector =3D 0x7fffffffc210 tem =3D 0x80a1d5543 sa_avail =3D 16376 sa_count =3D 16 numargs =3D 1 args_left =3D 0x0 #55 0x000000000056ea66 in eval_sub (form=3D0x80913a98b) at eval.c:2357 original_fun =3D 0x80872d668 original_args =3D 0x80913a99b count =3D 15 fun =3D 0x80913a9fb val =3D 0x80a4241f3 funcar =3D 0x4050 argvals =3D {0x1ffffc420, 0x80a1bd093, 0x80a42d258, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffc450, 0x56baa8 } #56 0x000000000056ecd1 in Fprogn (body=3D0x80913954b) at eval.c:471 form =3D 0x80913a98b val =3D 0x80a4241f3 #57 0x0000000000571e26 in Flet (args=3D0x80913936b) at eval.c:995 temps =3D 0x7fffffffc490 tem =3D 0x0 lexenv =3D 0x80a1bd093 elt =3D 0x8087480a0 count =3D 14 argnum =3D 2 sa_avail =3D 16368 sa_count =3D 14 varlist =3D 0x0 varlist_len =3D 2 nvars =3D 2 #58 0x000000000056cbed in eval_sub (form=3D0x80913935b) at eval.c:2235 args_left =3D 0x80913936b numargs =3D 34 original_fun =3D 0x90f0 original_args =3D 0x80913936b count =3D 13 fun =3D 0x9fb1f5 val =3D 0x80974fbb8 funcar =3D 0x57bde9 argvals =3D {0x1ffffc6e0, 0x808af938b, 0x80a42d208, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffc710, 0x56baa8 } #59 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80913935b val =3D 0x809189034 #60 0x000000000057b2c1 in funcall_lambda (fun=3D0x80913931b, nargs=3D0, arg= _vector=3D0x7fffffffc860) at eval.c:3069 val =3D 0x2 syms_left =3D 0x0 next =3D 0x580625 lexenv =3D 0x808af938b count =3D 12 i =3D 0 optional =3D false rest =3D false #61 0x0000000000575e2c in apply_lambda (fun=3D0x80913930b, args=3D0x0, coun= t=3D11) at eval.c:2935 arg_vector =3D 0x7fffffffc860 tem =3D 0x4050 sa_avail =3D 16384 sa_count =3D 12 numargs =3D 0 args_left =3D 0x0 #62 0x000000000056ea66 in eval_sub (form=3D0x8095ccc5b) at eval.c:2357 original_fun =3D 0x80872bf78 original_args =3D 0x0 count =3D 11 fun =3D 0x80913930b val =3D 0x100000800000002 funcar =3D 0x4050 argvals =3D {0x7fffffffca60, 0x56baa8 , 0x7= fffffffca80, 0x580651 , 0x7fffffffca80, 0xf9cbbc4cf63b0b= db, 0x7fffffffca90, 0x56c187 } #63 0x0000000000572849 in Funwind_protect (args=3D0x8095cbe1b) at eval.c:12= 21 val =3D 0x7 count =3D 10 #64 0x000000000056cbed in eval_sub (form=3D0x8095cbe0b) at eval.c:2235 args_left =3D 0x8095cbe1b numargs =3D 7 original_fun =3D 0x80811a790 original_args =3D 0x8095cbe1b count =3D 9 fun =3D 0x9fb345 val =3D 0x80974fbb8 funcar =3D 0x57bde9 argvals =3D {0x1ffffcc50, 0x80a1bd0d3, 0x80a42d168, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffcc80, 0x56baa8 } #65 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x8095cbe0b val =3D 0x0 #66 0x0000000000571e26 in Flet (args=3D0x8095cbdeb) at eval.c:995 temps =3D 0x7fffffffccc0 tem =3D 0x80972d8db lexenv =3D 0x80a1bd0d3 elt =3D 0x8095ccc7b count =3D 8 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 8 varlist =3D 0x0 varlist_len =3D 1 nvars =3D 1 #67 0x000000000056cbed in eval_sub (form=3D0x8095cbddb) at eval.c:2235 args_left =3D 0x8095cbdeb numargs =3D 2 original_fun =3D 0x90f0 original_args =3D 0x8095cbdeb count =3D 7 fun =3D 0x9fb1f5 val =3D 0x80834ebc4 funcar =3D 0x4050 argvals =3D {0x8080d3c90, 0x8080c5018, 0x80a1a5f63, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffcf40, 0x56baa8 } #68 0x000000000056ecd1 in Fprogn (body=3D0x8095cb85b) at eval.c:471 form =3D 0x8095cbddb val =3D 0x80834ebc4 #69 0x000000000056ec5c in Fif (args=3D0x8095cb6fb) at eval.c:427 cond =3D 0x0 #70 0x000000000056cbed in eval_sub (form=3D0x8095cb6eb) at eval.c:2235 args_left =3D 0x8095cb6fb numargs =3D 17 original_fun =3D 0x7e60 original_args =3D 0x8095cb6fb count =3D 6 fun =3D 0x9faee5 val =3D 0x80974fbb8 funcar =3D 0x57bde9 argvals =3D {0x1ffffd130, 0x808af93ab, 0x80a1380f0, 0x0, 0x0, 0xa0d= 360 , 0x7fffffffd160, 0x56baa8 } #71 0x000000000056ecd1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x8095cb6eb val =3D 0x8095cec8c #72 0x000000000057b2c1 in funcall_lambda (fun=3D0x8095cb6ab, nargs=3D0, arg= _vector=3D0x7fffffffd2b0) at eval.c:3069 val =3D 0x2 syms_left =3D 0x0 next =3D 0x580625 lexenv =3D 0x808af93ab count =3D 5 i =3D 0 optional =3D false rest =3D false #73 0x0000000000575e2c in apply_lambda (fun=3D0x8095cb69b, args=3D0x0, coun= t=3D4) at eval.c:2935 arg_vector =3D 0x7fffffffd2b0 tem =3D 0x4050 sa_avail =3D 16384 sa_count =3D 5 numargs =3D 0 args_left =3D 0x0 #74 0x000000000056ea66 in eval_sub (form=3D0x80972c77b) at eval.c:2357 original_fun =3D 0x808bbe308 original_args =3D 0x0 count =3D 4 fun =3D 0x8095cb69b val =3D 0x30001fbb8 funcar =3D 0x4050 argvals =3D {0x8057b268c, 0xa, 0x7fffffffd4c0, 0xffffffff00000000, = 0x300020000, 0x80974fbb8, 0x0, 0xa158e0 } #75 0x0000000000574503 in Feval (form=3D0x80972c77b, lexical=3D0x0) at eval= .c:2111 count =3D 3 #76 0x00000000004874d7 in top_level_2 () at keyboard.c:1100 #77 0x0000000000572e35 in internal_condition_case (bfun=3D0x4874b0 , handlers=3D0x90, hfun=3D0x4872b0 ) at eval.c:1364 val =3D 0x90 c =3D 0x80835d540 #78 0x0000000000487244 in top_level_1 (ignore=3D0x0) at keyboard.c:1108 #79 0x00000000005725b8 in internal_catch (tag=3D0xdbf0, func=3D0x4871f0 , arg=3D0x0) at eval.c:1125 val =3D 0x0 c =3D 0x80835d480 #80 0x000000000046d8a5 in command_loop () at keyboard.c:1069 #81 0x000000000046d70c in recursive_edit_1 () at keyboard.c:714 count =3D 1 val =3D 0x0 #82 0x000000000046da8a in Frecursive_edit () at keyboard.c:786 count =3D 0 buffer =3D 0x0 #83 0x000000000046ad97 in main (argc=3D11, argv=3D0x7fffffffd990) at emacs.= c:2045 stack_bottom_variable =3D 0x0 no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 0x0 dump_mode =3D 0x0 skip_args =3D 2 temacs =3D 0x0 attempt_load_pdump =3D true rlim =3D {rlim_cur =3D 536870912, rlim_max =3D 536870912} lc_all =3D 0x7fffffffec8b "en_US.UTF-8" sockfd =3D -1 module_assertions =3D false --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 06 05:04:25 2020 Received: (at 40462) by debbugs.gnu.org; 6 Apr 2020 09:04:25 +0000 Received: from localhost ([127.0.0.1]:47150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLNg9-00051F-Do for submit@debbugs.gnu.org; Mon, 06 Apr 2020 05:04:25 -0400 Received: from aloka.lostca.se ([178.63.46.202]:20261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLNg8-000513-3M for 40462@debbugs.gnu.org; Mon, 06 Apr 2020 05:04:24 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id F299DEC25 for <40462@debbugs.gnu.org>; Mon, 6 Apr 2020 09:04:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=to:from :subject:message-id:date:mime-version:content-type; s=howrah; bh=kuShePBPOG1rihQKTRmwTEd1mMw=; b=nNYi55bavLcYccLgYqhvdjAPX10J y7u/n1s7CRcC4Jm29dcCescXrsiddA4y8w8EAXN1cl8k9uPugz5RFaxtrI3ZYOFY Vw2nakMciCAvzFLpFocsk/uJ3aRTXR+aoLFTusbFpAjoBSFiYMUZ7nOU8Iz1ido5 bj1iIyXQLmIu8J4= Received: from chateau.d.if (unknown [122.161.202.35]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id 7EEFDEC24 for <40462@debbugs.gnu.org>; Mon, 6 Apr 2020 09:04:22 +0000 (UTC) To: 40462@debbugs.gnu.org From: Ashish SHUKLA Subject: Re: 28.0.50; Building nativecomp branch segfaulting on FreeBSD Message-ID: <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> Date: Mon, 6 Apr 2020 14:34:21 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="T1zoeOWTcgmgshGMkkGm5c0PzV0XkW00V" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --T1zoeOWTcgmgshGMkkGm5c0PzV0XkW00V Content-Type: multipart/mixed; boundary="lGarJdgGyzvAd6dtUxmyUCoIujlaCLgHP" --lGarJdgGyzvAd6dtUxmyUCoIujlaCLgHP Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Hi, Forgot to mention this is on FreeBSD 12.1 (amd64) with GCC 9.3.0 (built with jit support). Thanks! --=20 Ashish SHUKLA --lGarJdgGyzvAd6dtUxmyUCoIujlaCLgHP-- --T1zoeOWTcgmgshGMkkGm5c0PzV0XkW00V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6K8JUACgkQx0bPqedP pLC+vhAAhXC3/XrtCw30Di3cKMBeG99Dz3sZyTWXLlXWCdspR66GmAa8iXhFmsqn OfHczKEF73TA7LCgNiSmMtAtgJp/6aPJ6J+7A+mE+FLUMA1KAaPe4Og8qeOGZRuk REyDgylhAYUbDqwW/OLotAsv07UAW2Nt6ZS4UwItOrlIjrM5kLN4VeVg8C+N6rn5 doq+Dvf2Wg020jmO65whRmt1ZvebNebvPY2gNnHT3PiJ30vp2inhQ6IDyZ9048eC LgjEKxi1cXsd02UuAgSdgtCAsxN10hiKtDsFeAyNkPqXOzJYlVukoQoUIxa5biqN vU3k9boilLOYO9dDgjJg08H/BjiRxGUbq4d7/5JilB2TgR0dq8/V0+3jhLupjBH2 Qe/w1gPjYJRMp7AaHvKVoXcSt33+84WahngQVvNRDqC87s5TTW5+TnQAp0fTZ5zs i/r7n/kW3I9bDvWQUCPvbEBGD6W+2Wkqer/fwYeg31nLUwkpKyaVDyzggZlnO30W ewaTBvOYQdVFJ8rEe/mJedR7JnzFXprElQnPqCmNbGUGmxsusrax5CW+HKWc2y59 Q7CBvZffN/0f4osDPzW5DpvYf0VCd1WC5DUxjKd/n9RPtWHpo4Lh6pwr3xobByJb QIUy7GHj+sVDPGmLXdvIzoLOtU9Vl4saglgzZ8v0R9HYsUf7iCQ= =GNQi -----END PGP SIGNATURE----- --T1zoeOWTcgmgshGMkkGm5c0PzV0XkW00V-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 07:15:49 2020 Received: (at 40462) by debbugs.gnu.org; 18 Apr 2020 11:15:50 +0000 Received: from localhost ([127.0.0.1]:42035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPlRt-0007zi-LQ for submit@debbugs.gnu.org; Sat, 18 Apr 2020 07:15:49 -0400 Received: from mx.sdf.org ([205.166.94.20]:50586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPlRs-0007za-2p for 40462@debbugs.gnu.org; Sat, 18 Apr 2020 07:15:48 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 03IBFk41021361 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sat, 18 Apr 2020 11:15:46 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 03IBFjDi007997; Sat, 18 Apr 2020 11:15:45 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> Date: Sat, 18 Apr 2020 11:15:45 +0000 In-Reply-To: <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> (Ashish SHUKLA's message of "Mon, 6 Apr 2020 14:34:21 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ashish SHUKLA writes: > Hi, > > Forgot to mention this is on FreeBSD 12.1 (amd64) with GCC 9.3.0 (built > with jit support). > > Thanks! Hi Ashish, sorry I had not time to setup a VM to test this. Could you try compiling libgccjit and running hello world example? https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html this to check if is a libgccjit issue. Thanks Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 11:47:09 2020 Received: (at 40462) by debbugs.gnu.org; 18 Apr 2020 15:47:09 +0000 Received: from localhost ([127.0.0.1]:43437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPpgT-0004WR-2d for submit@debbugs.gnu.org; Sat, 18 Apr 2020 11:47:09 -0400 Received: from aloka.lostca.se ([178.63.46.202]:41878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPpgP-0004WI-RI for 40462@debbugs.gnu.org; Sat, 18 Apr 2020 11:47:08 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id E481618CAE; Sat, 18 Apr 2020 15:47:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=subject:to:cc :references:from:message-id:date:mime-version:in-reply-to :content-type; s=howrah; bh=1GrDzBj0goKnDry884+kRIWh83M=; b=BQYq eGL8DUNyDaGhiJk4B3DhKZ0l0bIaBjIWLslF15dCqPPPf84O3KR/e/v3Eof3jfgd tFvuBVH/3pQ3V2aPyMAe6yWmIuQ1Fokee328rR8C1gVFPx+V7+ykkaw2mVlgm+Wu mYZzV5B56c4DEGUYu11G6qvsXN1pSBdoWL5okJ0= Received: from chateau.d.if (unknown [182.68.19.244]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id 7011B18CAD; Sat, 18 Apr 2020 15:47:03 +0000 (UTC) Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD To: Andrea Corallo References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> From: Ashish SHUKLA Message-ID: Date: Sat, 18 Apr 2020 21:16:54 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vt9jTXGnoId7dtQgAMOPsi6VV6UOsQj1K" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vt9jTXGnoId7dtQgAMOPsi6VV6UOsQj1K Content-Type: multipart/mixed; boundary="P9zh4PKfiJsiuvpS9vdnW6DG0UMmD9jgh" --P9zh4PKfiJsiuvpS9vdnW6DG0UMmD9jgh Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 4/18/20 4:45 PM, Andrea Corallo wrote: > Ashish SHUKLA writes: >=20 >> Hi, >> >> Forgot to mention this is on FreeBSD 12.1 (amd64) with GCC 9.3.0 (buil= t >> with jit support). >> >> Thanks! >=20 > Hi Ashish, >=20 > sorry I had not time to setup a VM to test this. Could you try > compiling libgccjit and running hello world example? >=20 > https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html >=20 > this to check if is a libgccjit issue. >=20 > Thanks >=20 > Andrea >=20 There you go: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D chateau.d.if!abbe:/tmp =CE=BB cc -L/usr/local/lib/gcc9 -I/usr/local/inclu= de -o hello hello.c -lgccjit chateau.d.if!abbe:/tmp =CE=BB ldd ./hello =2E/hello: libgccjit.so.0 =3D> /usr/local/lib/gcc9/libgccjit.so.0 (0x8004000= 00) libc.so.7 =3D> /lib/libc.so.7 (0x801e3b000) libmpc.so.3 =3D> /usr/local/lib/libmpc.so.3 (0x800249000) libmpfr.so.6 =3D> /usr/local/lib/libmpfr.so.6 (0x800262000) libgmp.so.10 =3D> /usr/local/lib/libgmp.so.10 (0x8002e0000) libz.so.6 =3D> /lib/libz.so.6 (0x800366000) libm.so.5 =3D> /lib/libm.so.5 (0x800380000) chateau.d.if!abbe:/tmp =CE=BB ./hello hello world =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D --=20 Ashish SHUKLA --P9zh4PKfiJsiuvpS9vdnW6DG0UMmD9jgh-- --vt9jTXGnoId7dtQgAMOPsi6VV6UOsQj1K Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6bIPMACgkQx0bPqedP pLA2wQ//c7XuhH6hB7tRAwJvaN+hCvUIpNofjRa2BSPQKViHoUfuQSpsFzoG2RTE ryJ4nF0LU/Jw+8kqHy1J0Kkp+JCWRhtRLktELYIZUZSHDtQJdbH1Za3OxpxSwHcB GFgpw6wcRsqRFNeZJccOkHzqE/e6e7ivMPBrN+J5sLDkHVBhc5zfhTWwEBsV6dsL TNkL+HSS3pdf0L2vY/j/B0Om0+NP0tW0OddDUt8JxN3TAkT2n70sPf7VhbuEBWE3 JBI4h588srtSIkE8edVO0nGuDVq3hjdNB1cmVQVwQrcskoDHS5cn6evY4+MkkSvb ZJmcJ9B95k/9Sa9+INNd5xqNy4yn8WLnQXxRtzNthw+q07VkjcEQoThyfOtXqyFM BV5F3iRYMXr+3D+egjUlLC5IMwDbdV/i7AZnUKs9hRAhQD5IU7PDqZUSeEU1qxTZ anVqxc17iZiu4HrSxv6BMGC+xzlS1xxW5VEPyR84Y3jRlnoxqm9/6uwiScwYKOj/ Cxrfv/k3O5S9Duw7wzbWpttJUXS8yurJS/YNuZ8j5oyEFBcK+F8J7uTxWCPRYxpn Q1CMO/NnY2YbLA6aQR/le0Zf1vWOosslmNHeGwZJGjv0xzu6vgZDfybsKeD4mUm6 sng9SjGOW0k3209OpCjkH+G7eZGYRhAZ9tisgRFmjN3Sm8WBbDg= =Z5E8 -----END PGP SIGNATURE----- --vt9jTXGnoId7dtQgAMOPsi6VV6UOsQj1K-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 12:29:35 2020 Received: (at 40462) by debbugs.gnu.org; 18 Apr 2020 16:29:36 +0000 Received: from localhost ([127.0.0.1]:43479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPqLX-0005YM-Nf for submit@debbugs.gnu.org; Sat, 18 Apr 2020 12:29:35 -0400 Received: from mx.sdf.org ([205.166.94.20]:55300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPqLW-0005YE-3G for 40462@debbugs.gnu.org; Sat, 18 Apr 2020 12:29:34 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 03IGTX9u029109 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sat, 18 Apr 2020 16:29:33 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 03IGTWWH016328; Sat, 18 Apr 2020 16:29:32 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> Date: Sat, 18 Apr 2020 16:29:32 +0000 In-Reply-To: (Ashish SHUKLA's message of "Sat, 18 Apr 2020 21:16:54 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ashish SHUKLA writes: > There you go: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > chateau.d.if!abbe:/tmp =CE=BB cc -L/usr/local/lib/gcc9 -I/usr/local/inclu= de > -o hello hello.c -lgccjit > chateau.d.if!abbe:/tmp =CE=BB ldd ./hello > ./hello: > libgccjit.so.0 =3D> /usr/local/lib/gcc9/libgccjit.so.0 (0x8004000= 00) > libc.so.7 =3D> /lib/libc.so.7 (0x801e3b000) > libmpc.so.3 =3D> /usr/local/lib/libmpc.so.3 (0x800249000) > libmpfr.so.6 =3D> /usr/local/lib/libmpfr.so.6 (0x800262000) > libgmp.so.10 =3D> /usr/local/lib/libgmp.so.10 (0x8002e0000) > libz.so.6 =3D> /lib/libz.so.6 (0x800366000) > libm.so.5 =3D> /lib/libm.so.5 (0x800380000) > chateau.d.if!abbe:/tmp =CE=BB ./hello > hello world > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Mmmhh, this does (not) look good (for me) :) Okay I'll have a look as soon as I get the time. Do you know if it works as speed 0? Thanks --=20 akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 30 16:36:47 2020 Received: (at 40462) by debbugs.gnu.org; 30 Apr 2020 20:36:47 +0000 Received: from localhost ([127.0.0.1]:47790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUFvK-00049c-Hy for submit@debbugs.gnu.org; Thu, 30 Apr 2020 16:36:47 -0400 Received: from aloka.lostca.se ([178.63.46.202]:57663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUFvC-00049O-UU for 40462@debbugs.gnu.org; Thu, 30 Apr 2020 16:36:45 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id 444FC341F; Thu, 30 Apr 2020 20:36:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=subject:to:cc :references:from:message-id:date:mime-version:in-reply-to :content-type; s=howrah; bh=6rbOK1IqNEAwHfedTAPX0zUga4k=; b=kdnm EXyOLVIHukf5VCPJjcBX8ojUnrToaP+/VirR+34/1u3kSNHUJCqkDTqbx5u6fBh2 swjvcUsHH3r9QKoZj/01/qmRql9zrJO0KhhMrIwOCvHX6tHu7XpSpAb7Wh/KIvnh /nqAYLago+UYwX57VBJI6ur76j9LXlzU6oL2njg= Received: from chateau.d.if (unknown [122.162.166.149]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id 9890B341E; Thu, 30 Apr 2020 20:36:36 +0000 (UTC) Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD To: Andrea Corallo References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> From: Ashish SHUKLA Message-ID: Date: Fri, 1 May 2020 02:06:28 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Whdb7lnou1ShdZRY7BLO8sMdrYHBHGYWK" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Whdb7lnou1ShdZRY7BLO8sMdrYHBHGYWK Content-Type: multipart/mixed; boundary="wNQNEOVqtO2yVmZ3XabcRL6RupcPQ4sTy" --wNQNEOVqtO2yVmZ3XabcRL6RupcPQ4sTy Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 4/18/20 9:59 PM, Andrea Corallo wrote: > Ashish SHUKLA writes: >=20 >> There you go: >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D >> chateau.d.if!abbe:/tmp =CE=BB cc -L/usr/local/lib/gcc9 -I/usr/local/in= clude >> -o hello hello.c -lgccjit >> chateau.d.if!abbe:/tmp =CE=BB ldd ./hello >> ./hello: >> libgccjit.so.0 =3D> /usr/local/lib/gcc9/libgccjit.so.0 (0x8004= 00000) >> libc.so.7 =3D> /lib/libc.so.7 (0x801e3b000) >> libmpc.so.3 =3D> /usr/local/lib/libmpc.so.3 (0x800249000) >> libmpfr.so.6 =3D> /usr/local/lib/libmpfr.so.6 (0x800262000) >> libgmp.so.10 =3D> /usr/local/lib/libgmp.so.10 (0x8002e0000) >> libz.so.6 =3D> /lib/libz.so.6 (0x800366000) >> libm.so.5 =3D> /lib/libm.so.5 (0x800380000) >> chateau.d.if!abbe:/tmp =CE=BB ./hello >> hello world >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D >=20 > Mmmhh, this does (not) look good (for me) :) >=20 > Okay I'll have a look as soon as I get the time. >=20 > Do you know if it works as speed 0? >=20 > Thanks >=20 Hi Andrea, Sorry for the delay. Tried 02e3ffad6d9f with again with following CFLAGS, assuming by speed 0 you meant, -O0: -O0 -g -march=3Dhaswell -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -isystem /usr/local/include And following configure arguments: --disable-build-details --localstatedir=3D/var --with-nativecomp --with-x --enable-acl --with-cairo --with-dbus --without-gconf --with-gif --with-gnutls --with-gsettings --with-x-toolkit=3Dgtk3 --with-harfbuzz --with-jpeg --with-json --with-file-notification=3Dkqueue= --with-lcms2 --with-m17n-flt --without-imagemagick --with-mailutils --with-modules --with-sound=3Doss --with-libotf --with-png --with-toolkit-scroll-bars --with-rsvg --with-threads --with-tiff --with-xft --with-xim --with-xml2 --with-xpm --without-xwidgets --x-libraries=3D/usr/local/lib --x-includes=3D/usr/local/include --prefix=3D/usr/local ${_LATE_CONFIGURE_ARGS} And it crashed again: EMACSLOADPATH=3D '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/byte-opt.el= EMACSLOADPATH=3D '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/bytecomp.el= EMACSLOADPATH=3D '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/comp.el EMACSLOADPATH=3D '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap emacs-lisp/autoload.el= gmake[4]: Leaving directory 'emacs-02e3ffad6d9f/lisp' gmake -C ../lisp autoloads EMACS=3D"../src/bootstrap-emacs" gmake[4]: Entering directory 'emacs-02e3ffad6d9f/lisp' EMACSLOADPATH=3D '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' \ -l comp -f batch-byte-native-compile-for-bootstrap international/titdic-cnv.el gmake -C ../leim all EMACS=3D"../src/bootstrap-emacs" gmake[5]: Entering directory 'emacs-02e3ffad6d9f/leim' EMACSLOADPATH=3D '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l titdic-cnv \ -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/CCDOSPY.ti= t Fatal error 11: Segmentation fault Backtrace: 0x49ace0 at emacs-02e3ffad6d9f/src/bootstrap-emacs= 0x46245b at emacs-02e3ffad6d9f/src/bootstrap-emacs 0x49d7a8 at emacs-02e3ffad6d9f/src/bootstrap-emacs 0x49d850 at emacs-02e3ffad6d9f/src/bootstrap-emacs 0x49a7bd at emacs-02e3ffad6d9f/src/bootstrap-emacs 0x49d8f7 at emacs-02e3ffad6d9f/src/bootstrap-emacs 0x80148b3ce <_pthread_sigmask+0x53e> at /lib/libthr.so.3 And following is the gdb output: Core was generated by `../src/bootstrap-emacs -batch --no-site-file --no-site-lisp -l titdic-cnv -f bat'. (gdb) bt full Reading symbols from src/bootstrap-emacs... #0 thr_kill () at thr_kill.S:3 #1 0x0000000803ff35e4 in __raise (s=3D11) at /usr/src/lib/libc/gen/raise= =2Ec:52 id =3D 100534 #2 0x0000000000462498 in terminate_due_to_signal (sig=3D11, backtrace_limit=3D40) at emacs.c:401 #3 0x000000000049d7a8 in handle_fatal_signal (sig=3D11) at sysdep.c:1788= #4 0x000000000049d850 in deliver_thread_signal (sig=3D11, handler=3D0x49d790 ) at sysdep.c:1762 old_errno =3D 2 #5 0x000000000049a7bd in deliver_fatal_thread_signal (sig=3D11) at sysdep.c:1800 #6 0x000000000049d8f7 in handle_sigsegv (sig=3D11, siginfo=3D0xa5e370 , arg=3D0xa5e000 ) at sysdep.c:= 1885 fatal =3D false #7 0x000000080148b3ce in handle_signal (actp=3D0xa5df80 , sig=3D11, info=3D0xa5e370 , ucp=3D0xa5e000 ) at /usr/src/lib/libthr/thread/thr_sig.c:246 curthread =3D 0x805758500 in_sigsuspend =3D 0 cancel_enable =3D 1 cancel_point =3D 0 sigfunc =3D 0x0 err =3D uc2 =3D #8 0x000000080148a98f in thr_sighandler (sig=3D11, info=3D0xa5e370 , _ucp=3D0xa5e000 ) at /usr/src/lib/libthr/thread/thr_sig.c:191 ucp =3D 0xa5e000 err =3D 2 curthread =3D 0x805758500 act =3D {__sigaction_u =3D {__sa_handler =3D 0x49d870 , __sa_sigaction =3D 0x49d870 }, sa_flags= =3D 67, sa_mask =3D {__bits =3D {2147483647, 4294967295, 4294967295, 4294= 967295}}} #9 0x00007ffffffff003 in () #10 0x00000000004fe092 in re_match_2_internal (bufp=3D0xa5fa48 , string1=3D0x0, size1=3D0, string2=3D0x0, size2=3D34512= 469920, pos=3D0, regs=3D0x0, stop=3D34512469920) at regex-emacs.c:4305 buf_charlen =3D 1 buf_ch =3D 0 mcnt =3D 0 end1 =3D 0x0 end2 =3D 0x8091a7fa0 "\200\177\032\t\b" end_match_1 =3D 0x0 end_match_2 =3D 0x8091a7fa0 "\200\177\032\t\b" d =3D 0x0 dend =3D 0x8091a7fa0 "\200\177\032\t\b" dfail =3D 0x0 p =3D 0x807395504 "\016\004" pend =3D 0x807395715 " be useful,\n;; # but WITHOUT ANY WARRANTY;= without even the implied warranty of\n;; # MERCHANTABILITY or FIT" translate =3D 0x0 multibyte =3D false target_multibyte =3D false fail_stack =3D {stack =3D 0x7fffffff8100, size =3D 20, avail =3D = 3, frame =3D 0} num_regs =3D 3 regstart =3D 0x7fffffff80a0 regend =3D 0x7fffffff80b8 best_regs_set =3D false best_regstart =3D 0x7fffffff80d0 best_regend =3D 0x7fffffff80e8 match_end =3D 0x0 sa_avail =3D 402153184 sa_count =3D 36 count =3D 36 #11 0x00000000004fc61f in rpl_re_search_2 (bufp=3D0xa5fa48 , str1=3D0x0, size1=3D0, str2=3D0x0, size2=3D34512469920= , startpos=3D0, range=3D0, regs=3D0x0, stop=3D34512469920) at regex-emacs.c= :3372 val =3D 140737488328784 string1 =3D 0x0 string2 =3D 0x0 fastmap =3D 0xa5fa88 "" translate =3D 0x0 total_size =3D 34512469920 endpos =3D 34512469920 anchored_start =3D false multibyte =3D false #12 0x00000000004fbcea in rpl_re_search (bufp=3D0xa5fa48 , string=3D0x0, size=3D34512469920, startpos=3D0, range=3D34512469920, regs=3D0x0) at regex-emacs.c:3166 #13 0x00000000004f0487 in fast_string_match_internal (regexp=3D0x8091971e4, string=3D0x8091a7fc4, table=3D0x0) at search.c:478= val =3D 140737488329040 bufp =3D 0xa5fa48 #14 0x00000000004c8919 in fast_string_match (regexp=3D0x8091971e4, string=3D0x8091a7fc4) at ./lisp.h:4314 #15 0x00000000004c878d in Ffind_file_name_handler (filename=3D0x8091a7fc4= , operation=3D0x5df0) at fileio.c:320 string =3D 0x8091971e4 match_pos =3D 34481330208 handler =3D 0x8072ae398 <_nv020glcore+984> operations =3D 0x0 elt =3D 0x80913e383 chain =3D 0x80913dc33 inhibited_handlers =3D 0x0 result =3D 0x0 pos =3D -1 #16 0x00000000004cac84 in Fexpand_file_name (name=3D0x8091a7fc4, default_directory=3D0x0) at fileio.c:843 nm =3D 0x80740a280 "" nmlim =3D 0x80740a280 "" newdir =3D 0x80740a280 "" newdirlim =3D 0x80740a280 "" target =3D 0x80740a280 "" tlen =3D 34481414784 length =3D 34481414784 nbytes =3D 34481414784 handler =3D 0x80740a280 result =3D 0x80740a280 handled_name =3D 0x80740a280 multibyte =3D false hdir =3D 0x80740dc00 sa_avail =3D 16384 sa_count =3D 36 root =3D 0x80740b000 defdir_multibyte =3D false #17 0x00000000004c9a69 in write_region (start=3D0x0, end=3D0x0, filename=3D0x8091a7fc4, append=3D0x0, visit=3D0x2, lockname=3D0x0, mustbenew=3D0x0, desc=3D-1) at fileio.c:5061 open_flags =3D 1102693866 mode =3D 1731453692 offset =3D 17179869216 open_and_close_file =3D true ok =3D false save_errno =3D 0 fn =3D 0x52929b "D\213" st =3D {st_dev =3D 18446744060942636640, st_ino =3D 1, st_nlink =3D= 34488170976, st_mode =3D 0, st_padding0 =3D 0, st_uid =3D 0, st_gid =3D 4294943456, st_padding1 =3D 32767, st_rdev =3D 5474229, st_atim =3D {tv_s= ec =3D 0, tv_nsec =3D 96}, st_mtim =3D {tv_sec =3D 96, tv_nsec =3D 10445744}, st= _ctim =3D {tv_sec =3D 140737488331488, tv_nsec =3D 5451192}, st_birthtim =3D {tv_se= c =3D 34477725280, tv_nsec =3D 8589934592}, st_size =3D 140737488331536, st_blo= cks =3D 5474491, st_blksize =3D -23792, st_flags =3D 32767, st_gen =3D 344910= 73832, st_spare =3D {34480628184, 34491073832, 140737488331616, 4875090, 55834551200, 34480372032, 0, 34491073832, 34480628184, 0}} modtime =3D {tv_sec =3D 1118, tv_nsec =3D 4736034093701260028} count =3D 36 count1 =3D 10883616 handler =3D 0x133da2 visit_file =3D 0x0 annotations =3D 0x0 encoded_filename =3D 0x99ed visiting =3D false quietly =3D true file_locked =3D false given_buffer =3D 0x99ed90 coding =3D {id =3D 2, common_flags =3D 7064, mode =3D 30, src_mul= tibyte =3D true, dst_multibyte =3D true, chars_at_source =3D true, raw_destinati= on =3D true, annotated =3D true, eol_seen =3D 7, result =3D 7, max_charset_id =3D= 32767, spec =3D {iso_2022 =3D {flags =3D 4294941592, current_invocation =3D= {32767, -25720}, current_designation =3D {32767, 24, 0, -25728}, ctext_extended_segment_len =3D 32767, single_shifting =3D false, bol =3D false, embedded_utf_8 =3D false, cmp_status =3D {state =3D COMPOSING_NO, method =3D COMPOSITION_RELATIVE, old_form =3D false, length =3D -25728, n= chars =3D -16744449, ncomps =3D 48, carryover =3D {0, 16350, 0, 3, -2, 2, 0, 120633664, 8, 48, 0, 141895856, 8, 0, 0, 0, 0, 10445648, 0, -24384, 32767, 0, 0, 0, 0, 0, 0, 0, 0, 10445648, 0, -24336, 32767, 5451192, 0, 128432608, 8, 128432608, 8, -24016, 32767, 5472770, 0, 133000955, 8, 1731453692, 1102693866, 141894200, 8, 141894200, 8, -24208, 32767, 5463935, 0, 141894160, 8, 141894160, 8, 127985408, 8, 120633669, 8, 19776, -2, 2, 0, 0}}}, ccl =3D 0x7fffffff9b98, utf_16 =3D {bom =3D (unkno= wn: 4294941592), endian =3D (utf_16_little_endian | unknown: 32766), surrogat= e =3D -25720}, utf_8_bom =3D (unknown: 4294941592), emacs_mule =3D {cmp_sta= tus =3D {state =3D 4294941592, method =3D 32767, old_form =3D 136, length =3D 327= 67, nchars =3D 24, ncomps =3D 0, carryover =3D {-25728, 32767, 24, 0, 0, 0, -25728, -16744449, 48, 0, 16350, 0, 3, -2, 2, 0, 120633664, 8, 48, 0, 141895856, 8, 0, 0, 0, 0, 10445648, 0, -24384, 32767, 0, 0, 0, 0, 0, 0, 0, 0, 10445648, 0, -24336, 32767, 5451192, 0, 128432608, 8, 128432608, 8, -24016, 32767, 5472770, 0, 133000955, 8, 1731453692, 1102693866, 141894200, 8, 141894200, 8, -24208, 32767, 5463935, 0, 141894160, 8, 141894160, 8}}}, undecided =3D {inhibit_nbd =3D -25704, inhibit_ied =3D 3= 2767, prefer_utf_8 =3D 136}}, safe_charsets =3D 0xfe00000000000000 , head_ascii =3D 0, detected_utf8_bytes =3D 5474229, detected_utf8_chars =3D -12884901888, produced =3D 1, produced_char =3D 96, consumed =3D 10445744, consumed_cha= r =3D 140737488331200, src_pos =3D 48, src_pos_byte =3D 48, src_chars =3D 10445= 696, src_bytes =3D 140737488331232, src_object =3D 0x0, source =3D 0x0, dst_po= s =3D 10445648, dst_pos_byte =3D 140737488331264, dst_bytes =3D 5711672, dst_object =3D 0x0, destination =3D 0x0, charbuf =3D 0x807a7b9e0, charbuf= _size =3D 0, charbuf_used =3D 0, carryover =3D "\000\000\000\000\000\000\000\000Pc\237\000\000\000\000\000@\242\377\377\= 377\177\000\000\270-S\000\000\000\000\000\340\271\247\a\b\000\000\000\340= \271\247\a\000\000\000\000\220\242\377\377\377\177\000\000e_S\000\000\000= \000", carryover_bytes =3D 151707264, default_char =3D 8, detector =3D 0x8090ade= 80, decoder =3D 0x80730b940, encoder =3D 0x0} auto_saving_into_visited_file =3D false #18 0x00000000004d5ad5 in Fwrite_region (start=3D0x0, end=3D0x0, filename=3D0x8091a7fc4, append=3D0x0, visit=3D0x2, lockname=3D0x0, mustbenew=3D0x0) at fileio.c:5020 #19 0x00000008094107e3 in F7469746469632d636f6e76657274_titdic_convert_0 () at emacs-02e3ffad6d9f/lisp/international/eln-amd64-portbld-freebsd12.1-10ce8= 988e1c55dec/titdic-cnv.eln #20 0x000000000056cdde in funcall_subr (subr=3D0x8073fa770, numargs=3D2, args=3D0x7fffffffa738) at eval.c:2878 internal_argbuf =3D {0x7fffffffa600, 0x5706f4 ,= 0x7fffffffa600, 0x1000000000, 0x8073fa775, 0x1000000009f6350, 0x7fffffffa620, 0x5662ea } internal_args =3D 0x7fffffffa738 #21 0x000000000056bb91 in Ffuncall (nargs=3D3, args=3D0x7fffffffa730) at eval.c:2803 fun =3D 0x8073fa775 original_fun =3D 0x807c731a0 funcar =3D 0x0 numargs =3D 2 val =3D 0x0 count =3D 32 #22 0x0000000809410abe in F62617463682d7469746469632d636f6e76657274_batch_titdic_convert_0 () at emacs-02e3ffad6d9f/lisp/international/eln-amd64-portbld-freebsd12.1-10ce8= 988e1c55dec/titdic-cnv.eln #23 0x000000000056cdb6 in funcall_subr (subr=3D0x8073fa7b0, numargs=3D0, args=3D0x7fffffffa928) at eval.c:2876 internal_argbuf =3D {0x0, 0x5706f4 , 0x7fffffffa850, 0x1000000000, 0x8073fa7b5, 0x1000000009f6350, 0x7fffffffa870, 0x5662ea } internal_args =3D 0x7fffffffa820 #24 0x000000000056bb91 in Ffuncall (nargs=3D1, args=3D0x7fffffffa920) at eval.c:2803 fun =3D 0x8073fa7b5 original_fun =3D 0x8076f9e38 funcar =3D 0x572915 numargs =3D 0 val =3D 0x0 count =3D 31 #25 0x0000000000560748 in eval_sub (form=3D0x8081433cb) at eval.c:2254 vals =3D 0x7fffffffa920 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 31 args_left =3D 0x0 numargs =3D 1 original_fun =3D 0x70b0 original_args =3D 0x8081433db count =3D 30 fun =3D 0x9e4575 val =3D 0x7fffffffaa70 funcar =3D 0x703dbc0 argvals =3D {0x1e, 0x4350, 0x0, 0x0, 0x0, 0x9f6350 , 0x7fffffffaae0, 0x55dd98 } #26 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x8081433cb val =3D 0x0 #27 0x0000000000560f4c in Fif (args=3D0x80814339b) at eval.c:427 cond =3D 0x0 #28 0x000000000055eedd in eval_sub (form=3D0x80814338b) at eval.c:2235 args_left =3D 0x80814339b numargs =3D 3 original_fun =3D 0x7ec0 original_args =3D 0x80814339b count =3D 29 fun =3D 0x9e3f55 val =3D 0x8076f9e38 funcar =3D 0x2 argvals =3D {0x1d, 0x807040868, 0x7fffffffacf0, 0x0, 0x0, 0x9f635= 0 , 0x7fffffffad00, 0x55dd98 } #29 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80814338b val =3D 0x8076f9e38 #30 0x0000000000561085 in Fcond (args=3D0x808140c7b) at eval.c:451 clause =3D 0x80814334b val =3D 0x8081435cb #31 0x000000000055eedd in eval_sub (form=3D0x808140c4b) at eval.c:2235 args_left =3D 0x808140c5b numargs =3D 18 original_fun =3D 0x80701a550 original_args =3D 0x808140c5b count =3D 28 fun =3D 0x9e3f8d val =3D 0x8057b71c4 funcar =3D 0x56e0d9 argvals =3D {0x0, 0x9f6350 , 0x7fffffffaf10, 0x0, 0x0, 0x9f6350 , 0x7fffffffaf30, 0x55dd98 } #32 0x0000000000560fc1 in Fprogn (body=3D0x808140bab) at eval.c:471 form =3D 0x808140c4b val =3D 0x8057b71c4 #33 0x000000000056271f in FletX (args=3D0x808140b6b) at eval.c:927 var =3D 0x8072d6728 val =3D 0x0 elt =3D 0x8072d6728 lexenv =3D 0x80915e253 count =3D 27 varlist =3D 0x0 #34 0x000000000055eedd in eval_sub (form=3D0x808140b5b) at eval.c:2235 args_left =3D 0x808140b6b numargs =3D 5 original_fun =3D 0x9180 original_args =3D 0x808140b6b count =3D 26 fun =3D 0x9e429d val =3D 0x0 funcar =3D 0x807a0e705 argvals =3D {0x7fffffffb210, 0x56412b , 0x807e8c1e3, 0x0, 0x0, 0x9f6350 , 0x7fffffffb190, 0x55dd98 } #35 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x808140b5b val =3D 0x0 #36 0x00000000005610c5 in prog_ignore (body=3D0x808140b4b) at eval.c:482 #37 0x0000000000564251 in Fwhile (args=3D0x808140acb) at eval.c:1016 test =3D 0x80774a788 body =3D 0x808140b4b #38 0x000000000055eedd in eval_sub (form=3D0x808140abb) at eval.c:2235 args_left =3D 0x808140acb numargs =3D 2 original_fun =3D 0x80701c170 original_args =3D 0x808140acb count =3D 25 fun =3D 0x9e42d5 val =3D 0x0 funcar =3D 0x2 argvals =3D {0x0, 0x9f6350 , 0x7fffffffb3b0, 0x0, 0x0, 0x9f6350 , 0x7fffffffb3d0, 0x55dd98 } #39 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x808140abb val =3D 0x0 #40 0x000000000056271f in FletX (args=3D0x808140a7b) at eval.c:927 var =3D 0x80774ab68 val =3D 0x80915e233 elt =3D 0x80814471b lexenv =3D 0x80915e053 count =3D 24 varlist =3D 0x0 #41 0x000000000055eedd in eval_sub (form=3D0x808140a6b) at eval.c:2235 args_left =3D 0x808140a7b numargs =3D 4 original_fun =3D 0x9180 original_args =3D 0x808140a7b count =3D 23 fun =3D 0x9e429d val =3D 0x7fffffffb760 funcar =3D 0x80704f4a8 argvals =3D {0x7fffffffb630, 0x538729 , 0x7fffffffb620, 0x0, 0x0, 0x9f6350 , 0x7fffffffb630, 0x55dd98 } #42 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x808140a6b val =3D 0x0 #43 0x000000000055eedd in eval_sub (form=3D0x808140a4b) at eval.c:2235 args_left =3D 0x808140a5b numargs =3D 1 original_fun =3D 0xb820 original_args =3D 0x808140a5b count =3D 22 fun =3D 0x9e3fc5 val =3D 0x7710 funcar =3D 0x539d5d argvals =3D {0x7fffffffb7f0, 0x55dd98 , 0x7fffffffb810, 0x0, 0x808140a3b, 0x808140a4b, 0x7fffffffb820, 0x5345a5 } #44 0x0000000000560f2e in Fif (args=3D0x808140a2b) at eval.c:426 cond =3D 0x80911bf33 #45 0x000000000055eedd in eval_sub (form=3D0x808140a1b) at eval.c:2235 args_left =3D 0x808140a2b numargs =3D 2 original_fun =3D 0x7ec0 original_args =3D 0x808140a2b count =3D 21 fun =3D 0x9e3f55 val =3D 0x7fffffffb9a0 funcar =3D 0x538729 argvals =3D {0x1ffffb9e0, 0x80911bf33, 0x809177f48, 0x0, 0x0, 0x9f6350 , 0x7fffffffba10, 0x55dd98 } #46 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x808140a1b val =3D 0x0 #47 0x0000000000564116 in Flet (args=3D0x8081409fb) at eval.c:995 temps =3D 0x7fffffffba50 tem =3D 0x80911bf33 lexenv =3D 0x80915e053 elt =3D 0x80814508b count =3D 20 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 20 varlist =3D 0x0 varlist_len =3D 1 nvars =3D 1 #48 0x000000000055eedd in eval_sub (form=3D0x8081409eb) at eval.c:2235 args_left =3D 0x8081409fb numargs =3D 2 original_fun =3D 0x9150 original_args =3D 0x8081409fb count =3D 19 fun =3D 0x9e4265 val =3D 0x8087525e8 funcar =3D 0x56e0d9 argvals =3D {0x1ffffbca0, 0x80915e053, 0x809177ef8, 0x0, 0x0, 0x9f6350 , 0x7fffffffbcd0, 0x55dd98 } #49 0x0000000000560fc1 in Fprogn (body=3D0x808139c4b) at eval.c:471 form =3D 0x8081409eb val =3D 0x0 #50 0x0000000000564116 in Flet (args=3D0x808139c2b) at eval.c:995 temps =3D 0x7fffffffbd10 tem =3D 0x0 lexenv =3D 0x80915e053 elt =3D 0x80814515b count =3D 18 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 18 varlist =3D 0x0 varlist_len =3D 1 nvars =3D 1 #51 0x000000000055eedd in eval_sub (form=3D0x808139c1b) at eval.c:2235 args_left =3D 0x808139c2b numargs =3D 6 original_fun =3D 0x9150 original_args =3D 0x808139c2b count =3D 17 fun =3D 0x9e4265 val =3D 0x0 funcar =3D 0x4050 argvals =3D {0x1ffffbf60, 0x80915e033, 0x809177ea8, 0x0, 0x0, 0x9f6350 , 0x7fffffffbf90, 0x55dd98 } #52 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x808139c1b val =3D 0x0 #53 0x000000000056d5b1 in funcall_lambda (fun=3D0x808139bbb, nargs=3D1, arg_vector=3D0x7fffffffc0e0) at eval.c:3069 val =3D 0x0 syms_left =3D 0x0 next =3D 0x80774ed58 lexenv =3D 0x80915e033 count =3D 16 i =3D 1 optional =3D false rest =3D false #54 0x000000000056811c in apply_lambda (fun=3D0x808139bab, args=3D0x808139b4b, count=3D15) at eval.c:2935 arg_vector =3D 0x7fffffffc0e0 tem =3D 0x80911bf33 sa_avail =3D 16376 sa_count =3D 16 numargs =3D 1 args_left =3D 0x0 #55 0x0000000000560d56 in eval_sub (form=3D0x808139b3b) at eval.c:2357 original_fun =3D 0x807743828 original_args =3D 0x808139b4b count =3D 15 fun =3D 0x808139bab val =3D 0x80915e013 funcar =3D 0x4050 argvals =3D {0x1ffffc2f0, 0x80910c583, 0x809162258, 0x0, 0x0, 0x9f6350 , 0x7fffffffc320, 0x55dd98 } #56 0x0000000000560fc1 in Fprogn (body=3D0x80813875b) at eval.c:471 form =3D 0x808139b3b val =3D 0x80915e013 #57 0x0000000000564116 in Flet (args=3D0x80813857b) at eval.c:995 temps =3D 0x7fffffffc360 tem =3D 0x0 lexenv =3D 0x80910c583 elt =3D 0x8077589d0 count =3D 14 argnum =3D 2 sa_avail =3D 16368 sa_count =3D 14 varlist =3D 0x0 varlist_len =3D 2 nvars =3D 2 #58 0x000000000055eedd in eval_sub (form=3D0x80813856b) at eval.c:2235 args_left =3D 0x80813857b numargs =3D 34 original_fun =3D 0x9150 original_args =3D 0x80813857b count =3D 13 fun =3D 0x9e4265 val =3D 0x8087525e8 funcar =3D 0x56e0d9 argvals =3D {0x1ffffc5b0, 0x807a3ccab, 0x809162208, 0x0, 0x0, 0x9f6350 , 0x7fffffffc5e0, 0x55dd98 } #59 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x80813856b val =3D 0x808183ba4 #60 0x000000000056d5b1 in funcall_lambda (fun=3D0x80813852b, nargs=3D0, arg_vector=3D0x7fffffffc730) at eval.c:3069 val =3D 0x2 syms_left =3D 0x0 next =3D 0x572915 lexenv =3D 0x807a3ccab count =3D 12 i =3D 0 optional =3D false rest =3D false #61 0x000000000056811c in apply_lambda (fun=3D0x80813851b, args=3D0x0, count=3D11) at eval.c:2935 arg_vector =3D 0x7fffffffc730 tem =3D 0x4050 sa_avail =3D 16384 sa_count =3D 12 numargs =3D 0 args_left =3D 0x0 #62 0x0000000000560d56 in eval_sub (form=3D0x8085cf29b) at eval.c:2357 original_fun =3D 0x807742198 original_args =3D 0x0 count =3D 11 fun =3D 0x80813851b val =3D 0x100000800000002 funcar =3D 0x4050 argvals =3D {0x7fffffffc930, 0x55dd98 , 0x7fffffffc950, 0x572941 , 0x7fffffffc950, 0x41b9c5ea6733e2fc, 0x7fffffffc960, 0x55e477 }= #63 0x0000000000564b39 in Funwind_protect (args=3D0x8085ce45b) at eval.c:= 1221 val =3D 0x7 count =3D 10 #64 0x000000000055eedd in eval_sub (form=3D0x8085ce44b) at eval.c:2235 args_left =3D 0x8085ce45b numargs =3D 7 original_fun =3D 0x8070606c0 original_args =3D 0x8085ce45b count =3D 9 fun =3D 0x9e43b5 val =3D 0x8087525e8 funcar =3D 0x56e0d9 argvals =3D {0x1ffffcb20, 0x80910c5c3, 0x809162168, 0x0, 0x0, 0x9f6350 , 0x7fffffffcb50, 0x55dd98 } #65 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x8085ce44b val =3D 0x0 #66 0x0000000000564116 in Flet (args=3D0x8085ce42b) at eval.c:995 temps =3D 0x7fffffffcb90 tem =3D 0x8087302eb lexenv =3D 0x80910c5c3 elt =3D 0x8085cf2bb count =3D 8 argnum =3D 1 sa_avail =3D 16376 sa_count =3D 8 varlist =3D 0x0 varlist_len =3D 1 nvars =3D 1 #67 0x000000000055eedd in eval_sub (form=3D0x8085ce41b) at eval.c:2235 args_left =3D 0x8085ce42b numargs =3D 2 original_fun =3D 0x9150 original_args =3D 0x8085ce42b count =3D 7 fun =3D 0x9e4265 val =3D 0x8057b7704 funcar =3D 0x4050 argvals =3D {0x8070299c0, 0x80701ad40, 0x8090ea7d3, 0x0, 0x0, 0x9f6350 , 0x7fffffffce10, 0x55dd98 } #68 0x0000000000560fc1 in Fprogn (body=3D0x8085cde9b) at eval.c:471 form =3D 0x8085ce41b val =3D 0x8057b7704 #69 0x0000000000560f4c in Fif (args=3D0x8085cdd3b) at eval.c:427 cond =3D 0x0 #70 0x000000000055eedd in eval_sub (form=3D0x8085cdd2b) at eval.c:2235 args_left =3D 0x8085cdd3b numargs =3D 17 original_fun =3D 0x7ec0 original_args =3D 0x8085cdd3b count =3D 6 fun =3D 0x9e3f55 val =3D 0x8087525e8 funcar =3D 0x56e0d9 argvals =3D {0x1ffffd000, 0x807a3cccb, 0x8073d70f0, 0x0, 0x0, 0x9f6350 , 0x7fffffffd030, 0x55dd98 } #71 0x0000000000560fc1 in Fprogn (body=3D0x0) at eval.c:471 form =3D 0x8085cdd2b val =3D 0x8085d12cc #72 0x000000000056d5b1 in funcall_lambda (fun=3D0x8085cdceb, nargs=3D0, arg_vector=3D0x7fffffffd180) at eval.c:3069 val =3D 0x2 syms_left =3D 0x0 next =3D 0x572915 lexenv =3D 0x807a3cccb count =3D 5 i =3D 0 optional =3D false rest =3D false #73 0x000000000056811c in apply_lambda (fun=3D0x8085cdcdb, args=3D0x0, count=3D4) at eval.c:2935 arg_vector =3D 0x7fffffffd180 tem =3D 0x4050 sa_avail =3D 16384 sa_count =3D 5 numargs =3D 0 args_left =3D 0x0 #74 0x0000000000560d56 in eval_sub (form=3D0x80872f18b) at eval.c:2357 original_fun =3D 0x807bd7958 original_args =3D 0x0 count =3D 4 fun =3D 0x8085cdcdb val =3D 0x3000125e8 funcar =3D 0x4050 argvals =3D {0x80575868c, 0xa, 0x7fffffffd390, 0xffffffff00000000= , 0x300020000, 0x8087525e8, 0x0, 0x9fe930 } #75 0x00000000005667f3 in Feval (form=3D0x80872f18b, lexical=3D0x0) at eval.c:2111 count =3D 3 #76 0x00000000004803a7 in top_level_2 () at keyboard.c:1100 #77 0x0000000000565125 in internal_condition_case (bfun=3D0x480380 , handlers=3D0x90, hfun=3D0x480180 ) at eval.c:13= 64 val =3D 0x90 c =3D 0x8057eb540 #78 0x0000000000480114 in top_level_1 (ignore=3D0x0) at keyboard.c:1108 #79 0x00000000005648a8 in internal_catch (tag=3D0xdd10, func=3D0x4800c0 , arg=3D0x0) at eval.c:1125 val =3D 0x0 c =3D 0x8057eb480 #80 0x0000000000466b95 in command_loop () at keyboard.c:1069 #81 0x00000000004669fc in recursive_edit_1 () at keyboard.c:714 count =3D 1 val =3D 0x0 #82 0x0000000000466d7a in Frecursive_edit () at keyboard.c:786 count =3D 0 buffer =3D 0x0 #83 0x000000000046437f in main (argc=3D11, argv=3D0x7fffffffd860) at emacs.c:2060 stack_bottom_variable =3D 0x0 no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x0 original_pwd =3D 0x0 dump_mode =3D 0x0 skip_args =3D 2 temacs =3D 0x0 attempt_load_pdump =3D true rlim =3D {rlim_cur =3D 536870912, rlim_max =3D 536870912} lc_all =3D 0x7fffffffec9b "en_US.UTF-8" sockfd =3D -1 module_assertions =3D false --=20 Ashish SHUKLA | GPG: F682CDCC39DC0FEAE11620B6C746CFA9E74FA4B0 =E2=80=9CUntil the day when God shall deign to reveal the future to man, = all human wisdom is summed up in these two words,-"Wait and hope".=E2=80=9D (Alexandre Dumas, p=C3=A8re, "The Count of Monte Cristo", 1845-1846) --wNQNEOVqtO2yVmZ3XabcRL6RupcPQ4sTy-- --Whdb7lnou1ShdZRY7BLO8sMdrYHBHGYWK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6rNswACgkQx0bPqedP pLBLNA/+KHEaDUblE4jYqYv5d7jRS28XOVVUwC97j2oH1MRZ0ZCNjknulh2BGqV/ CMqc8Cl+9awSRMLhBlhbO3FX2SIMorrOd+lT0j6aJAaDNyRLSKKPwOOxAxITcwZL OsklEqQAfOG6EdlEfXg64xMSf7ItJbL25y6gFM+ghrHcVDrRt1qfgP+yvDzADH31 hffAj7T1JHczDsC+hjwlhNda+bKXQl9GTdMY2ZuxAC+zlKtbEZfcD151dtu112AR QgRDoOPzqL/Q5ckARP+sRV8C1nrAvr1unEqCjZRQ+/leNuTzdKNjt6HIpgS3fnTF xTs28OEV0bcUUrzd14wSeAaoNETD4m6lWxjvL21eLFVkOYeu2sXietoGYfVbbois 4yZhuOqXwfnYcWZFKWjIKZvCL5/9g97NE8r2U8rlrdfJLdWvwhdz2jxVXMh8vSS+ AzdaD1QqUiZSVrpNu5V9mml3u+2vugTHVEK2MWVn8kgcJgA/cCips0zk71UTPq3X /8M7/B77ipYChmD3h/kGcONC4nQVrc/rWQSjSIkfuUEARvlIRNzXck/QM2HbQoqU W01Vx89oplF1RKUhnepVE7P5yEX3l0kNgx/xwRW03E+cKgsrJTDOisNh312R7zfj XJjAPz+BVIUDZ2V43cdh4yBJgY12NpGiRztmY2ZMsnYPin2nlCs= =YYUn -----END PGP SIGNATURE----- --Whdb7lnou1ShdZRY7BLO8sMdrYHBHGYWK-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 30 16:49:30 2020 Received: (at 40462) by debbugs.gnu.org; 30 Apr 2020 20:49:30 +0000 Received: from localhost ([127.0.0.1]:47798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUG7X-0004Rj-Fl for submit@debbugs.gnu.org; Thu, 30 Apr 2020 16:49:30 -0400 Received: from mx.sdf.org ([205.166.94.20]:56400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUG7W-0004RX-2H for 40462@debbugs.gnu.org; Thu, 30 Apr 2020 16:49:22 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 03UKnHek013530 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 30 Apr 2020 20:49:17 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 03UKnHKL009952; Thu, 30 Apr 2020 20:49:17 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> Date: Thu, 30 Apr 2020 20:49:17 +0000 In-Reply-To: (Ashish SHUKLA's message of "Fri, 1 May 2020 02:06:28 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ashish SHUKLA writes: > Hi Andrea, > > Sorry for the delay. > > Tried 02e3ffad6d9f with again with following CFLAGS, assuming by speed 0 > you meant, -O0: > > -O0 -g -march=haswell -fstack-protector-strong -isystem > /usr/local/include -fno-strict-aliasing -fstack-protector-strong > -isystem /usr/local/include Hi Ashish, Thanks, sorry I wasn't clear. You can control the speed parameter of the native compiler during the initial build for instance as follow: make BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"' -j2 If you could try this is an interesting test. I suspect this could be the same bug is seen on MacOS where is observed to be working only at speed 0. Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Fri May 01 01:19:33 2020 Received: (at 40462) by debbugs.gnu.org; 1 May 2020 05:19:33 +0000 Received: from localhost ([127.0.0.1]:48091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUO50-000191-5B for submit@debbugs.gnu.org; Fri, 01 May 2020 01:19:33 -0400 Received: from aloka.lostca.se ([178.63.46.202]:45598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUO4x-00018s-Tb for 40462@debbugs.gnu.org; Fri, 01 May 2020 01:19:16 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id 45D0C37D1; Fri, 1 May 2020 05:19:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=subject:to:cc :references:from:message-id:date:mime-version:in-reply-to :content-type; s=howrah; bh=iry5KpYKmlXZJO+cP5HQZbZfI/o=; b=wr+a ZHNH/zhl4fhlCLhmBhtbZIkI9qSk7eRgRg06bLRVmIQ3KE88AC12l1Nl4x/TbpaW trki2hPZaHp88LEvhJLPCQfq5Aun2YoFI0h2jEO8VL/Hhco/A1WoSPtJR2XzVUk9 4W7Konrw8aTcAh3PPO/PiNeNNefsFhhntQFPqYw= Received: from chateau.d.if (unknown [182.69.162.84]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id C14FE37D0; Fri, 1 May 2020 05:19:13 +0000 (UTC) Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD To: Andrea Corallo References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> From: Ashish SHUKLA Message-ID: <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> Date: Fri, 1 May 2020 10:49:01 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="F7oIdc2ROtFFsWbMbTHww68WbPonM1SPh" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --F7oIdc2ROtFFsWbMbTHww68WbPonM1SPh Content-Type: multipart/mixed; boundary="xLM4Fwe92uxAxQ5a9CB8gbUT312OPMi6V" --xLM4Fwe92uxAxQ5a9CB8gbUT312OPMi6V Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/1/20 2:19 AM, Andrea Corallo wrote: > Ashish SHUKLA writes: >=20 >=20 >> Hi Andrea, >> >> Sorry for the delay. >> >> Tried 02e3ffad6d9f with again with following CFLAGS, assuming by speed= 0 >> you meant, -O0: >> >> -O0 -g -march=3Dhaswell -fstack-protector-strong -isystem >> /usr/local/include -fno-strict-aliasing -fstack-protector-strong >> -isystem /usr/local/include >=20 > Hi Ashish, >=20 > Thanks, sorry I wasn't clear. You can control the speed parameter of > the native compiler during the initial build for instance as follow: >=20 > make BYTE_COMPILE_EXTRA_FLAGS=3D'--eval "(setq comp-speed 0)"' -j2 >=20 > If you could try this is an interesting test. I suspect this could be > the same bug is seen on MacOS where is observed to be working only at > speed 0. After making that change, I'm able to install it fine. --=20 Ashish SHUKLA --xLM4Fwe92uxAxQ5a9CB8gbUT312OPMi6V-- --F7oIdc2ROtFFsWbMbTHww68WbPonM1SPh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6rsUoACgkQx0bPqedP pLB8FRAAmuZJyu2/pHu0Dvp9lcgX0doHJ++4E3PZAbwsa2O/D+AwR4jEUtVDL+5K IS7nUODbsvN6mpKPgjOtSvKEfpalsjkOzCneTAJUt5ON1Qi4DTiP6Jqmzr0ZhxWz lKZdZ625Z+YFYJVUKJXxa39LgCwvDFE36xckhG8++rzo1NANKcL+iFnH/1cm2oMx YFVpI04PAKYbrYw6eXSTvOFrUfrdmMNTLUVUf9EhE8DfNzqWxn9HYqXGXrRCv0Xp l53H3TM1lueLtbeTyUkfxjslHm1VgD8AZ7VrTC4pbrVNq0Ruhn9BsOgaRu66ysEw 2nIsXTJZ+hSQhsGxzq9U1Vsb7aKEfSoTTHKZ1zqWHCkx2LPqCIwaQVrxqs+X37zt LQX0PV1GcS3X4r0CHLJwZbpgh1MzweU7h6wO0oV7NXVAfOzeostztg2eP5/elXx3 Gajsb+YkxkZpRpNIXyJNLVD1sLKt5SeYa1686+VEJeHw+pHGozj4oSvE1Rq1oU/F QsG6dp4/BCUPySPS3jbOY/PzDIBtmUakA8ipQE1TihuUnPesLnwzrASEMfgNH4Fz obQNntZrwM/n/OK4QCX5+JsZEfLd1/Of4tMytnF5kJ9fIebxOqB3YdDDB6XCyR7y RueY5CxqO25JAct4CKwH0ETsmuq2xC/ZwN5nDjKi23N1PF7SaDs= =PpbQ -----END PGP SIGNATURE----- --F7oIdc2ROtFFsWbMbTHww68WbPonM1SPh-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 01 04:53:42 2020 Received: (at 40462) by debbugs.gnu.org; 1 May 2020 08:53:42 +0000 Received: from localhost ([127.0.0.1]:48211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jURQO-0006LH-7I for submit@debbugs.gnu.org; Fri, 01 May 2020 04:53:42 -0400 Received: from mx.sdf.org ([205.166.94.20]:49415) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jURQN-0006L8-81 for 40462@debbugs.gnu.org; Fri, 01 May 2020 04:53:35 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 0418rWlG027547 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 1 May 2020 08:53:32 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 0418rVk0022036; Fri, 1 May 2020 08:53:31 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> Date: Fri, 01 May 2020 08:53:31 +0000 In-Reply-To: <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> (Ashish SHUKLA's message of "Fri, 1 May 2020 10:49:01 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ashish SHUKLA writes: >> Hi Ashish, >> >> Thanks, sorry I wasn't clear. You can control the speed parameter of >> the native compiler during the initial build for instance as follow: >> >> make BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"' -j2 >> >> If you could try this is an interesting test. I suspect this could be >> the same bug is seen on MacOS where is observed to be working only at >> speed 0. > > After making that change, I'm able to install it fine. Very good, this could indicate my suspect is correct and in case solving this bug we could solve two problem at once. Thanks Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Fri May 01 18:03:54 2020 Received: (at 40462) by debbugs.gnu.org; 1 May 2020 22:03:54 +0000 Received: from localhost ([127.0.0.1]:50847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUdlA-0000Ei-IP for submit@debbugs.gnu.org; Fri, 01 May 2020 18:03:54 -0400 Received: from mx.sdf.org ([205.166.94.20]:56788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUdl7-0000EV-LX for 40462@debbugs.gnu.org; Fri, 01 May 2020 18:03:52 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 041M3j4E026318 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 1 May 2020 22:03:45 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 041M3ifI000403; Fri, 1 May 2020 22:03:44 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> Date: Fri, 01 May 2020 22:03:44 +0000 In-Reply-To: (Andrea Corallo's message of "Fri, 01 May 2020 08:53:31 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Ashish, Okay I've got a VM with FreeBSD 12.1-RELEASE. I had to install gmake and a bunch of other GNU utilies and libraries to compile GCC. I've compiled and installed the current GCC trunk configuring as: ../configure --enable-host-shared --enable-languages=jit \ --disable-bootstrap --enable-checking=release gmake -j2 sudo gmake install Note: to have libgccjit working I had to do the following trick: # rm /usr/bin/ld # ln -s /usr/local/bin/ld.bfd /usr/bin/ld Otherwise the GCC driver was using lld and this was trying to link the .eln against the C standard library (!?) failing. Did you had the same problem? I then compiled Emacs on 02e3ffad6d as follow: ./autogen.sh ./configure --without-x --with-gnutls=ifavailable --with-nativecomp \ --without-makeinfo time gmake NATIVE_FAST_BOOT=1 V=1 -j2 It took ~40min and went clean. Now I did a quick test and everything looks normal. My LD_LIBRARY_PATH and LIBRARY_PATH are empty and I think I had to run only 'ldconfig -R' to have libgccjit visible. I'm starting a full build for the night but I do not see why it should fail at this point. Why can't I reproduce the error? Do you see any important difference between our recepies? Thanks Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Sat May 02 03:55:13 2020 Received: (at 40462) by debbugs.gnu.org; 2 May 2020 07:55:13 +0000 Received: from localhost ([127.0.0.1]:51143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUmzO-0000bi-Ok for submit@debbugs.gnu.org; Sat, 02 May 2020 03:55:12 -0400 Received: from aloka.lostca.se ([178.63.46.202]:64141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUmz6-0000aw-Ta for 40462@debbugs.gnu.org; Sat, 02 May 2020 03:55:09 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id 4976E48A0; Sat, 2 May 2020 07:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=from:subject :to:cc:references:message-id:date:mime-version:in-reply-to :content-type; s=howrah; bh=0gveZUT69mzvJMVHCXLBjsyaA6Q=; b=1X/8 DF7MCgv/JSVi+fk/HlVIb2QkutBsIPjXiWlMpRf8HTYnORkajAQMXsKLcxiiqEF4 AZyAYVrXSPMwbNdB09B28rOPmrdNKyoCUQ7VWCvwTj6s5f3aBdnpVkaTkrHwYL3G fJMyVWolMUO6dFW0/646aWWq2/L5I7mEprfVFYo= Received: from chateau.d.if (unknown [122.180.218.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id C3D28489F; Sat, 2 May 2020 07:54:50 +0000 (UTC) From: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD To: Andrea Corallo References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> Message-ID: <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> Date: Sat, 2 May 2020 13:24:49 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tTzi9e8pFxT3W6pQBTdHZ4BMULornHrUa" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tTzi9e8pFxT3W6pQBTdHZ4BMULornHrUa Content-Type: multipart/mixed; boundary="NTApZ7huhjZ92oFCy3oLv9qwBcsho47fl" --NTApZ7huhjZ92oFCy3oLv9qwBcsho47fl Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/2/20 3:33 AM, Andrea Corallo wrote: > Hi Ashish, >=20 > Okay I've got a VM with FreeBSD 12.1-RELEASE. >=20 > I had to install gmake and a bunch of other GNU utilies and libraries t= o > compile GCC. >=20 > I've compiled and installed the current GCC trunk configuring as: >=20 > ../configure --enable-host-shared --enable-languages=3Djit \ > --disable-bootstrap --enable-checking=3Drelease > gmake -j2 > sudo gmake install I updated lang/gcc9 port to include changes required to enable gccjit, so instead of GCC trunk, I ended up using GCC 9.3.0 >=20 > Note: to have libgccjit working I had to do the following trick: >=20 > # rm /usr/bin/ld > # ln -s /usr/local/bin/ld.bfd /usr/bin/ld The port takes care of using ld from binutils. >=20 > Otherwise the GCC driver was using lld and this was trying to link the > .eln against the C standard library (!?) failing. >=20 > Did you had the same problem? =20 >=20 > I then compiled Emacs on 02e3ffad6d as follow: >=20 > ./autogen.sh > ./configure --without-x --with-gnutls=3Difavailable --with-nativecomp \= > --without-makeinfo > time gmake NATIVE_FAST_BOOT=3D1 V=3D1 -j2 my configure flags were same as mentioned previously, and gmake switches are: gmake BYTE_COMPILE_EXTRA_FLAGS=3D'--eval "(setq comp-speed 0)"' I guess I can try with NATIVE_FAST_BOOT=3D1 V=3D1. I will report back. >=20 > It took ~40min and went clean. Now I did a quick test and everything > looks normal. My LD_LIBRARY_PATH and LIBRARY_PATH are empty and I thin= k > I had to run only 'ldconfig -R' to have libgccjit visible. >=20 > I'm starting a full build for the night but I do not see why it should > fail at this point. >=20 > Why can't I reproduce the error? Do you see any important difference > between our recepies? I used the FreeBSD ports to install everything. Whereas you used GCC from trunk unlike me, and used these GNU make arguments, which I wasn't. Anyways, I'll report back with my results. Thanks! --=20 Ashish SHUKLA --NTApZ7huhjZ92oFCy3oLv9qwBcsho47fl-- --tTzi9e8pFxT3W6pQBTdHZ4BMULornHrUa Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6tJ0kACgkQx0bPqedP pLCnxw/9GdAizsfUkOY5xNR8J0E1vJ84c2TtOuMPKklXu1nZ5FiGrOxR8v/pdKUk WSYXpigxfj8GWqSIDrDzF4rcvh/MdVVNS5n/9TURzsnj00qC6/9nQfZRHJnigOAi +64tnRfEvgkqTacnUPNvU29bxMql+HOypVt8avVHS4/fnqZJKOe55NuK0ntsP+03 UmbRF/swRf4MQ2nr4j9TtgX5jBHFd1BIPCmTv8rD0eslrGCktSB0ZPoGi1y9nTSg O6pP9CqJRxh7jAulLB85zK4gGYqQch+cVnBy9LP67XXQ8lv0RaWT2LAIcC5Dc5Vf TFn37cc7YtpAM8Ttg370cvGK9GwwIe/ayTYbZFpWODKm59YA6q4AcI+EfKQlUJHL efPxLAyHTFfpS5maObk4G1JYsPH7SuyX0tWY1qT1GMbi5bJjE3SX1S7co0CjrNiW +CyxIj/PqKq8agvsF0q8hto1JXjh7L2Pz3rqaV6CHzjY3I+li582jF+Jg4i1Znys a0+QnzqElX2zQ0GQGMXDmY3rSc7LkiwYfqEWTXLKC/+S/6Sk9OOHeADbWO5MmNJ3 ulVSYFrerSu8TjOtkvSpDGSHWxZhqMsSSCqVLd1jIz9igNNt0OYSHkV3WVos6QUr l7pN56Zzpeok7nQeqSWsq2r8ttRxNEQYjcP9Jq9wMw/wLGEFzos= =X7So -----END PGP SIGNATURE----- --tTzi9e8pFxT3W6pQBTdHZ4BMULornHrUa-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 02 04:22:53 2020 Received: (at 40462) by debbugs.gnu.org; 2 May 2020 08:22:53 +0000 Received: from localhost ([127.0.0.1]:51165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUnQD-0001Hn-D8 for submit@debbugs.gnu.org; Sat, 02 May 2020 04:22:53 -0400 Received: from aloka.lostca.se ([178.63.46.202]:34856) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUnQA-0001He-Ul for 40462@debbugs.gnu.org; Sat, 02 May 2020 04:22:52 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id 5971348E4; Sat, 2 May 2020 08:22:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=subject:from :to:cc:references:message-id:date:mime-version:in-reply-to :content-type; s=howrah; bh=0D/oOryIq4+l0VVQeTSiUDBSE4w=; b=zaeg Hoj3d1lfCc4zOYeIeAO2zfh8SIVC/cc3QrPNuDcBqWLJIAM+gUf1XClj2E7Hrk3C CYyVn7GGavY0ShWSKdfci0puCetTAzIwP+y0kBuywSpFe/oChRVFOxZQrr+DV1IT gLW/pJ9DUvCEz80vEcbQvLvP9R4DOLg8ARz3EbY= Received: from chateau.d.if (unknown [122.180.218.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id D593348E3; Sat, 2 May 2020 08:22:48 +0000 (UTC) Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD From: Ashish SHUKLA To: Andrea Corallo References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> Message-ID: <36bcd418-21d6-5fa3-a1cf-9820870ca889@lostca.se> Date: Sat, 2 May 2020 13:52:47 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mvJ5KGvZiMSLXpoeeu4HAGWIhshbxAPAT" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mvJ5KGvZiMSLXpoeeu4HAGWIhshbxAPAT Content-Type: multipart/mixed; boundary="PGSA0K08QWlTsrRwqYi3eZBQdJObATkd9" --PGSA0K08QWlTsrRwqYi3eZBQdJObATkd9 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/2/20 1:24 PM, Ashish SHUKLA wrote: [...] > I used the FreeBSD ports to install everything. Whereas you used GCC > from trunk unlike me, and used these GNU make arguments, which I wasn't= =2E >=20 >=20 > Anyways, I'll report back with my results. It's still building, but at least it passed the previous stage where it was segfaulting after switching to the gmake command-line arguments: NATIVE_FAST_BOOT=3D1 V=3D1 So, that seems like a good sign. I will report back, when it completes. Thanks! --=20 Ashish SHUKLA --PGSA0K08QWlTsrRwqYi3eZBQdJObATkd9-- --mvJ5KGvZiMSLXpoeeu4HAGWIhshbxAPAT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6tLdcACgkQx0bPqedP pLCh5Q//TWCu9rjIc+TvvDh0Vds7dRfQ+4OLW9jHucWmI9WhQLsqO4c5Ws1hu0/2 TeQjrtKT7nLERwssa4/m/j54npSxGKXiETu+WZon1avRgJgIiAcKHk0CEgUk/IkY 3ERCi9nJYQu2+i46KIPfugAli91r30jKwzt85BRkhGOT1lnoSLAyECcO/dsB5Vxf u0z27sc8ANeOw5ZbP1yGNLccVrZUZJfiE4r3omTbaT09tpuXi1Io5AfGJYcb7K7Q aw9KU92Cowg8XdbqZt0BTZpfHhxCFcybDzv49VADPWYh6CYdyXQPF9jR4Wzs+YM4 7CHHYIusKOv0uMSN2sDgofF3OtHEldQ5VXs0h89VrRbtMGb18jcyd44tq67XWoVr jCq5dXALiRVgJmBB/7MvO5AeIHrPOGADqR3lmTEzfM7iBMfryAv5nqVgKqWR4hL/ +57PhudnjIjkP6bICVVyf6Pquraly06IXj6tvA+Uy6r3gX8AlfBQqsdE6k8e6WPv qjb6Jw8/w4N5/Mj81sfnAqrRQUj3CDcDHCiT1bHOoETIybwcDK9AWHEhxW39GxBs H9/1S8cJ4Yq2Zd4tmAltEK1uKZ7A+pCcsCPZENG6iy9z+0MxVJQ3VZFLuU1sbnCy m0CtmIoK91d9gG27+Ja36gFUIAq160mHv1rKVHi1V5RKV+XB3KQ= =K26B -----END PGP SIGNATURE----- --mvJ5KGvZiMSLXpoeeu4HAGWIhshbxAPAT-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 02 04:52:05 2020 Received: (at 40462) by debbugs.gnu.org; 2 May 2020 08:52:05 +0000 Received: from localhost ([127.0.0.1]:51205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUnsS-00022Z-PD for submit@debbugs.gnu.org; Sat, 02 May 2020 04:52:05 -0400 Received: from aloka.lostca.se ([178.63.46.202]:64697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUnsQ-00022E-MZ for 40462@debbugs.gnu.org; Sat, 02 May 2020 04:52:04 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id 1233A4907; Sat, 2 May 2020 08:52:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=subject:from :to:cc:references:message-id:date:mime-version:in-reply-to :content-type; s=howrah; bh=RucwRo+7CiNMKBwU4WAtJghvJdk=; b=eOjH rLLE0KKrZzS8nk17Slv55hvDDj0kJdwvg/uob1ukPdrXsc80AZDZAeCz1gUq21ED rxOtMsio9SNRjqjNP+tiVZXRFFtjJyOQ423YHdJCD/m6u8xedSjD6LqMEFG6ySo6 tGtMdiwD9lGj0qY2q+AGL41nmI01BDwy87EH/u8= Received: from chateau.d.if (unknown [122.180.218.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id 8DD5F4906; Sat, 2 May 2020 08:52:00 +0000 (UTC) Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD From: Ashish SHUKLA To: Andrea Corallo References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> <36bcd418-21d6-5fa3-a1cf-9820870ca889@lostca.se> Message-ID: Date: Sat, 2 May 2020 14:21:59 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <36bcd418-21d6-5fa3-a1cf-9820870ca889@lostca.se> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wIQKulrv8M8Dpb5DH0iCbn5f4D0aQSV5O" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wIQKulrv8M8Dpb5DH0iCbn5f4D0aQSV5O Content-Type: multipart/mixed; boundary="pZazSxldLVTlqSqS0UYUkSyUa7IepwddO" --pZazSxldLVTlqSqS0UYUkSyUa7IepwddO Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/2/20 1:52 PM, Ashish SHUKLA wrote: > On 5/2/20 1:24 PM, Ashish SHUKLA wrote: >=20 > [...] >=20 >> I used the FreeBSD ports to install everything. Whereas you used GCC >> from trunk unlike me, and used these GNU make arguments, which I wasn'= t. >> >> >> Anyways, I'll report back with my results. >=20 > It's still building, but at least it passed the previous stage where it= > was segfaulting after switching to the gmake command-line arguments: >=20 > NATIVE_FAST_BOOT=3D1 V=3D1 >=20 > So, that seems like a good sign. >=20 > I will report back, when it completes. It completed few minutes ago, with no issues. So, it seems like I was using the wrong command-line for building. Sorry about that. Thanks! --=20 Ashish SHUKLA --pZazSxldLVTlqSqS0UYUkSyUa7IepwddO-- --wIQKulrv8M8Dpb5DH0iCbn5f4D0aQSV5O Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6tNK8ACgkQx0bPqedP pLDwJA//e+XyzvBvURooIYV2lXrOKV8eXOXKkiT9FkqLgoY4eNfrWx5c14O+8H3Q ZaWusgcmGGsv7lqwL3xEYNOIcZTFnSazyZnPZ7syhHvUqlqxo+/+ZLu1Bwk4gGKk Gksr9qvTBPtLPVq7mjRm71/D7nt3wy3klUtgKitJ4tbBmDaepIgOnsp8t+FbAtqq ZfeaGpstqTklLtsyJKKDc4B1OQqOa8LKRqOiOON68X60hU8KLHd/6EB4iB7p0c3Y rSnrXeT08WWIfhQwcBQjtsxqcMPCqyISDADTO6uWjaD0zVNnvLYHWEg1PTeII1pp x9KRLS/rk538l/TQ8SjdOPvbRZyvOD1Xb/NmECsWJDWl+tXMDsMdioBtMXr27TUv 1AG453QVNeyiMdfhxk6eonQ5sS9oytHtQOOwA8nBCds9RVRJclIWk0HW12GYF7Cj cWJ+GoDnUn6N9ugDRy10o1ggZYBBSLc8u/k7Tfrsw/VDAFyxqeMrIsMBd1hIc5ZP gFUI6GgIQSG/SVntqPt/LZJVWCQ8FJJF6VAVpQl0Movbbc6js9Um1zAyYjDrq4Nx OCR9OMAmqcuQWXVEWG+7MN0z0hIeDTmj3J1MdU0cnDy95DptSDmABNcCKQbZkQBm LgFk1F141SN7QfC0mp7hA0FuMQl3EY/oARs99mapfZAdSXJCVYk= =IIRx -----END PGP SIGNATURE----- --wIQKulrv8M8Dpb5DH0iCbn5f4D0aQSV5O-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 02 05:58:10 2020 Received: (at 40462) by debbugs.gnu.org; 2 May 2020 09:58:10 +0000 Received: from localhost ([127.0.0.1]:51291 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUouN-0003eH-4K for submit@debbugs.gnu.org; Sat, 02 May 2020 05:58:09 -0400 Received: from mx.sdf.org ([205.166.94.20]:53831) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUou6-0003dc-Rv for 40462@debbugs.gnu.org; Sat, 02 May 2020 05:58:06 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 0429vn9E005609 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sat, 2 May 2020 09:57:49 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 0429vnVv015704; Sat, 2 May 2020 09:57:49 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> <36bcd418-21d6-5fa3-a1cf-9820870ca889@lostca.se> Date: Sat, 02 May 2020 09:57:49 +0000 In-Reply-To: (Ashish SHUKLA's message of "Sat, 2 May 2020 14:21:59 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ashish SHUKLA writes: > On 5/2/20 1:52 PM, Ashish SHUKLA wrote: >> On 5/2/20 1:24 PM, Ashish SHUKLA wrote: >> >> [...] >> >>> I used the FreeBSD ports to install everything. Whereas you used GCC >>> from trunk unlike me, and used these GNU make arguments, which I wasn't. >>> >>> >>> Anyways, I'll report back with my results. >> >> It's still building, but at least it passed the previous stage where it >> was segfaulting after switching to the gmake command-line arguments: >> >> NATIVE_FAST_BOOT=1 V=1 >> >> So, that seems like a good sign. >> >> I will report back, when it completes. > > It completed few minutes ago, with no issues. So, it seems like I was > using the wrong command-line for building. Sorry about that. > > Thanks! Hi Ashish, thanks for reporting first. I think your command line was fair... 'V' should be just about make verbosity and NATIVE_FAST_BOOT just native compile only core files in the first image but your crash was earlier so this should not make a difference. I suspect we are missing something. Maybe the repo was dirty somehow from some previous attempt? Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Sat May 02 08:59:36 2020 Received: (at 40462) by debbugs.gnu.org; 2 May 2020 12:59:37 +0000 Received: from localhost ([127.0.0.1]:51507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUrjy-0001ph-P1 for submit@debbugs.gnu.org; Sat, 02 May 2020 08:59:36 -0400 Received: from aloka.lostca.se ([178.63.46.202]:36583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUrjv-0001pW-5D for 40462@debbugs.gnu.org; Sat, 02 May 2020 08:59:34 -0400 Received: from aloka.lostca.se (aloka [127.0.0.1]) by aloka.lostca.se (Postfix) with ESMTP id BAF6B4C17; Sat, 2 May 2020 12:59:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=lostca.se; h=subject:to :references:from:cc:message-id:date:mime-version:in-reply-to :content-type; s=howrah; bh=H0d6LThl8ggHSHD7UIFGsEF3Ruk=; b=LgZL u9ZiDif88ZNQMxqdWnwV8DR3Jt6BFxLGgUd3yy79A6wf0JOLemJ+JNNQB8bcAJCj R/4Q1fjPX5slMNo/+n/baEUDMLUKW0tJKMr9Gg6fCVTEHsgBzttojZ09L0oSNJHa foH3U9uWEl2l1dKOTBHjH2GL2OjJ+JhbAWBakhM= Received: from chateau.d.if (unknown [122.180.218.71]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aloka.lostca.se (Postfix) with ESMTPSA id 3C42C4C16; Sat, 2 May 2020 12:59:27 +0000 (UTC) Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD To: Andrea Corallo References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> <36bcd418-21d6-5fa3-a1cf-9820870ca889@lostca.se> From: Ashish SHUKLA Message-ID: Date: Sat, 2 May 2020 18:29:25 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="x0xPNyJCitPThKwT2xTeLhs5rZxMPLsTa" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --x0xPNyJCitPThKwT2xTeLhs5rZxMPLsTa Content-Type: multipart/mixed; boundary="xtRhFwORq0PpuQzW7hsa0ElS4sEiHmYUE" --xtRhFwORq0PpuQzW7hsa0ElS4sEiHmYUE Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/2/20 3:27 PM, Andrea Corallo wrote: > Ashish SHUKLA writes: >=20 >> On 5/2/20 1:52 PM, Ashish SHUKLA wrote: >>> On 5/2/20 1:24 PM, Ashish SHUKLA wrote: >>> >>> [...] >>> >>>> I used the FreeBSD ports to install everything. Whereas you used GCC= >>>> from trunk unlike me, and used these GNU make arguments, which I was= n't. >>>> >>>> >>>> Anyways, I'll report back with my results. >>> >>> It's still building, but at least it passed the previous stage where = it >>> was segfaulting after switching to the gmake command-line arguments: >>> >>> NATIVE_FAST_BOOT=3D1 V=3D1 >>> >>> So, that seems like a good sign. >>> >>> I will report back, when it completes. >> >> It completed few minutes ago, with no issues. So, it seems like I was >> using the wrong command-line for building. Sorry about that. >> >> Thanks! >=20 > Hi Ashish, >=20 > thanks for reporting first. >=20 > I think your command line was fair... 'V' should be just about make > verbosity and NATIVE_FAST_BOOT just native compile only core files in > the first image but your crash was earlier so this should not make a > difference. >=20 > I suspect we are missing something. Maybe the repo was dirty somehow > from some previous attempt? Well, it's built from a FreeBSD port (copy of editors/emacs-devel), which uses Emacs' git commit snapshot tarball (available from github.com/emacs-mirror/emacs assumed to contain output of: git archive $commitid ) as its source, and built by roughly executing following commands: %./autogen.sh all % sed -e '/emacs-repository-version/s/^.*$$/(setq emacs-repository-version "${COMMIT_ID}")/' \ -e '/emacs-repository-branch/s/^.*$$/(setq emacs-repository-branch "master")/' -i '' lisp/loadup.el % ./configure $CONFIGURE_FLAGS % gmake $MAKE_FLAGS In your testing were you able to build without specifying any arguments to make (i.e. no "NATIVE_FAST_BOOT=3D1" "V=3D1"), as that's what was caus= ing segmentation fault for me ? Thanks! --=20 Ashish SHUKLA --xtRhFwORq0PpuQzW7hsa0ElS4sEiHmYUE-- --x0xPNyJCitPThKwT2xTeLhs5rZxMPLsTa Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAl6tbq0ACgkQx0bPqedP pLB7yxAAvDIEaE5LCXT3hWaDD/Xg82jvcElzncSwe0U3gQJuWz3pjN7vn4coIYun tfbZPzqQzeMzHd3SCs8Mn+5OilHgYRVNCH7XnhDfoAYgYVYT2E4T2koN4ani0ntH +EIC/3iKYDj0o8FPK1Ckj8VndnHpV1wSpZfH3fzSrv1vwachRGV1+17HR1PyWtJm DX7M3opZWoZcBthkA8BI01vs9dWZkb8GXMwibS0fGEiZH+zOTIiG9nR6uycxynXa dbLyxOdu5TciILcJ5e+lrDhoKJ/KHWEqgTPfMBU0QC+dTIq4exq2LVbIpMmJ1d6j vB7YqgT5j6zp8IY6Q4/Y2u600cpnmky9h7HoMa9FYZMCMQ5wiB11DOQ2D72V+riX brcNMQzD173OJQvJPQetaKuGf68WaKVFRcY+tEuPhHZ+qYoIUaW3FA0zHfX2IEls Qy737O1F7eLf/NVsN7r0WpUBPnkltXuKRBNLgsoOg/YHpnxzJ8zKuADj71Y2bqRg maXSPZxiPY2J+rOaNo47wdOsRkUjL79oi7ZNj373vJ4vGbfy5V/TLRnG1oKH9TV1 Q+DEYBJlriFqrfabI9BCIK2UU32ku4HD5wEgB31WKkZ7tIFoDuo+ZROfpkCE7pLg akqyVsZGjGFioMhUY6iejCBmfKw42fDtMzY0YZCcIg/1IzbgpWs= =owlx -----END PGP SIGNATURE----- --x0xPNyJCitPThKwT2xTeLhs5rZxMPLsTa-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 02 09:15:21 2020 Received: (at 40462) by debbugs.gnu.org; 2 May 2020 13:15:21 +0000 Received: from localhost ([127.0.0.1]:51534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUrzC-0002Gm-RV for submit@debbugs.gnu.org; Sat, 02 May 2020 09:15:21 -0400 Received: from mx.sdf.org ([205.166.94.20]:61209) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUrz9-0002Ga-B2 for 40462@debbugs.gnu.org; Sat, 02 May 2020 09:15:17 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 042DFEhe021305 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sat, 2 May 2020 13:15:14 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 042DFD2w005340; Sat, 2 May 2020 13:15:13 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> <36bcd418-21d6-5fa3-a1cf-9820870ca889@lostca.se> Date: Sat, 02 May 2020 13:15:13 +0000 In-Reply-To: (Ashish SHUKLA's message of "Sat, 2 May 2020 18:29:25 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462 Cc: 40462@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ashish SHUKLA writes: >> >> Hi Ashish, >> >> thanks for reporting first. >> >> I think your command line was fair... 'V' should be just about make >> verbosity and NATIVE_FAST_BOOT just native compile only core files in >> the first image but your crash was earlier so this should not make a >> difference. >> >> I suspect we are missing something. Maybe the repo was dirty somehow >> from some previous attempt? > > Well, it's built from a FreeBSD port (copy of editors/emacs-devel), > which uses Emacs' git commit snapshot tarball (available from > github.com/emacs-mirror/emacs assumed to contain output of: git archive > $commitid ) as its source, and built by roughly executing following > commands: Ok, no idea of how all of this works. I survived with some basic Unix knowledge but I know nothing of freebsd. > %./autogen.sh all > % sed -e '/emacs-repository-version/s/^.*$$/(setq > emacs-repository-version "${COMMIT_ID}")/' \ > -e '/emacs-repository-branch/s/^.*$$/(setq emacs-repository-branch > "master")/' -i '' lisp/loadup.el > % ./configure $CONFIGURE_FLAGS > % gmake $MAKE_FLAGS > > In your testing were you able to build without specifying any arguments > to make (i.e. no "NATIVE_FAST_BOOT=1" "V=1"), as that's what was causing > segmentation fault for me ? I'll start it but single core it will take a while to get the answer, I'm convinced tho is not here the issue you've observed. > Thanks! Welcome Andrea -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Sun May 03 05:27:09 2020 Received: (at 40462-done) by debbugs.gnu.org; 3 May 2020 09:27:09 +0000 Received: from localhost ([127.0.0.1]:54646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVAtx-0006So-6f for submit@debbugs.gnu.org; Sun, 03 May 2020 05:27:09 -0400 Received: from mx.sdf.org ([205.166.94.20]:58505) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVAtv-0006Se-EY for 40462-done@debbugs.gnu.org; Sun, 03 May 2020 05:27:08 -0400 Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 0439R4Fa012883 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sun, 3 May 2020 09:27:04 GMT Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 0439R3wq017770; Sun, 3 May 2020 09:27:03 GMT From: Andrea Corallo To: Ashish SHUKLA Subject: Re: bug#40462: 28.0.50; Building nativecomp branch segfaulting on FreeBSD References: <867dytf0p1.fsf@chateau.d.if> <0b4713d2-c50b-3871-2ea4-ded7460035d1@lostca.se> <134a49e4-c59f-e7d3-93c0-ab2ed0061003@lostca.se> <94d6fcb0-43ef-ef9a-65c8-b250b4e3e46e@lostca.se> <36bcd418-21d6-5fa3-a1cf-9820870ca889@lostca.se> Date: Sun, 03 May 2020 09:27:03 +0000 In-Reply-To: (Andrea Corallo's message of "Sat, 02 May 2020 13:15:13 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40462-done Cc: 40462-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ok for me built also with a clean command line. Given it works for me and you I'm closing this bug :) Thanks Andrea -- akrl@sdf.org From unknown Sat Jun 21 05:16:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 31 May 2020 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator