From unknown Tue Jun 17 20:16:23 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#9682 <9682@debbugs.gnu.org> To: bug#9682 <9682@debbugs.gnu.org> Subject: Status: Segfault from trunk with Lucid Reply-To: bug#9682 <9682@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:16:23 +0000 retitle 9682 Segfault from trunk with Lucid reassign 9682 emacs submitter 9682 Damien Cassou severity 9682 normal tag 9682 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 07:21:40 2011 Received: (at submit) by debbugs.gnu.org; 6 Oct 2011 11:21:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBm1D-0003RA-Of for submit@debbugs.gnu.org; Thu, 06 Oct 2011 07:21:40 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBm19-0003Qu-JX for submit@debbugs.gnu.org; Thu, 06 Oct 2011 07:21:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBm0u-0004uW-5Z for submit@debbugs.gnu.org; Thu, 06 Oct 2011 07:21:22 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FILL_THIS_FORM, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:53922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBm0u-0004uO-2j for submit@debbugs.gnu.org; Thu, 06 Oct 2011 07:21:20 -0400 Received: from eggs.gnu.org ([140.186.70.92]:38761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBm0r-000666-RW for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2011 07:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBm0p-0004tq-2c for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2011 07:21:17 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBm0o-0004tk-Fm for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2011 07:21:14 -0400 Received: by wyf22 with SMTP id 22so3179442wyf.0 for ; Thu, 06 Oct 2011 04:21:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=N1DU8K/VtI5ZkjtRkLcu/bhDp6BCVidGL4J7A2ckhVs=; b=mPD9UHG1+hORkmaoX2NZK9HqB+TVnkW+ILFsq9pMdY4PHfVOY9z2caMMJ3f1gdJglB BXvYC5iiop1zRE4dxkP8el3XYyZHs8L7LREZwY5YSObCc4LLl3YAlZJ4mJEcOTQjRO84 FuqGGzshOThUUsyMY4I452JMBZvmK4mJiUEqo= Received: by 10.227.29.85 with SMTP id p21mr845033wbc.84.1317900073086; Thu, 06 Oct 2011 04:21:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.81.137 with HTTP; Thu, 6 Oct 2011 04:20:53 -0700 (PDT) From: Damien Cassou Date: Thu, 6 Oct 2011 13:20:53 +0200 Message-ID: Subject: Segfault from trunk with Lucid To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.3 (-----) I've just compiled emacs from bzr trunk with the following commands and I can't even start Emacs Lucid: $ bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk $ ./autogen.sh $ CFLAGS=3D"-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=3D5000 -g -O0" ./configure --build i686-linux-gnu --host i686-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var --infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs-snapshot:/etc/emacs:/usr/local/share/em= acs/24.0.90/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.= 0.90/site-lisp:/usr/share/emacs/site-lisp --without-compress-info --with-crt-dir=3D/usr/lib/i386-linux-gnu/ --with-x=3Dyes --with-x-toolkit=3Dlucid --with-imagemagick=3Dyes $ /usr/bin/make -j8 CFLAGS=3D"-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=3D5000 -g -O0" LDFLAGS=3D"-g -Wl,--as-needed" bootstrap $ cd src $ gdb ./emacs GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/cassou/tmp/emacs/compile/trunk-lucid/src/emacs...done. SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY =3D :0.0 TERM =3D xterm Breakpoint 1 at 0x8164756: file emacs.c, line 386. Temporary breakpoint 2 at 0x8183691: file sysdep.c, line 855. (gdb) run -Q Starting program: /home/cassou/tmp/emacs/compile/trunk-lucid/src/emacs -Q [Thread debugging using libthread_db enabled] [New Thread 0xb6a5fb70 (LWP 4925)] [New Thread 0xb625eb70 (LWP 4926)] Program received signal SIGSEGV, Segmentation fault. 0xb7f109d8 in XtInitializeWidgetClass () from /usr/lib/i386-linux-gnu/libXt= .so.6 (gdb) bt full #0 0xb7f109d8 in XtInitializeWidgetClass () from /usr/lib/i386-linux-gnu/libXt.so.6 No symbol table info available. #1 0xb7f11500 in _XtCreateWidget () from /usr/lib/i386-linux-gnu/libXt.so.= 6 No symbol table info available. #2 0xb7f117d2 in XtCreateWidget () from /usr/lib/i386-linux-gnu/libXt.so.6 No symbol table info available. #3 0x0812876c in x_window (f=3D0x86b5ec0, window_prompting=3D0, minibuffer_only=3D0) at xfns.c:2433 class_hints =3D { res_name =3D 0x10
, res_class =3D 0x8
} attributes =3D { background_pixmap =3D 134630229, background_pixel =3D 139528574, border_pixmap =3D 10, border_pixel =3D 3221215656, bit_gravity =3D 134639617, win_gravity =3D 139187490, backing_store =3D 139088074, backing_planes =3D 3221215672, backing_pixel =3D 134639617, save_under =3D 139187586, event_mask =3D 139088074, do_not_propagate_mask =3D 2, override_redirect =3D 18, colormap =3D 2, cursor =3D 9 } attribute_mask =3D 141252648 shell_widget =3D 0x8608028 pane_widget =3D 0x86a39b8 frame_widget =3D 0x84bd522 al =3D {{ name =3D 0x8445165 "mappedWhenManaged", value =3D 0 }, { name =3D 0x8295644 "showGrip", value =3D 0 }, { name =3D 0x829564d "allowResize", ---Type to continue, or q to quit--- value =3D 1 }, { name =3D 0x8295659 "resizeToPreferred", value =3D 1 }, { name =3D 0x829566b "emacsFrame", value =3D 141254336 }, { name =3D 0x8445aa8 "visual", value =3D 140387736 }, { name =3D 0x8445043 "depth", value =3D 24 }, { name =3D 0x844503a "colormap", value =3D 32 }, { name =3D 0x844501c "borderWidth", value =3D 0 }, { name =3D 0x80b696c "\353\001\220\311\303U\211\345\203\354\030\213E\b\203\340\a\203\370\005u$\2= 13E\b\203\340", , value =3D 0 }, { name =3D 0x0, value =3D 16 }, { name =3D 0x860d108 "", value =3D 141254336 }, { name =3D 0x86b56e0 "8\020", value =3D -1073751864 }, { name =3D 0x81cdd35 "\213E\364\203\310\001\211E\360\241=C4=A5I\b\003E\f\243=C4=A5I\b\213E\360\3= 11\303U\211\345\307\005t\263H\b", value =3D 140258216 }, { name =3D 0xb7234a4f "\201\303\361z\002", value =3D -1073751752 }, { name =3D 0x8066ed0 "\211=C3=85\333t\021\017\266\003\204\300t\n\211\034$\350\241m\026", value =3D 140420064 ---Type to continue, or q to quit--- }, { name =3D 0xbfffd8f0 "N\nJ\b\002\330K\bllscreen", value =3D -1073751872 }, { name =3D 0x85c2ba8 "\n", value =3D 1667329349 }, { name =3D 0x75462e73
, value =3D 1668508780 }, { name =3D 0x6e656572
, value =3D 0 }, { name =3D 0x851095e "Q\b\372\332K\b\372\264J\bb\305L\bv\tQ\bz\305L\b\312PJ\bf\tQ\b\312PJ\b\372\= 332K\b\372\264J\b\322\016P\b\306LS\b\022\026N\b\216\tQ\b\b", value =3D -1073751800 }, { name =3D 0x8063905 "\213U\b\211B$\353\017\213E\020\211D$\004\211\034$\350\312\370\026", value =3D 139070030 }, { name =3D 0x84a0a4e "J\b2\334K\b\346\017J\b\026\240+\bv\nJ\b\322\311J\b^\nJ\b\031\240+\b\312PJ\= b\352\311J\bn\nJ\b\242\337K\bV\nJ\b\272\337K\b~\nJ\b\322\337K\b\206\nJ\b\35= 2\337K\b\216\nJ\b\002\340K\b\226\nJ\b\"\344K\b\316\016J\b:\344K\b\236\nJ\b\= 202\344K\b\256\nJ\b\352\345K\b\266\nJ\b\332\346K\b\342PJ\b\306\nJ\b\312PJ\b= \022QJ\b\342PJ\b\326\nJ\b\316\nJ\bJ\352K\b\342PJ\b\346\nJ\b\336\nJ\b\342PJ\= b\312PJ\b\202\353K\b\366\nJ\b\342PJ\b\312PJ\b\202\353K\b\006\vJ\b\352&L\b\2= 76\n"..., value =3D -1073751800 }, { name =3D 0x81f5305 "\311\303U\211\345WVS\203\354,\213}\f\213\065`\247I\b\213]\b", , value =3D 139070030 }, { name =3D 0x84bd802 "", value =3D 1668508780 }} ac =3D 9 #4 0x0812a777 in Fx_create_frame (parms=3D139065598) at xfns.c:3357 f =3D 0x86b5ec0 frame =3D 141254341 tem =3D 139088050 name =3D 139088050 minibuffer_only =3D 0 window_prompting =3D 0 width =3D 0 height =3D 0 ---Type to continue, or q to quit--- count =3D 16 gcpro1 =3D { next =3D 0x849fa0e, var =3D 0xc, nvars =3D 139088074 } gcpro2 =3D { next =3D 0xbfffdad8, var =3D 0x81ed75f, nvars =3D 18 } gcpro3 =3D { next =3D 0x84a50ca, var =3D 0x50, nvars =3D 139088074 } gcpro4 =3D { next =3D 0x1, var =3D 0x0, nvars =3D -1073751908 } display =3D 139088074 dpyinfo =3D 0x85e9178 parent =3D 139088074 kb =3D 0x85e98c0 #5 0x081ece10 in Ffuncall (nargs=3D2, args=3D0xbfffdba0) at eval.c:2974 fun =3D 137036325 original_fun =3D 139242378 funcar =3D 139088050 numargs =3D 1 lisp_numargs =3D 0 val =3D 139065870 backtrace =3D { next =3D 0xbfffde3c, function =3D 0xbfffdba0, args =3D 0xbfffdba4, nargs =3D 1, debug_on_exit =3D 0 } internal_args =3D 0xbfffdba4 ---Type to continue, or q to quit--- i =3D 0 #6 0x0822c71a in exec_byte_code (bytestr=3D137310225, vector=3D137310245, maxdepth=3D16, args_template=3D139088074, nargs=3D0, args=3D0x0) at bytecode.c:785 count =3D 11 op =3D 1 vectorp =3D 0x82f3028 stack =3D { pc =3D 0x841a558 "\024=CE=8E\317\f!\210\320\f\b\"\210\321\f\322\"\210\323\f\b\"\210\n\204W", byte_string =3D 137310225, byte_string_start =3D 0x841a522 "\306\b!\020\307\b!\031\310\b\236\032\311\033=CA=89\034\035\v\312\036\026\2= 11\036\027\203\060", constants =3D 137310245, next =3D 0xbfffdee4 } top =3D 0xbfffdba0 result =3D 136104795 #7 0x081ed74a in funcall_lambda (fun=3D137310189, nargs=3D1, arg_vector=3D0x84a50ca) at eval.c:3205 val =3D 1 syms_left =3D 139088074 next =3D 139332242 lexenv =3D 139088074 count =3D 10 i =3D 1 optional =3D 1 rest =3D 0 #8 0x081ed02f in Ffuncall (nargs=3D2, args=3D0xbfffdea0) at eval.c:3023 fun =3D 137310189 original_fun =3D 139622058 funcar =3D 139088050 numargs =3D 1 lisp_numargs =3D 0 val =3D 139088074 backtrace =3D { next =3D 0xbfffe14c, function =3D 0xbfffdea0, args =3D 0xbfffdea4, nargs =3D 1, debug_on_exit =3D 0 } internal_args =3D 0xc0 i =3D 1845494788 #9 0x0822c71a in exec_byte_code (bytestr=3D137636905, vector=3D137636925, maxdepth=3D20, args_template=3D139088074, nargs=3D0, args=3D0x0) at bytecode.c:785 ---Type to continue, or q to quit--- count =3D 5 op =3D 1 vectorp =3D 0x8342c40 stack =3D { pc =3D 0x83e542b "\026\027\320\016\027!\210\016\035\311\036\036\211\036\037\203", , byte_string =3D 137636905, byte_string_start =3D 0x83e537b "\306\b\236\203,", constants =3D 137636925, next =3D 0xbfffe1f4 } top =3D 0xbfffdea0 result =3D 139065998 #10 0x081ed74a in funcall_lambda (fun=3D137636877, nargs=3D1, arg_vector=3D0x84a50ca) at eval.c:3205 val =3D 1 syms_left =3D 139088074 next =3D 139332242 lexenv =3D 139088074 count =3D 4 i =3D 1 optional =3D 1 rest =3D 0 #11 0x081ed02f in Ffuncall (nargs=3D2, args=3D0xbfffe1b0) at eval.c:3023 fun =3D 137636877 original_fun =3D 139588738 funcar =3D 140279806 numargs =3D 1 lisp_numargs =3D 0 val =3D 139088074 backtrace =3D { next =3D 0xbfffe45c, function =3D 0xbfffe1b0, args =3D 0xbfffe1b4, nargs =3D 1, debug_on_exit =3D 0 } internal_args =3D 0x84a50ca i =3D 0 #12 0x0822c71a in exec_byte_code (bytestr=3D137634201, vector=3D137634221, maxdepth=3D24, args_template=3D139088074, nargs=3D0, args=3D0x0) at bytecode.c:785 count =3D 4 op =3D 1 ---Type to continue, or q to quit--- vectorp =3D 0x83421b0 stack =3D { pc =3D 0x83e5cb6 "\211\026\024\026\025\317\v!\023\320\016\024\321\322\n\321\"#\210\323\n!\21= 0=CA=89\022\207", byte_string =3D 137634201, byte_string_start =3D 0x83e5c85 "\b\205K", constants =3D 137634221, next =3D 0xbfffe534 } top =3D 0xbfffe1b0 result =3D 0 #13 0x081ed74a in funcall_lambda (fun=3D137634173, nargs=3D0, arg_vector=3D0x84a50ca) at eval.c:3205 val =3D 139088074 syms_left =3D 139088074 next =3D -1073749000 lexenv =3D 139088074 count =3D 4 i =3D 0 optional =3D 0 rest =3D 0 #14 0x081ed02f in Ffuncall (nargs=3D1, args=3D0xbfffe4c0) at eval.c:3023 fun =3D 137634173 original_fun =3D 139635610 funcar =3D 139088074 numargs =3D 0 lisp_numargs =3D 137127633 val =3D 139088074 backtrace =3D { next =3D 0xbfffe79c, function =3D 0xbfffe4c0, args =3D 0xbfffe4c4, nargs =3D 0, debug_on_exit =3D 0 } internal_args =3D 0x50 i =3D 4 #15 0x0822c71a in exec_byte_code (bytestr=3D137330041, vector=3D137330061, maxdepth=3D72, args_template=3D0, nargs=3D0, args=3D0xbfffe808) at bytecode.c:785 count =3D 4 op =3D 0 vectorp =3D 0x82f7d90 stack =3D { ---Type to continue, or q to quit--- pc =3D 0x84177a4 "\210\201\210", byte_string =3D 137330041, byte_string_start =3D 0x84174f8 "\306 \020\307\021\n\023\307\024\310\311!\211\307=3D\204\060", constants =3D 137330061, next =3D 0xbfffe844 } top =3D 0xbfffe4c0 result =3D -1222134804 #16 0x081ed47c in funcall_lambda (fun=3D137330013, nargs=3D0, arg_vector=3D0x0) at eval.c:3139 val =3D 5 syms_left =3D 0 next =3D -1073748168 lexenv =3D -1073747944 count =3D 4 i =3D 2 optional =3D 136255914 rest =3D -1073748168 #17 0x081ed02f in Ffuncall (nargs=3D1, args=3D0xbfffe804) at eval.c:3023 fun =3D 137330013 original_fun =3D 139635274 funcar =3D -1 numargs =3D 0 lisp_numargs =3D 228 val =3D 141925981 backtrace =3D { next =3D 0xbfffeb20, function =3D 0xbfffe804, args =3D 0xbfffe808, nargs =3D 0, debug_on_exit =3D 0 } internal_args =3D 0x40 i =3D 0 #18 0x0822c71a in exec_byte_code (bytestr=3D137327233, vector=3D137327253, maxdepth=3D32, args_template=3D0, nargs=3D0, args=3D0xbfffea60) at bytecode.c:785 count =3D 3 op =3D 0 vectorp =3D 0x82f7298 stack =3D { pc =3D 0x8418422 "\210)\210\346\347\350\"\210\351\317\352\"\211;\203\240", byte_string =3D 137327233, ---Type to continue, or q to quit--- byte_string_start =3D 0x841839b "\b\203\b", constants =3D 137327253, next =3D 0x0 } top =3D 0xbfffe804 result =3D -1208043143 #19 0x081ed47c in funcall_lambda (fun=3D137327205, nargs=3D0, arg_vector=3D0x0) at eval.c:3139 val =3D -1208179632 syms_left =3D 0 next =3D 142664856 lexenv =3D -1208178910 count =3D 3 i =3D -1221352056 optional =3D 140909032 rest =3D 2193 #20 0x081ed2b3 in apply_lambda (fun=3D137327205, args=3D139088074) at eval.= c:3082 args_left =3D 139088074 i =3D 0 numargs =3D 0 arg_vector =3D 0xbfffea60 gcpro1 =3D { next =3D 0x29359751, var =3D 0x4e78a202, nvars =3D 0 } gcpro2 =3D { next =3D 0x4e8cab58, var =3D 0x134557d, nvars =3D 1316528642 } gcpro3 =3D { next =3D 0x0, var =3D 0x1, nvars =3D 142664856 } tem =3D -1073745440 sa_count =3D 3 sa_must_free =3D 0 #21 0x081ebe44 in eval_sub (form=3D139292958) at eval.c:2367 fun =3D 137327205 ---Type to continue, or q to quit--- val =3D 139088074 original_fun =3D 139501026 original_args =3D 139088074 funcar =3D -1207963660 backtrace =3D { next =3D 0x0, function =3D 0xbfffeb5c, args =3D 0xbfffea60, nargs =3D 0, debug_on_exit =3D 0 } gcpro1 =3D { next =3D 0x84a9df0, var =3D 0x848be08, nvars =3D 0 } gcpro2 =3D { next =3D 0x804ee23, var =3D 0xbffff1e0, nvars =3D 138984968 } gcpro3 =3D { next =3D 0x84a50ca, var =3D 0x84a9df0, nvars =3D -1223493229 } #22 0x081eb6b5 in Feval (form=3D139292958, lexical=3D139088074) at eval.c:2= 176 count =3D 2 #23 0x081681ed in top_level_2 () at keyboard.c:1167 No locals. #24 0x081ea5c9 in internal_condition_case (bfun=3D0x81681d0 , handlers=3D139119106, hfun=3D0x8167e2a ) at eval.c:1499 val =3D 0 c =3D { tag =3D 139088074, val =3D 139088074, next =3D 0xbfffed38, gcpro =3D 0x0, jmp =3D {{ __jmpbuf =3D {-1073745440, -1073745856, -1073746140, -1073746696, -1954117101, 1226075516}, __mask_was_saved =3D 0, ---Type to continue, or q to quit--- __saved_mask =3D { __val =3D {0, 0, 3221220116, 3072827380, 3086922054, 0, 0, 3221220592, 3221220128, 3087005976, 134539841, 3073615240, 134539131, 3073615152, 3087003636, 3071412748, 36, 3221220280, 3086923506, 3071857601, 140117064, 3221220188, 3086815220, 3221220268, 3221220188, 139032288, 3071430320, 3073615240, 135807602, 4294967295, 3087003636, 134539841} } }}, backlist =3D 0x0, handlerlist =3D 0x0, lisp_eval_depth =3D 0, pdlcount =3D 2, poll_suppress_count =3D 1, interrupt_input_blocked =3D 0, byte_stack =3D 0x0 } h =3D { handler =3D 139119106, var =3D 139088074, chosen_clause =3D 0, tag =3D 0xbfffec10, next =3D 0x0 } #25 0x08168221 in top_level_1 (ignore=3D139088074) at keyboard.c:1175 No locals. #26 0x081ea0c5 in internal_catch (tag=3D139117082, func=3D0x81681ef , arg=3D139088074) at eval.c:1256 c =3D { tag =3D 139117082, val =3D 139088074, next =3D 0x0, gcpro =3D 0x0, jmp =3D {{ __jmpbuf =3D {-1073745440, -1073745856, -1073746140, -1073746424, -1954231789, 1226827644}, __mask_was_saved =3D 0, __saved_mask =3D { __val =3D {0 , 139088074, 3221220872, 136135959, 138703816, 139088074, 139107824, 136574471, 142369792, 3221221856, 138703816, 139107824, 138703816} } }}, backlist =3D 0x0, handlerlist =3D 0x0, lisp_eval_depth =3D 0, ---Type to continue, or q to quit--- pdlcount =3D 2, poll_suppress_count =3D 1, interrupt_input_blocked =3D 0, byte_stack =3D 0x0 } #27 0x08168157 in command_loop () at keyboard.c:1130 No locals. #28 0x08167a63 in recursive_edit_1 () at keyboard.c:757 count =3D 1 val =3D -1073746280 #29 0x08167bb4 in Frecursive_edit () at keyboard.c:821 count =3D 0 buffer =3D 139088074 #30 0x081660e2 in main (argc=3D2, argv=3D0xbffff284) at emacs.c:1706 dummy =3D -1207961320 stack_bottom_variable =3D 8 '\b' do_initial_setlocale =3D 1 skip_args =3D 0 rlim =3D { rlim_cur =3D 8388608, rlim_max =3D 18446744073709551615 } no_loadup =3D 0 junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0xb6d1a970 "#\356\004\b\020ii\r" Lisp Backtrace: "x-create-frame" (0xbfffdba4) "x-create-frame-with-faces" (0xbfffdea4) "make-frame" (0xbfffe1b4) "frame-initialize" (0xbfffe4c4) "command-line" (0xbfffe808) "normal-top-level" (0xbfffea60) (gdb) (gdb) xbacktrace "x-create-frame" (0xbfffdba4) "x-create-frame-with-faces" (0xbfffdea4) "make-frame" (0xbfffe1b4) "frame-initialize" (0xbfffe4c4) "command-line" (0xbfffe808) "normal-top-level" (0xbfffea60) --=20 Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 12:24:54 2011 Received: (at 9682) by debbugs.gnu.org; 6 Oct 2011 16:24:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBqkg-0005Mj-7h for submit@debbugs.gnu.org; Thu, 06 Oct 2011 12:24:54 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBqke-0005Mc-ON for 9682@debbugs.gnu.org; Thu, 06 Oct 2011 12:24:53 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RBqkU-0007LE-Dt; Thu, 06 Oct 2011 12:24:42 -0400 From: Glenn Morris To: Damien Cassou Subject: Re: bug#9682: Segfault from trunk with Lucid References: X-Spook: 22nd SAS Uzi Compsec government colonel Project Monarch X-Ran: d,6eQd#~$l\T3~lH6CC}Lvwa5]N1Vj3tgtC~W>mMNs<]77]qEP[WGcu9;B3IIrkLMyL (Damien Cassou's message of "Thu, 6 Oct 2011 13:20:53 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9682 Cc: 9682@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Looks similar to http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6075 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 14 05:03:42 2011 Received: (at 9682) by debbugs.gnu.org; 14 Oct 2011 09:03:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REdg3-0001k8-Lb for submit@debbugs.gnu.org; Fri, 14 Oct 2011 05:03:41 -0400 Received: from mail-gx0-f172.google.com ([209.85.161.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REdg1-0001jv-26 for 9682@debbugs.gnu.org; Fri, 14 Oct 2011 05:03:38 -0400 Received: by ggnk3 with SMTP id k3so858670ggn.3 for <9682@debbugs.gnu.org>; Fri, 14 Oct 2011 02:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yij2AtSVSjFC/LAMPOX7z21PdIVKHduhsQS63s7RP+A=; b=iRMlZRDHs3yRGu/4VRJv/074751LnkXZZtF6/lm3vBbGGJQodd8aETUs4mFfA6+GG0 A++Cv0zixgZQyuVftFhppSVAasURJ4e935nftiuVwcaXUidvtVACH6hDFE/FvRXDCAt8 UJE1TeXHJZw4wICXjrUPVpJKOqk+Qdn2UrHek= Received: by 10.68.15.201 with SMTP id z9mr6305812pbc.36.1318582978114; Fri, 14 Oct 2011 02:02:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.173.8 with HTTP; Fri, 14 Oct 2011 02:02:38 -0700 (PDT) In-Reply-To: References: From: Damien Cassou Date: Fri, 14 Oct 2011 11:02:38 +0200 Message-ID: Subject: Re: bug#9682: Segfault from trunk with Lucid To: Glenn Morris Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: 9682 Cc: 9682@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.3 (----) On Thu, Oct 6, 2011 at 6:24 PM, Glenn Morris wrote: > Looks similar to http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6075 Maybe. I can reproduce it and the bug does not seem to want to go away. What can I do? -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 14 09:02:01 2011 Received: (at 9682) by debbugs.gnu.org; 14 Oct 2011 13:02:01 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REhOi-0007wc-C7 for submit@debbugs.gnu.org; Fri, 14 Oct 2011 09:02:00 -0400 Received: from smtprelay-h21.telenor.se ([195.54.99.196]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REhOg-0007wQ-7A for 9682@debbugs.gnu.org; Fri, 14 Oct 2011 09:01:59 -0400 Received: from iph5.telenor.se (iph5.telenor.se [195.54.127.136]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 041BAEB836 for <9682@debbugs.gnu.org>; Fri, 14 Oct 2011 15:01:17 +0200 (CEST) X-SENDER-IP: [85.225.45.201] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AldKAOsxmE5V4S3JPGdsb2JhbABDqF0ZAQEBATcygVMBAQU4HiIBEAsYCRYPCQMCAQIBGwwKFAYNAQUCAQGHfAa3bIdtBJkfjC8 X-IronPort-AV: E=Sophos;i="4.69,346,1315173600"; d="scan'208";a="53748041" Received: from c-c92de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.201]) by iph5.telenor.se with ESMTP; 14 Oct 2011 15:01:17 +0200 Received: from [10.225.17.10] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 31E4D7FA065; Fri, 14 Oct 2011 15:01:16 +0200 (CEST) Message-ID: <4E98329A.7050806@swipnet.se> Date: Fri, 14 Oct 2011 15:01:14 +0200 From: "Jan D." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Damien Cassou Subject: Re: bug#9682: Segfault from trunk with Lucid References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 9682 Cc: Glenn Morris , 9682@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) Damien Cassou skrev 2011-10-14 11:02: > On Thu, Oct 6, 2011 at 6:24 PM, Glenn Morris wrote: >> Looks similar to http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6075 > > Maybe. I can reproduce it and the bug does not seem to want to go > away. What can I do? > Compile the X libs where the crash is, or get hold of some debug info for them so you can see exactly what goes wrong. There is probably some bad input, but what? It could also be a gcc issue or something debian specific. BTW what does -DDEBIAN enable? You can try to loose all your special CFLAGS and LDFLAGS as well as makeflags (-j8 has cause problems before). Jan D. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 12 03:06:41 2012 Received: (at control) by debbugs.gnu.org; 12 Feb 2012 08:06:42 +0000 Received: from localhost ([127.0.0.1]:36737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RwUSH-0001X4-CY for submit@debbugs.gnu.org; Sun, 12 Feb 2012 03:06:41 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:32963 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RwUSF-0001Ww-FD for control@debbugs.gnu.org; Sun, 12 Feb 2012 03:06:40 -0500 Received: from [155.69.16.175] (port=44886 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RwUQs-0008Nl-HE for control@debbugs.gnu.org; Sun, 12 Feb 2012 03:05:15 -0500 From: Chong Yidong To: control@debbugs.gnu.org Subject: merge 9682 9940 Date: Sun, 12 Feb 2012 16:05:07 +0800 Message-ID: <87obt4zdcc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) merge 9682 9940 thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 02:06:45 2019 Received: (at 9682) by debbugs.gnu.org; 23 Aug 2019 06:06:45 +0000 Received: from localhost ([127.0.0.1]:38946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i12ij-0000L6-Cw for submit@debbugs.gnu.org; Fri, 23 Aug 2019 02:06:45 -0400 Received: from mail-pl1-f196.google.com ([209.85.214.196]:46125) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i12ih-0000Kr-Jm for 9682@debbugs.gnu.org; Fri, 23 Aug 2019 02:06:44 -0400 Received: by mail-pl1-f196.google.com with SMTP id c2so4944054plz.13 for <9682@debbugs.gnu.org>; Thu, 22 Aug 2019 23:06:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=a/DvdA2tf+CTZwjLWT5xS1D7rqFkxpHwShu86FL+wFA=; b=AvC7XKH5w5ohOwVOAYHqM8kCC3QkKgqv+Yw9sTYB2HTMS9Emqw+LCBuNlMkEC0eH8r wQtjsxWo3E1AhmJPGCOZYMyW2TcSRjC8wJfM3AtSuwCsKIUa9Yo6g3bejMGU6hxwokjW U09MgNMYunfk6M7EGvJQlW6r0oqzljvyIgrXs8TR3QyL/A5O1NUM3faIIJnqw4oq5TBR nUectrtImTJsmq0Y0rHdC8eKLkOGIdBawLPyBOEAydjSkO0nlK5V7/C9Bqyq3j+9+6/J gNJwqGYG9GrLjDJyj/r7XJ7KRP5XkRlnYCMgAF+NpAkcStChW4VkjB1vzd6gaDASSaf4 6Pkw== X-Gm-Message-State: APjAAAURASoNpGHnZNWlJ0TIHDg16j0/2Iv6hBbWd5Hgt+oru3XBST6u cprsNWF87U/dROa6snbaS2pCu/cMVk4GtNVNhLc= X-Google-Smtp-Source: APXvYqyQ1FdPPw3dAFuedR408KuL40doev9GlwbF1SIVb4q1hNqAx/yLUKWWF3Cdv/M2/Roy4/43BRMTMLIf2gqKFoI= X-Received: by 2002:a17:902:b702:: with SMTP id d2mr2913464pls.259.1566540397902; Thu, 22 Aug 2019 23:06:37 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Fri, 23 Aug 2019 08:06:26 +0200 Message-ID: Subject: Re: bug#9682: Segfault from trunk with Lucid To: "Jan D." Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 9682 Cc: Glenn Morris , Damien Cassou , 9682@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: -0.5 (/) "Jan D." writes: > Damien Cassou skrev 2011-10-14 11:02: >> On Thu, Oct 6, 2011 at 6:24 PM, Glenn Morris wrote: >>> Looks similar to http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6075 >> >> Maybe. I can reproduce it and the bug does not seem to want to go >> away. What can I do? >> > > Compile the X libs where the crash is, or get hold of some debug info for them > so you can see exactly what goes wrong. There is probably some bad input, but > what? > It could also be a gcc issue or something debian specific. > BTW what does -DDEBIAN enable? > > You can try to loose all your special CFLAGS and LDFLAGS as well as makeflags > (-j8 has cause problems before). Hi Damien, That was 8 years ago. Did you ever get a chance to look into this bug any further? Are you still seeing the same issue on a modern version of Emacs, for example the latest version 26.2? If I don't hear back from you in a couple of weeks, I'll just assume that the issue has been fixed in the intervening years and close the bug report. Thanks, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 02:17:23 2019 Received: (at control) by debbugs.gnu.org; 23 Aug 2019 06:17:23 +0000 Received: from localhost ([127.0.0.1]:38965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i12t1-0000mU-I0 for submit@debbugs.gnu.org; Fri, 23 Aug 2019 02:17:23 -0400 Received: from mail-pg1-f169.google.com ([209.85.215.169]:44657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i12t0-0000mI-HU for control@debbugs.gnu.org; Fri, 23 Aug 2019 02:17:22 -0400 Received: by mail-pg1-f169.google.com with SMTP id i18so5170816pgl.11 for ; Thu, 22 Aug 2019 23:17:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=G+0KMKnwwbRLtYHyBEclCpBvIoy70DwApAoKslA7qkU=; b=dNU0n6JCnE0FXKrlnMv7cQAqeGZ5yoEWPZ5hkO0nUkjU93TgxM9SaguNDQ6Y+kKjGJ 6Tyc6JV+Hn1OHvSTpS3u3ruL5oDUlpag+WYZ9Ygs9K8tSSeUyhm44mKHiT09LrRorp/A Pf7zijHerxfkNhaDoy+KrtTk6e/J0Ubs6zt4yUNFigOjLHnd+OLYHzFUD5CE9X+d288Q gqU2XsCi/hyKEdzZoxJIQua7jrEgkBzAeXoTNRfMes9cVcE6bmwDahNAl8GQtNMhvvKS oDhNwWgh9os0nxntZKVOnUUm6RmR92NuYv+WwRREh2w5GCm6ihoQB3GDmmP7O0VWcDIg HN6w== X-Gm-Message-State: APjAAAWcwScxyNGceRFPan9uk+lJ6Hcd+kyzcqJbDkLUHqe9EaO2OazS yjbY41M+dG/viy88PuZJnG0dFPcPVqI/Q7Zyoc/ct0dE X-Google-Smtp-Source: APXvYqwiaLsjeklTX36QFz4NhQ00y8dpiOqgIS314sjGiZf5p22uolv2uzxn0Mpm3NsPN0J9103KtsdFh8HyVuktTPM= X-Received: by 2002:a63:69c1:: with SMTP id e184mr2440583pgc.198.1566541036683; Thu, 22 Aug 2019 23:17:16 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Fri, 23 Aug 2019 08:17:05 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 11629 moreinfo tags 11501 unreproducible moreinfo tags 9682 moreinfo quit Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.215.169 listed in list.dnswl.org] 2.0 BLANK_SUBJECT Subject is present but empty 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different X-Debbugs-Envelope-To: control 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.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 11629 moreinfo tags 11501 unreproducible moreinfo tags 9682 moreinfo quit Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.215.169 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 2.0 BLANK_SUBJECT Subject is present but empty 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different tags 11629 moreinfo tags 11501 unreproducible moreinfo tags 9682 moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 03:29:26 2019 Received: (at 9682) by debbugs.gnu.org; 23 Aug 2019 07:29:26 +0000 Received: from localhost ([127.0.0.1]:39034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i140k-0006sT-2B for submit@debbugs.gnu.org; Fri, 23 Aug 2019 03:29:26 -0400 Received: from mail.choca.pics ([62.210.108.126]:54578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i140i-0006sL-EV for 9682@debbugs.gnu.org; Fri, 23 Aug 2019 03:29:25 -0400 Received: from localhost (localhost.localdomain [IPv6:::1]) by mail.choca.pics (Postfix) with ESMTP id 05688F05BA0; Fri, 23 Aug 2019 09:29:23 +0200 (CEST) Received: from mail.choca.pics ([IPv6:::1]) by localhost (mail.choca.pics [IPv6:::1]) (amavisd-new, port 10032) with ESMTP id bV6qcydFXPMi; Fri, 23 Aug 2019 09:29:22 +0200 (CEST) Received: from localhost (localhost.localdomain [IPv6:::1]) by mail.choca.pics (Postfix) with ESMTP id 5313DF1A208; Fri, 23 Aug 2019 09:29:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at choca.pics Received: from mail.choca.pics ([IPv6:::1]) by localhost (mail.choca.pics [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id Rma5jFFDq-Bt; Fri, 23 Aug 2019 09:29:22 +0200 (CEST) Received: from luz4 (arennes-659-1-13-31.w86-215.abo.wanadoo.fr [86.215.172.31]) by mail.choca.pics (Postfix) with ESMTPSA id 10E78F05BA0; Fri, 23 Aug 2019 09:29:22 +0200 (CEST) From: Damien Cassou To: 9682@debbugs.gnu.org Subject: Re: bug#9682: Segfault from trunk with Lucid In-Reply-To: References: Date: Fri, 23 Aug 2019 09:29:20 +0200 Message-ID: <87wof45ohb.fsf@cassou.me> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 9682 Cc: Glenn Morris , "Jan D." , Stefan Kangas 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 Stefan, I've been running Emacs just fine for quite some years now :-). Thanks, -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 23 13:19:36 2019 Received: (at 9682-done) by debbugs.gnu.org; 23 Aug 2019 17:19:36 +0000 Received: from localhost ([127.0.0.1]:41083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i1DDs-0000ts-3V for submit@debbugs.gnu.org; Fri, 23 Aug 2019 13:19:36 -0400 Received: from mail-pf1-f195.google.com ([209.85.210.195]:38791) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i1DDp-0000ta-Ig for 9682-done@debbugs.gnu.org; Fri, 23 Aug 2019 13:19:35 -0400 Received: by mail-pf1-f195.google.com with SMTP id o70so6864103pfg.5 for <9682-done@debbugs.gnu.org>; Fri, 23 Aug 2019 10:19:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+co0bnvfZ17ULCG+25PzTMApHibFXAOhZKzJRGKFco0=; b=lzcDC95BtMudvBtU1FvcpzKmPp4e9cXcHu/wVuIODCDcgagOuOfmn207k79BLpurr2 g0/tGtyeXu+/1Hq9W+Ftj3v93ARbSCoPFFfC0UewWCC5H8DDXoJ5uJKQ6IWROtlvURxA kC1L7D2VICD2zOihsm6PVLa0cW6WR1H5S+A2F5XDCEuZsypwytMFhDxbTZcRAU0pEQHv 3798XsaITZwhLQ5r/GRjsv6rOeyvcO17sTVEUQGedOk8ifVvKZlWYUnDb7LBG1C2R+Bh Yln6fCG8qHUZQdVyimXQ0Tqwev+J3em0rWQ/hxE7kdEPX0KlyzwDibpSSqiNeqjogLEr LRzw== X-Gm-Message-State: APjAAAWO4zZODvnTBHsvvFgOVvFsavW9PE7t76oWkyrx7VyrO9WiULMx XveiN21r02Kci7KtLNZIF+pwvrMjwEQfAi9TCX8= X-Google-Smtp-Source: APXvYqwD3ai4t9Hef8b6qma/yngQK/B3AtnCNGvR0N6e5VDIeUXhhY6BC/EkizzbKmljCdqa8JuHMDRvRKThYfDRhqc= X-Received: by 2002:a17:90a:17ab:: with SMTP id q40mr6485285pja.106.1566580767692; Fri, 23 Aug 2019 10:19:27 -0700 (PDT) MIME-Version: 1.0 References: <87wof45ohb.fsf@cassou.me> In-Reply-To: <87wof45ohb.fsf@cassou.me> From: Stefan Kangas Date: Fri, 23 Aug 2019 19:19:16 +0200 Message-ID: Subject: Re: bug#9682: Segfault from trunk with Lucid To: Damien Cassou Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 9682-done Cc: Glenn Morris , 9682-done@debbugs.gnu.org, "Jan D." 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.5 (/) Damien Cassou writes: > Hi Stefan, > > I've been running Emacs just fine for quite some years now :-). > > Thanks, Thanks. Since this is no longer an issue, I'm closing this bug report. Best regards, Stefan Kangas From unknown Tue Jun 17 20:16:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 21 Sep 2019 11:24:05 +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