From unknown Thu Sep 11 23:33:56 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#14982 <14982@debbugs.gnu.org> To: bug#14982 <14982@debbugs.gnu.org> Subject: Status: 24.3; core dump on NetBSD in graphical mode on files in cvs Reply-To: bug#14982 <14982@debbugs.gnu.org> Date: Fri, 12 Sep 2025 06:33:56 +0000 retitle 14982 24.3; core dump on NetBSD in graphical mode on files in cvs reassign 14982 emacs submitter 14982 tk@giga.or.at severity 14982 important thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 29 17:53:06 2013 Received: (at submit) by debbugs.gnu.org; 29 Jul 2013 21:53:06 +0000 Received: from localhost ([127.0.0.1]:56740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V3vNI-0002fO-Dp for submit@debbugs.gnu.org; Mon, 29 Jul 2013 17:53:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39703) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V3vNG-0002eZ-2H for submit@debbugs.gnu.org; Mon, 29 Jul 2013 17:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3vN3-0001t6-Gi for submit@debbugs.gnu.org; Mon, 29 Jul 2013 17:52:56 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:50270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3vN3-0001t1-DT for submit@debbugs.gnu.org; Mon, 29 Jul 2013 17:52:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3vMx-0001gG-32 for bug-gnu-emacs@gnu.org; Mon, 29 Jul 2013 17:52:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3vMq-0001qZ-R9 for bug-gnu-emacs@gnu.org; Mon, 29 Jul 2013 17:52:43 -0400 Received: from fep18.mx.upcmail.net ([62.179.121.38]:63671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3vMq-0001pg-Ci for bug-gnu-emacs@gnu.org; Mon, 29 Jul 2013 17:52:36 -0400 Received: from edge03.upcmail.net ([192.168.13.238]) by viefep18-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130729215233.FIVA26154.viefep18-int.chello.at@edge03.upcmail.net> for ; Mon, 29 Jul 2013 23:52:33 +0200 Received: from yt.nih.at ([213.47.1.69]) by edge03.upcmail.net with edge id 6MsZ1m00S1VKkul03MsZfr; Mon, 29 Jul 2013 23:52:33 +0200 X-SourceIP: 213.47.1.69 Received: by yt.nih.at (Postfix, from userid 1000) id 389732AC1B4; Mon, 29 Jul 2013 23:52:33 +0200 (CEST) From: tk@giga.or.at To: bug-gnu-emacs@gnu.org Subject: 24.3; core dump on NetBSD in graphical mode on files in cvs Date: Mon, 29 Jul 2013 23:52:32 +0200 Message-ID: <87zjt5kp9b.fsf@yt.nih.at> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -3.4 (---) When editing a file in emacs in GTK mode, emacs reproducibly crashes for me. It doesn't happen when start editing with 'emacs -nw'. One example test case where this reproducibly happens for me on NetBSD-6.99.23/amd64 is emacs /usr/pkgsrc/doc/guide/files/options.xml It also happens with emacs -Q /usr/pkgsrc/doc/guide/files/options.xml but not with emacs -nw /usr/pkgsrc/doc/guide/files/options.xml When I compile emacs with '-g -O0' and start it in gdb, I get the following backtrace (bt full): #0 0x00007f7febd09354 in strncmp () from /usr/lib/libc.so.12 No symbol table info available. #1 0x00007f7febcb9dce in __getenvslot (allocate=3D, name=3D= , l_name=3D, allocate=3D) at /= archive/foreign/src/lib/libc/stdlib/_env.c:266 num_entries =3D required_size =3D new_size =3D new_environ =3D #2 __findenvvar (name=3D0x7f7fefc063a2 "LANGUAGE", l_name=3D8) at /archive= /foreign/src/lib/libc/stdlib/_env.c:333 No locals. #3 0x00007f7febcb9854 in getenv (name=3D0x7f7fefc063a2 "LANGUAGE") at /arc= hive/foreign/src/lib/libc/stdlib/getenv.c:74 l_name =3D 8 result =3D #4 0x00007f7fefc03678 in get_lang_env (category_name=3D0x7f7fefc0640e "LC_= MESSAGES") at /archive/foreign/src/lib/libintl/gettext.c:821 lang =3D #5 dcngettext (domainname=3D, msgid1=3D0x7f7ff5a9c818 "Hori= zontal position of child in available space. 0.0 is left aligned, 1.0 is ri= ght aligned",=20 msgid2=3D0x7f7ff5a9c818 "Horizontal position of child in available spac= e. 0.0 is left aligned, 1.0 is right aligned", n=3D1, category=3D) at /archive/foreign/src/lib/libintl/gettext.c:883 olpath =3D '\000' ocname =3D 0x0 odomainname =3D 0x0 path =3D " ", '\000' , "V\267\271\001", '\000' , "2\360\303\000\000\000\000\000\f\000\000\000\000\000\000\= 000u\253\317\000\000\000\000\000AG}\001\000\000\000\000\062\360\303\000\000= \000\000\000AG}\001\000\000\000\000\b}\341\000\000\000\000\000u\253\317\000= \000\000\000\000 \261\377\377\177\177\000\000]I=EF=BF=BD\000\000\000\000\00= 0\062\360\303\000\000\000\000\000\065z\321\353\001\000\000\000 \261\377\377= \177\177\000\000|\261\377\377\177\177\000\000\b\257\377\377\177\177\000\000= \240\256\377\377\177\177\000\000\f\000\000\000\000\000\000\000f\260\271\001= \000\000\000\000\f\000\000\000\000\000\000\000\022\216\323\000\000\000\000\= 000f\260\271\001\000\000\000\000\062\360\303\000\000\000\000\000"... len =3D 23692678 msgid =3D 0x7f7ff5a9c818 "Horizontal position of child in available= space. 0.0 is left aligned, 1.0 is right aligned" plural_index =3D cname =3D 0x7f7fefc0640e "LC_MESSAGES" db =3D lpath =3D v =3D #6 0x00007f7ff588999a in ?? () from /usr/pkg/lib/libgtk-x11-2.0.so.0 No symbol table info available. #7 0x00007f7ff0c2ab51 in g_type_class_ref () from /usr/pkg/lib/libgobject-= 2.0.so.0 No symbol table info available. #8 0x00007f7ff0c15211 in g_object_newv () from /usr/pkg/lib/libgobject-2.0= .so.0 No symbol table info available. #9 0x00007f7ff0c156de in g_object_new () from /usr/pkg/lib/libgobject-2.0.= so.0 No symbol table info available. #10 0x00007f7ff588a142 in gtk_alignment_new () from /usr/pkg/lib/libgtk-x11= -2.0.so.0 No symbol table info available. #11 0x00007f7ff59ef1fb in ?? () from /usr/pkg/lib/libgtk-x11-2.0.so.0 No symbol table info available. #12 0x00007f7ff0c2cb15 in g_type_create_instance () from /usr/pkg/lib/libgo= bject-2.0.so.0 No symbol table info available. #13 0x00007f7ff0c1386b in g_object_constructor () from /usr/pkg/lib/libgobj= ect-2.0.so.0 No symbol table info available. #14 0x00007f7ff0c151a8 in g_object_newv () from /usr/pkg/lib/libgobject-2.0= .so.0 No symbol table info available. #15 0x00007f7ff0c156de in g_object_new () from /usr/pkg/lib/libgobject-2.0.= so.0 No symbol table info available. #16 0x00007f7ff59f0b87 in ?? () from /usr/pkg/lib/libgtk-x11-2.0.so.0 No symbol table info available. #17 0x00007f7ff592f78a in gtk_main_do_event () from /usr/pkg/lib/libgtk-x11= -2.0.so.0 No symbol table info available. #18 0x00007f7ff545aa32 in ?? () from /usr/pkg/lib/libgdk-x11-2.0.so.0 No symbol table info available. #19 0x00007f7ff00439d9 in g_main_context_dispatch () from /usr/pkg/lib/libg= lib-2.0.so.0 No symbol table info available. #20 0x00007f7ff0043cbf in g_main_context_iterate.clone.5 () from /usr/pkg/l= ib/libglib-2.0.so.0 No symbol table info available. #21 0x00007f7ff0043d8e in g_main_context_iteration () from /usr/pkg/lib/lib= glib-2.0.so.0 No symbol table info available. #22 0x00007f7ff592ebd5 in gtk_main_iteration () from /usr/pkg/lib/libgtk-x1= 1-2.0.so.0 No symbol table info available. #23 0x0000000000505977 in XTread_socket (terminal=3D0x11f0c60, hold_quit=3D= 0x7f7fffffc130) at xterm.c:7178 count =3D 0 event_found =3D 0 #24 0x00000000005470b0 in gobble_input () at keyboard.c:6767 nr =3D 0 hold_quit =3D {kind =3D NO_EVENT, code =3D 0, part =3D scroll_bar_a= bove_handle, modifiers =3D 0, x =3D 0, y =3D 0, timestamp =3D 0, padding = =3D {0x0, 0x0}, frame_or_window =3D 0, arg =3D 0} next =3D 0x0 nread =3D 0 err =3D false t =3D 0x11f0c60 #25 0x0000000000547934 in handle_async_input () at keyboard.c:7080 nread =3D 0 #26 0x0000000000547950 in process_pending_signals () at keyboard.c:7094 No locals. #27 0x00000000005b24dc in Fmake_list (length=3D0, init=3D12841010) at alloc= .c:2560 val =3D 28946678 size =3D 0 #28 0x00000000005d9ef7 in concat (nargs=3D1, args=3D0x7f7fffffc368, target_= type=3DLisp_Cons, last_special=3Dfalse) at fns.c:580 val =3D -1 tail =3D 12841010 this =3D 28893526 toindex =3D 12841010 toindex_byte =3D 0 result_len =3D 2 result_len_byte =3D 2 argnum =3D 1 last_tail =3D 12841010 prev =3D 0 some_multibyte =3D false textprops =3D 0x0 num_textprops =3D 0 sa_count =3D 3 sa_must_free =3D false #29 0x00000000005d983a in Fcopy_sequence (arg=3D28893526) at fns.c:448 No locals. #30 0x0000000000542e02 in timer_check () at keyboard.c:4441 nexttime =3D {tv_sec =3D 549755798536, tv_nsec =3D 12841010} timers =3D 486704192 idle_timers =3D 5516982 gcpro1 =3D {next =3D 0x0, var =3D 0x7f7ff771e368, nvars =3D 1401877= 32526112} gcpro2 =3D {next =3D 0x0, var =3D 0xffffffffffffffff, nvars =3D 0} tem =3D 12841010 #31 0x0000000000540ab4 in readable_events (flags=3D1) at keyboard.c:3351 No locals. #32 0x0000000000546f12 in get_input_pending (flags=3D1) at keyboard.c:6680 No locals. #33 0x000000000054deda in detect_input_pending_run_timers (do_display=3Dtru= e) at keyboard.c:10273 old_timers_run =3D 20 #34 0x0000000000627fc2 in wait_reading_process_output (time_limit=3D0, nsec= s=3D0, read_kbd=3D-1, do_display=3Dtrue, wait_for_cell=3D12841010, wait_pro= c=3D0x0, just_wait_proc=3D0) at process.c:4743 old_timers_run =3D 20 old_buffer =3D 0xe2e400 old_window =3D 19209317 leave =3D 0 timeout_reduced_for_timers =3D 1 channel =3D -14896 nfds =3D -1 Available =3D {fds_bits =3D {0, 0, 0, 0, 0, 0, 0, 0}} Writeok =3D {fds_bits =3D {0, 0, 0, 0, 0, 0, 0, 0}} check_write =3D 0 check_delay =3D 0 no_avail =3D 1 xerrno =3D 4 proc =3D 0 timeout =3D {tv_sec =3D 0, tv_nsec =3D 0} end_time =3D {tv_sec =3D 140187732526608, tv_nsec =3D 21495040} wait_channel =3D -1 got_some_input =3D 0 count =3D 2 #35 0x0000000000541763 in kbd_buffer_get_event (kbp=3D0x7f7fffffc890, used_= mouse_menu=3D0x7f7fffffcd47, end_time=3D0x0) at keyboard.c:3803 obj =3D 5507736 #36 0x000000000053f413 in read_char (commandflag=3D1, nmaps=3D6, maps=3D0x7= f7fffffcb40, prev_event=3D12841010, used_mouse_menu=3D0x7f7fffffcd47, end_t= ime=3D0x0) at keyboard.c:2769 kb =3D 0x7f7fffffc8b0 c =3D 12841010 jmpcount =3D 2 local_getcjmp =3D {6, 140187732527840, 140187732530424, 14018758901= 0280, 12670624, 140187589010264, 140187732527128, 5499624, 8589934627, 4337= 91696896, 1} save_jump =3D {0 } tem =3D 22 save =3D 23639222 previous_echo_area_message =3D 12841010 also_record =3D 12841010 reread =3D false gcpro1 =3D {next =3D 0x0, var =3D 0xe2e405, nvars =3D 4} gcpro2 =3D {next =3D 0xc3f032, var =3D 0xc46ea2, nvars =3D 14018773= 2527392} polling_stopped_here =3D true orig_kboard =3D 0xcc5800 #37 0x000000000054bb12 in read_key_sequence (keybuf=3D0x7f7fffffcfc0, bufsi= ze=3D30, prompt=3D12841010, dont_downcase_last=3Dfalse, can_return_switch_f= rame=3Dtrue, fix_current_buffer=3Dtrue) at keyboard.c:9231 interrupted_kboard =3D 0xcc5800 interrupted_frame =3D 0x1250c60 key =3D 19213408 used_mouse_menu =3D false echo_local_start =3D 0 last_real_key_start =3D 0 keys_local_start =3D 0 local_first_binding =3D 0 from_string =3D 12841010 count =3D 2 t =3D 0 echo_start =3D 0 keys_start =3D 0 nmaps =3D 6 nmaps_allocated =3D 6 defs =3D 0x7f7fffffcb00 submaps =3D 0x7f7fffffcb40 orig_local_map =3D 24013398 orig_keymap =3D 12841010 localized_local_map =3D 0 first_binding =3D 0 first_unbound =3D 31 mock_input =3D 0 fkey =3D {parent =3D 20335286, map =3D 20335286, start =3D 0, end = =3D 0} keytran =3D {parent =3D 12822966, map =3D 12822966, start =3D 0, en= d =3D 0} indec =3D {parent =3D 20335270, map =3D 20335270, start =3D 0, end = =3D 0} shift_translated =3D false delayed_switch_frame =3D 12841010 original_uppercase =3D 19213408 original_uppercase_position =3D -1 dummyflag =3D false starting_buffer =3D 0xe2e400 fake_prefixed_keys =3D 12841010 gcpro1 =3D {next =3D 0x7f7fffffcd80, var =3D 0x5ba48c, nvars =3D 12= 841010} #38 0x000000000053c984 in command_loop_1 () at keyboard.c:1459 cmd =3D 16282342 keybuf =3D {140187598224384, 12974320, 12865536, 12841010, 14018773= 2529168, 6006053, 140187598238720, 12841010, 140187598240768, 2, 1401877325= 29248, 6008429, 12841010, 12974322, 140187732529328, 6007409,=20 12646896, 12841010, 0, 12974320, 140187732529408, 6122484, 131217= 50, 2, 12974322, 12841010, 0, 24, 140187598246912, 12841010} i =3D 0 prev_modiff =3D 0 prev_buffer =3D 0x0 already_adjusted =3D false #39 0x00000000005d2889 in internal_condition_case (bfun=3D0x53c599 , handlers=3D12894978, hfun=3D0x53bea4 ) at eval.c:1289 val =3D 0 c =3D {tag =3D 12841010, val =3D 12841010, next =3D 0x7f7fffffd2a0,= gcpro =3D 0x0, jmp =3D {2, 140187732529728, 140187732530424, 1401875890102= 80, 12670624, 140187589010264, 140187732529464, 6105090,=20 140187732529480, 6105090, 140187589010264}, backlist =3D 0x0, h= andlerlist =3D 0x0, lisp_eval_depth =3D 0, pdlcount =3D 2, poll_suppress_co= unt =3D 1, interrupt_input_blocked =3D 0, byte_stack =3D 0x0} h =3D {handler =3D 12894978, var =3D 12841010, chosen_clause =3D 12= 894978, tag =3D 0x7f7fffffd190, next =3D 0x0} #40 0x000000000053c2b4 in command_loop_2 (ignore=3D12841010) at keyboard.c:= 1168 val =3D 2 #41 0x00000000005d2261 in internal_catch (tag=3D12891074, func=3D0x53c28e <= command_loop_2>, arg=3D12841010) at eval.c:1060 c =3D {tag =3D 12891074, val =3D 12841010, next =3D 0x0, gcpro =3D = 0x0, jmp =3D {2, 140187732530000, 140187732530424, 140187589010280, 1267062= 4, 140187589010264, 140187732529784, 6103626, 140187732530016, 13092912,=20 42949672970}, backlist =3D 0x0, handlerlist =3D 0x0, lisp_eval_= depth =3D 0, pdlcount =3D 2, poll_suppress_count =3D 1, interrupt_input_blo= cked =3D 0, byte_stack =3D 0x0} #42 0x000000000053c266 in command_loop () at keyboard.c:1147 No locals. #43 0x000000000053b9f2 in recursive_edit_1 () at keyboard.c:779 count =3D 1 val =3D 12841010 #44 0x000000000053bb98 in Frecursive_edit () at keyboard.c:843 count =3D 0 buffer =3D 12841010 #45 0x0000000000539ca2 in main (argc=3D2, argv=3D0x7f7fffffd510) at emacs.c= :1528 dummy =3D 140187732541408 stack_bottom_variable =3D 0 '\000' do_initial_setlocale =3D true dumping =3D false skip_args =3D 0 rlim =3D {rlim_cur =3D 8720384, rlim_max =3D 134217728} no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x40b4c0 "\020\225\215" xbacktrace gives: (gdb) xbacktrace Undefined command: "xbacktrace". Try "help". In GNU Emacs 24.3.1 (x86_64--netbsd, GTK+ Version 2.24.20) of 2013-07-27 on yt.nih.at Windowing system distributor `The Xorg Foundation', version 11.0.11006000 Configured using: `configure '--srcdir=3D/scratch/editors/emacs24/work/emacs-24.3' '--localstatedir=3D/var' '--with-x' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--with-x-toolkit=3Dgtk' '--prefix=3D/usr/pkg' '--build=3Dx86_64--netbsd' '--host=3Dx86_64--netbsd' '--infodir=3D/usr/pkg/info' '--mandir=3D/usr/pkg/man' 'build_alias=3Dx86_64--netbsd' 'host_alias=3Dx86_64--netbsd' 'CC=3Dgcc' 'CFLAGS=3D-O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm' 'LDFLAGS=3D-L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib' 'LIBS=3D' 'CPPFLAGS=3D-DTERMINFO -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm'' Important settings: value of $LC_CTYPE: de_DE.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: show-paren-mode: t electric-indent-mode: t global-semantic-mru-bookmark-mode: t global-semanticdb-minor-mode: t global-semantic-idle-completions-mode: t global-semantic-idle-scheduler-mode: t global-semantic-idle-summary-mode: t global-semantic-decoration-mode: t global-semantic-highlight-func-mode: t semantic-mode: t global-ede-mode: t global-auto-complete-mode: t auto-complete-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: x r e p o r Recent messages: Loading electric...done Loading paren...done For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode warnings server org-install paren electric cus-start cus-load semantic/mru-bookmark ring semantic/db-mode semantic/db semantic/idle semantic/format semantic/ctxt semantic/decorate/mode semantic/tag-ls semantic/find semantic/decorate pulse semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local ede/cpp-root ede/emacs advice help-fns advice-preload ede/speedbar ede/files ede ede/base ede/auto ede/source eieio-base eieio-speedbar speedbar sb-image ezimage dframe easymenu eieio-custom wid-edit eieio byte-opt bytecomp byte-compile cconv cedet auto-complete-config auto-complete edmacro kmacro cl-macs gv popup cl cl-lib time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Let me know if you need further details. Thanks, Thomas Klausner --=20 Curiosity is the very basis of education and if you tell me that=20 curiosity killed the cat, I say only that the cat died nobly. - Arnold Edinborough From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 12 03:20:08 2013 Received: (at 14982) by debbugs.gnu.org; 12 Aug 2013 07:20:08 +0000 Received: from localhost ([127.0.0.1]:54001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8mQA-0002F8-NG for submit@debbugs.gnu.org; Mon, 12 Aug 2013 03:20:07 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:38243) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8mQ6-0002EW-8h for 14982@debbugs.gnu.org; Mon, 12 Aug 2013 03:20:03 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 5A346A60002; Mon, 12 Aug 2013 00:19:56 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NojRMSEznRYu; Mon, 12 Aug 2013 00:19:56 -0700 (PDT) Received: from [192.168.1.9] (pool-71-108-49-126.lsanca.fios.verizon.net [71.108.49.126]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 0DF6DA60001; Mon, 12 Aug 2013 00:19:56 -0700 (PDT) Message-ID: <52088C8E.6000702@cs.ucla.edu> Date: Mon, 12 Aug 2013 00:19:42 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Klausner Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) >From that description it'd be a bit painful for me to try to reproduce the problem, as I don't use NetBSD and don't know where to get NetBSD-6.99.23/amd64's /usr/pkgsrc/doc/guide/files/options.xml. Is that file easily retrievable from somewhere? I could try to reproduce the problem with the Emacs trunk on platforms that I use. From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 12 04:18:05 2013 Received: (at 14982) by debbugs.gnu.org; 12 Aug 2013 08:18:05 +0000 Received: from localhost ([127.0.0.1]:54033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8nKG-0003my-Av for submit@debbugs.gnu.org; Mon, 12 Aug 2013 04:18:04 -0400 Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:53726) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8nKE-0003me-Tj for 14982@debbugs.gnu.org; Mon, 12 Aug 2013 04:18:03 -0400 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id B7B8B39036A; Mon, 12 Aug 2013 10:18:01 +0200 (CEST) Date: Mon, 12 Aug 2013 10:18:01 +0200 From: Thomas Klausner To: Paul Eggert Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs Message-ID: <20130812081801.GZ21606@danbala.tuwien.ac.at> References: <52088C8E.6000702@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52088C8E.6000702@cs.ucla.edu> X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.7 (--) Hi Paul! First off, thanks for looking at this! On Mon, Aug 12, 2013 at 12:19:42AM -0700, Paul Eggert wrote: > From that description it'd be a bit painful for me to try to reproduce > the problem, as I don't use NetBSD and don't know where to get > NetBSD-6.99.23/amd64's /usr/pkgsrc/doc/guide/files/options.xml. > > Is that file easily retrievable from somewhere? > I could try to reproduce the problem with the Emacs trunk > on platforms that I use. Try this (you'll have to install cvs if you don't have it): # cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot/ co pkgsrc/doc U pkgsrc/doc/guide/Makefile.common U pkgsrc/doc/guide/PLIST U pkgsrc/doc/guide/README U pkgsrc/doc/guide/distinfo U pkgsrc/doc/guide/files/Makefile U pkgsrc/doc/guide/files/binary.xml U pkgsrc/doc/guide/files/build.xml U pkgsrc/doc/guide/files/buildlink.xml U pkgsrc/doc/guide/files/bulk.xml U pkgsrc/doc/guide/files/chapters.ent U pkgsrc/doc/guide/files/components.xml U pkgsrc/doc/guide/files/configuring.xml U pkgsrc/doc/guide/files/creating.xml U pkgsrc/doc/guide/files/debug.xml U pkgsrc/doc/guide/files/devfaq.xml U pkgsrc/doc/guide/files/editing.xml U pkgsrc/doc/guide/files/examples.xml U pkgsrc/doc/guide/files/faq.xml U pkgsrc/doc/guide/files/files.xml U pkgsrc/doc/guide/files/fixes.xml U pkgsrc/doc/guide/files/ftp-layout.xml U pkgsrc/doc/guide/files/getting.xml U pkgsrc/doc/guide/files/gnome.xml U pkgsrc/doc/guide/files/infr.design.xml U pkgsrc/doc/guide/files/introduction.xml U pkgsrc/doc/guide/files/logs.xml U pkgsrc/doc/guide/files/makefile.xml U pkgsrc/doc/guide/files/options.xml U pkgsrc/doc/guide/files/pkginstall.xml U pkgsrc/doc/guide/files/pkgsrc.ent U pkgsrc/doc/guide/files/pkgsrc.xml U pkgsrc/doc/guide/files/platforms.xml U pkgsrc/doc/guide/files/plist.xml U pkgsrc/doc/guide/files/porting.xml U pkgsrc/doc/guide/files/regression.xml U pkgsrc/doc/guide/files/submit.xml U pkgsrc/doc/guide/files/tools.xml U pkgsrc/doc/guide/files/using.xml U pkgsrc/doc/guide/files/share/catalog U pkgsrc/doc/guide/files/share/default-html-chunk.xsl U pkgsrc/doc/guide/files/share/default-html.xsl U pkgsrc/doc/guide/files/share/default.dsl # emacs pkgsrc/doc/guide/files/options.xml Another detail I just noted: the core dump only happens for me when the emacs window first gets focus. Cheers, Thomas From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 12 05:08:20 2013 Received: (at 14982) by debbugs.gnu.org; 12 Aug 2013 09:08:20 +0000 Received: from localhost ([127.0.0.1]:54166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8o6t-0005GN-Vl for submit@debbugs.gnu.org; Mon, 12 Aug 2013 05:08:20 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:40880) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8o6r-0005G8-Qc for 14982@debbugs.gnu.org; Mon, 12 Aug 2013 05:08:19 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 18BC9A60002; Mon, 12 Aug 2013 02:08:12 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wmxu2h4xYpKo; Mon, 12 Aug 2013 02:08:11 -0700 (PDT) Received: from [192.168.1.9] (pool-71-108-49-126.lsanca.fios.verizon.net [71.108.49.126]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id C1538A60001; Mon, 12 Aug 2013 02:08:11 -0700 (PDT) Message-ID: <5208A5FB.8090607@cs.ucla.edu> Date: Mon, 12 Aug 2013 02:08:11 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Klausner Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> In-Reply-To: <20130812081801.GZ21606@danbala.tuwien.ac.at> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) Thanks, unfortunately I can't reproduce the problem on Fedora 17 with Emacs 24.3, when I edit my copy of options.xml. So this may be NetBSD specific. From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 12 06:10:59 2013 Received: (at 14982) by debbugs.gnu.org; 12 Aug 2013 10:10:59 +0000 Received: from localhost ([127.0.0.1]:54223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8p5X-00074W-0i for submit@debbugs.gnu.org; Mon, 12 Aug 2013 06:10:59 -0400 Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:53633) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8p5U-00074L-T5 for 14982@debbugs.gnu.org; Mon, 12 Aug 2013 06:10:57 -0400 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 8D8A839036A; Mon, 12 Aug 2013 12:10:55 +0200 (CEST) Date: Mon, 12 Aug 2013 12:10:55 +0200 From: Thomas Klausner To: Paul Eggert Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs Message-ID: <20130812101055.GC21606@danbala.tuwien.ac.at> References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5208A5FB.8090607@cs.ucla.edu> X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.7 (--) On Mon, Aug 12, 2013 at 02:08:11AM -0700, Paul Eggert wrote: > Thanks, unfortunately I can't reproduce the problem on Fedora 17 > with Emacs 24.3, when I edit my copy of options.xml. > So this may be NetBSD specific. Just to make sure: you were using a gtk version of emacs? Which version of gtk do you have installed? Perhaps that makes a difference too. Thanks, Thomas From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 12 11:51:41 2013 Received: (at 14982) by debbugs.gnu.org; 12 Aug 2013 15:51:41 +0000 Received: from localhost ([127.0.0.1]:54971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8uPE-0000h5-SN for submit@debbugs.gnu.org; Mon, 12 Aug 2013 11:51:41 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:54463) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V8uPC-0000gm-6q for 14982@debbugs.gnu.org; Mon, 12 Aug 2013 11:51:39 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 28EDDA60002; Mon, 12 Aug 2013 08:51:32 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KR4tNBOOVzYA; Mon, 12 Aug 2013 08:51:31 -0700 (PDT) Received: from [192.168.1.9] (pool-71-108-49-126.lsanca.fios.verizon.net [71.108.49.126]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id CE62AA60001; Mon, 12 Aug 2013 08:51:31 -0700 (PDT) Message-ID: <52090483.8070408@cs.ucla.edu> Date: Mon, 12 Aug 2013 08:51:31 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Klausner Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> In-Reply-To: <20130812101055.GC21606@danbala.tuwien.ac.at> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.1 (-----) Thomas Klausner wrote: > Just to make sure: you were using a gtk version of emacs? Yes. > Which version of gtk do you have installed? Perhaps that makes a difference too. libgtk-3, on Fedora 17. From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 13 05:43:52 2013 Received: (at 14982) by debbugs.gnu.org; 13 Aug 2013 09:43:52 +0000 Received: from localhost ([127.0.0.1]:56151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9B8p-0005My-Ss for submit@debbugs.gnu.org; Tue, 13 Aug 2013 05:43:52 -0400 Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:52597) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9B8m-0005Mp-V1 for 14982@debbugs.gnu.org; Tue, 13 Aug 2013 05:43:50 -0400 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 426093903A3; Tue, 13 Aug 2013 11:43:47 +0200 (CEST) Date: Tue, 13 Aug 2013 11:43:47 +0200 From: Thomas Klausner To: Paul Eggert Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs Message-ID: <20130813094346.GG21606@danbala.tuwien.ac.at> References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52090483.8070408@cs.ucla.edu> X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.8 (--) On Mon, Aug 12, 2013 at 08:51:31AM -0700, Paul Eggert wrote: > > Which version of gtk do you have installed? Perhaps that makes a difference too. > > libgtk-3, on Fedora 17. Ok, I'm still using gtk2. I'll try and compile it against gtk3. Thomas From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 14 16:19:02 2013 Received: (at 14982) by debbugs.gnu.org; 14 Aug 2013 20:19:02 +0000 Received: from localhost ([127.0.0.1]:58814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9hX4-0004tp-9d for submit@debbugs.gnu.org; Wed, 14 Aug 2013 16:19:02 -0400 Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:51173) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9hX2-0004tQ-V5 for 14982@debbugs.gnu.org; Wed, 14 Aug 2013 16:19:01 -0400 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id C5BCB390354; Wed, 14 Aug 2013 22:18:59 +0200 (CEST) Date: Wed, 14 Aug 2013 22:18:59 +0200 From: Thomas Klausner To: Paul Eggert Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs Message-ID: <20130814201859.GP21606@danbala.tuwien.ac.at> References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52090483.8070408@cs.ucla.edu> X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.8 (--) On Mon, Aug 12, 2013 at 08:51:31AM -0700, Paul Eggert wrote: > Thomas Klausner wrote: > > Just to make sure: you were using a gtk version of emacs? > > Yes. > > > Which version of gtk do you have installed? Perhaps that makes a difference too. > > libgtk-3, on Fedora 17. Ok, I've now tried with an emacs compiled against gtk3-3.8.2 and still see a core dump. So perhaps it is NetBSD-specific. I've included a detailed core dump in my original bug report. Does anyone have an idea what could be the cause? Thomas From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 14 19:39:07 2013 Received: (at 14982) by debbugs.gnu.org; 14 Aug 2013 23:39:07 +0000 Received: from localhost ([127.0.0.1]:59050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9kef-0001uz-GS for submit@debbugs.gnu.org; Wed, 14 Aug 2013 19:39:06 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:42916) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9keb-0001uN-GG for 14982@debbugs.gnu.org; Wed, 14 Aug 2013 19:39:04 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 57EBC39E8106; Wed, 14 Aug 2013 16:38:55 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DUrEGnXN57YC; Wed, 14 Aug 2013 16:38:54 -0700 (PDT) Received: from [192.168.1.9] (pool-71-108-49-126.lsanca.fios.verizon.net [71.108.49.126]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id A7D3D39E8105; Wed, 14 Aug 2013 16:38:54 -0700 (PDT) Message-ID: <520C150A.2070405@cs.ucla.edu> Date: Wed, 14 Aug 2013 16:38:50 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Klausner Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> <20130814201859.GP21606@danbala.tuwien.ac.at> In-Reply-To: <20130814201859.GP21606@danbala.tuwien.ac.at> X-Enigmail-Version: 1.5.2 Content-Type: multipart/mixed; boundary="------------040805050805020608030300" X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.1 (-----) This is a multi-part message in MIME format. --------------040805050805020608030300 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thomas Klausner wrote: > I've included a detailed core dump in my original bug report. > Does anyone have an idea what could be the cause? Looks like a bad pointer. If it's easily reproducible, can you reproduce it under valgrind? I'm attaching the valgrind.supp I use on Fedora 17, maybe you can use something similar on NetBSD. It works only with temacs, but perhaps you can reproduce the problem with temacs. Instructions for use are near the start of the attached file. --------------040805050805020608030300 Content-Type: text/plain; charset=UTF-8; name="valgrind.supp" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="valgrind.supp" IyB2YWxncmluZCBzdXBwcmVzc2lvbiBmaWxlCiMgRXhhbXBsZSB1c2U6CiMgICAgdmFsZ3Jp bmQgLS1kYi1hdHRhY2g9eWVzIC0tc3VwcHJlc3Npb25zPXZhbGdyaW5kLnN1cHAgLi90ZW1h Y3MgLWwgbG9hZHVwCgojIFRoaXMgd29ya3Mgd2l0aCAndGVtYWNzJywgYnV0IG5vdCB3aXRo ICdib290c3RyYXAtZW1hY3MnIG9yIHdpdGggJ2VtYWNzJwojIGR1ZSB0byBpbmNvbXBhYmls aXRpZXMgYmV0d2VlbiB2YWxncmluZCBhbmQgdGhlIHdheSBFbWFjcyBkdW1wcyBpdHNlbGYu CgojIFRoaXMgaXMgaW50ZW5kZWQgdG8gd29yayBvbiBib3RoIDMyLSBhbmQgNjQtYml0IGhv c3RzLCBzbyBtYW55IHJ1bGVzCiMgYXJlIGR1cGxpY2F0ZWQsIGUuZy4sIHRoZXJlIGFyZSBy dWxlcyBmb3IgYm90aCBWYWx1ZTQgYW5kIFZhbHVlOC4KCiMgQ29uc2VydmF0aXZlIGdhcmJh Z2UgY29sbGVjdGlvbiBpbmhlcmVudGx5IGxvb2tzIGF0IHVuaW5pdGlhbGl6ZWQgdmFsdWVz LAojIGFuZCBGZ2FyYmFnZV9jb2xsZWN0IGFuZCBpdHMgY2FsbGVlcyBhbGwgZGVwZW5kIG9u IHRoaXMuCiMgSXQncyBoYXJkIHRvIHNlcGFyYXRlIG91dCBleGFjdGx5IHdoaWNoIGNhbGxl ZXMgbmVlZCB0byBiZSBsaXN0ZWQgaGVyZSwKIyBzaW5jZSB0aGUgQyBjb21waWxlciBjYW4g aW5saW5lIHRoZW0uICBBbHNvLCB2YWxncmluZCBkb2Vzbid0IGNhcmUKIyBhYm91dCB0aGUg dXNlIG9mIHVuaW5pdGlhbGl6ZWQgdmFyaWFibGVzIGRpcmVjdGx5LCBvbmx5IHdoZW4gdGhl aXIgdmFsdWVzCiMgYXJlIGV2ZW50dWFsbHkgdXNlZC4gIFNvIGp1c3QgbGlzdCBGZ2FyYmFn ZV9jb2xsZWN0IGFuZCBpdHMgY2FsbGVlcy4KewogICBGZ2FyYmFnZV9jb2xsZWN0IENvbmQg LSBjb25zZXJ2YXRpdmUgZ2FyYmFnZSBjb2xsZWN0aW9uCiAgIE1lbWNoZWNrOkNvbmQKICAg Li4uCiAgIGZ1bjpGZ2FyYmFnZV9jb2xsZWN0Cn0KewogICBGZ2FyYmFnZV9jb2xsZWN0IFZh bHVlNCAtIGNvbnNlcnZhdGl2ZSBnYXJiYWdlIGNvbGxlY3Rpb24KICAgTWVtY2hlY2s6VmFs dWU0CiAgIC4uLgogICBmdW46RmdhcmJhZ2VfY29sbGVjdAp9CnsKICAgRmdhcmJhZ2VfY29s bGVjdCBWYWx1ZTggLSBjb25zZXJ2YXRpdmUgZ2FyYmFnZSBjb2xsZWN0aW9uCiAgIE1lbWNo ZWNrOlZhbHVlOAogICAuLi4KICAgZnVuOkZnYXJiYWdlX2NvbGxlY3QKfQojIHZhbGdyaW5k IG9ubHkgbG9va3MgYXQgdGhlIGxhc3QgZmV3IGNhbGxlZXMgb24gdGhlIHN0YWNrLCBidXQK IyBtYXJrX29iamVjdCBjYW4gY2FsbCBpdHNlbGYgcmVjdXJzaXZlbHkgYW5kIGRlZXBseS4g IFNvIGxpc3QKIyBpdCB0b28sIGluIGNhc2UgRmdhcmJhZ2VfY29sbGVjdCBpcyBhIGxvbmcg d2F5IGZyb20gdGhlIHN0YWNrIHRvcC4KewogICBGZ2FyYmFnZV9jb2xsZWN0IENvbmQgLSBj b25zZXJ2YXRpdmUgZ2FyYmFnZSBjb2xsZWN0aW9uCiAgIE1lbWNoZWNrOkNvbmQKICAgLi4u CiAgIGZ1bjptYXJrX29iamVjdAp9CnsKICAgRmdhcmJhZ2VfY29sbGVjdCBWYWx1ZTQgLSBj b25zZXJ2YXRpdmUgZ2FyYmFnZSBjb2xsZWN0aW9uCiAgIE1lbWNoZWNrOlZhbHVlNAogICAu Li4KICAgZnVuOm1hcmtfb2JqZWN0Cn0KewogICBGZ2FyYmFnZV9jb2xsZWN0IFZhbHVlOCAt IGNvbnNlcnZhdGl2ZSBnYXJiYWdlIGNvbGxlY3Rpb24KICAgTWVtY2hlY2s6VmFsdWU4CiAg IC4uLgogICBmdW46bWFya19vYmplY3QKfQojIE9uIFVidW50dSAxMi4wNCB4ODYsIHZhbGdy aW5kIGdldHMgY29uZnVzZWQgYWJvdXQgdGhlIGNhbGwgc3RhY2suCiMgR0RCIHJlcG9ydHMg dGhpczoKIwltYXJrX3ZlY3Rvcmxpa2UKIwltYXJrX21heWJlX3BvaW50ZXIKIwltYXJrX21l bW9yeQojCW1hcmtfc3RhY2sKIwlGZ2FyYmFnZV9jb2xsZWN0CiMJRmZ1bmNhbGwKIyBidXQg dmFsZ3JpbmQgc2VlcyBvbmx5IHRoZSBmaXJzdCBhbmQgbGFzdCBmdW5jdGlvbnMgaW4gdGhl IGNoYWluLgp7CiAgIG1hcmtfdmVjdG9ybGlrZSBWYWx1ZTQgLSBjb25zZXJ2YXRpdmUgZ2Fy YmFnZSBjb2xsZWN0aW9uCiAgIE1lbWNoZWNrOlZhbHVlNAogICBmdW46bWFya192ZWN0b3Js aWtlCn0KIyBUaGVyZSdzIGEgc2ltaWxhciBwcm9ibGVtIG9uIEZlZG9yYSAxNyB4ODYtNjQg d2l0aCBtYXJrX21heWJlX29iamVjdC4KewogICBtYXJrX21heWJlX29iamVjdCBWYWx1ZTgg LSBjb25zZXJ2YXRpdmUgZ2FyYmFnZSBjb2xsZWN0aW9uCiAgIE1lbWNoZWNrOlZhbHVlOAog ICBmdW46bWFya19tYXliZV9vYmplY3QKfQoKIyBGZWRvcmEgMTcgeDg2LTY0IHdhcm5zIGFi b3V0IHRoaXMsIGZvciBubyBnb29kIHJlYXNvbi4KewogICB0aW1lcl9jcmVhdGUgZXZwIGFy ZyBpcyBvbmx5IHBhcnRseSBpbml0aWFsaXplZAogICBNZW1jaGVjazpQYXJhbQogICB0aW1l cl9jcmVhdGUoZXZwKQogICAuLi4KICAgZnVuOmluaXRfYXRpbWVyCn0KCiMgT24gVWJ1bnR1 IDEyLjA0IHg4Niwgc3RybGVuIGlzIGlubGluZWQgdG8gc29tZXRoaW5nIHRoYXQgbG9hZHMg NCBieXRlcwojIGF0IGEgdGltZS4KewogICBsaWJmb250Y29uZmlnIG9wdGltaXplZCBzdHJs ZW4KICAgTWVtY2hlY2s6QWRkcjQKICAgb2JqOi91c3IvbGliKi9saWJmb250Y29uZmlnLnNv Kgp9CgojIE9uIFVidW50dSAxMi4wNCB4ODYsIHNldmVyYWwgbGlicmFyaWVzIGhhdmUgaXNz dWVzIGR1ZSB0byB1bmtub3duIHJlYXNvbnMuCnsKICAgbGliZ2RrIGFuZCBsaWJnbGliIHVu a25vd24gaXNzdWUKICAgTWVtY2hlY2s6UGFyYW0KICAgd3JpdGV2KHZlY3RvclsuLi5dKQog ICBmdW46d3JpdGV2Cn0KewogICBsaWJndGsgdW5rbm93biBpc3N1ZQogICBNZW1jaGVjazpD b25kCiAgIC4uLgogICBvYmo6L3Vzci9saWIqL2xpYmd0ay14MTEtKi5zbyoKfQp7CiAgIGxp YnBpeG1hbiB1bmtub3duIGlzc3VlCiAgIE1lbWNoZWNrOkNvbmQKICAgLi4uCiAgIG9iajov dXNyL2xpYiovbGlicGl4bWFuLSouc28qCn0KewogICBsaWJyc3ZnIHVua25vd24gaXNzdWUK ICAgTWVtY2hlY2s6Q29uZAogICAuLi4KICAgb2JqOi91c3IvbGliKi9saWJyc3ZnLSouc28q Cn0K --------------040805050805020608030300-- From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 05 08:15:33 2013 Received: (at 14982) by debbugs.gnu.org; 5 Sep 2013 12:15:33 +0000 Received: from localhost ([127.0.0.1]:41440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHYTE-0006S8-Mf for submit@debbugs.gnu.org; Thu, 05 Sep 2013 08:15:33 -0400 Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:61105) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHYTC-0006Ry-Vl for 14982@debbugs.gnu.org; Thu, 05 Sep 2013 08:15:31 -0400 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id C7281390368; Thu, 5 Sep 2013 14:15:29 +0200 (CEST) Date: Thu, 5 Sep 2013 14:15:29 +0200 From: Thomas Klausner To: Paul Eggert Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs Message-ID: <20130905121529.GI3548@danbala.tuwien.ac.at> References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> <20130814201859.GP21606@danbala.tuwien.ac.at> <520C150A.2070405@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <520C150A.2070405@cs.ucla.edu> X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.4 (--) On Wed, Aug 14, 2013 at 04:38:50PM -0700, Paul Eggert wrote: > Looks like a bad pointer. > > If it's easily reproducible, can you reproduce it under valgrind? > I'm attaching the valgrind.supp I use on Fedora 17, maybe you can > use something similar on NetBSD. It works only with temacs, but > perhaps you can reproduce the problem with temacs. Instructions > for use are near the start of the attached file. Sadly, there is no valgrind port for NetBSD. Do you have another idea how to track this down? Thanks for your help, Thomas From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 05 09:07:22 2013 Received: (at 14982) by debbugs.gnu.org; 5 Sep 2013 13:07:22 +0000 Received: from localhost ([127.0.0.1]:41521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHZHJ-0007oV-0b for submit@debbugs.gnu.org; Thu, 05 Sep 2013 09:07:21 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:46869) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHZHA-0007nN-NE for 14982@debbugs.gnu.org; Thu, 05 Sep 2013 09:07:13 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id ACDDDA60001; Thu, 5 Sep 2013 06:07:02 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lBclOcmi9v3K; Thu, 5 Sep 2013 06:07:02 -0700 (PDT) Received: from [192.168.1.9] (pool-71-108-49-126.lsanca.fios.verizon.net [71.108.49.126]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 35AB339E8100; Thu, 5 Sep 2013 06:07:02 -0700 (PDT) Message-ID: <522881F5.8090209@cs.ucla.edu> Date: Thu, 05 Sep 2013 06:07:01 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Klausner Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> <20130814201859.GP21606@danbala.tuwien.ac.at> <520C150A.2070405@cs.ucla.edu> <20130905121529.GI3548@danbala.tuwien.ac.at> In-Reply-To: <20130905121529.GI3548@danbala.tuwien.ac.at> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.7 (----) Thomas Klausner wrote: > Sadly, there is no valgrind port for NetBSD. Do you have another idea > how to track this down? Sorry, I've never used NetBSD so I don't have any ideas other than "run GDB and tear your hair out". From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 18:16:21 2013 Received: (at 14982) by debbugs.gnu.org; 6 Sep 2013 22:16:21 +0000 Received: from localhost ([127.0.0.1]:45140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VI4KC-0001qG-So for submit@debbugs.gnu.org; Fri, 06 Sep 2013 18:16:21 -0400 Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:59718) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VI4KA-0001q5-CC for 14982@debbugs.gnu.org; Fri, 06 Sep 2013 18:16:19 -0400 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id ED0D6390373; Sat, 7 Sep 2013 00:16:16 +0200 (CEST) Date: Sat, 7 Sep 2013 00:16:16 +0200 From: Thomas Klausner To: Paul Eggert Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs Message-ID: <20130906221616.GB20109@danbala.tuwien.ac.at> References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> <20130814201859.GP21606@danbala.tuwien.ac.at> <520C150A.2070405@cs.ucla.edu> <20130905121529.GI3548@danbala.tuwien.ac.at> <522881F5.8090209@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <522881F5.8090209@cs.ucla.edu> X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -2.4 (--) On Thu, Sep 05, 2013 at 06:07:01AM -0700, Paul Eggert wrote: > Sorry, I've never used NetBSD so I don't have > any ideas other than "run GDB and tear your > hair out". Some minimal progress: # emacs creating.xml Fatal error 11: Segmentation fault Backtrace: 0x4ea7d6 at emacs 0x4d04c2 at emacs 0x4e952e at emacs 0x4e95de at emacs zsh: segmentation fault (core dumped) emacs creating.xml # ulimit -a -t: cpu time (seconds) unlimited -f: file size (blocks) unlimited -d: data seg size (kbytes) 262144 -s: stack size (kbytes) 4096 -c: core file size (blocks) unlimited -m: resident set size (kbytes) 32512204 -l: locked-in-memory size (kbytes) 10837401 -u: processes 160 -n: file descriptors 128 -b: socket buffer size (bytes) unlimited -v: virtual memory size (kbytes) unlimited -r: threads 160 # ulimit -s 20000 # emacs creating.xml (works) So there seems to be some big object on the stack. What are your stack size settings? Can you reproduce this segfault by reducing your stack size? Suggestions where to look? Thanks, Thomas From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 19:08:08 2013 Received: (at 14982) by debbugs.gnu.org; 6 Sep 2013 23:08:08 +0000 Received: from localhost ([127.0.0.1]:45216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VI58J-000395-Ho for submit@debbugs.gnu.org; Fri, 06 Sep 2013 19:08:07 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:45013) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VI58H-00038a-70 for 14982@debbugs.gnu.org; Fri, 06 Sep 2013 19:08:06 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 41C1239E8100; Fri, 6 Sep 2013 16:07:59 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s727WR5HIZ26; Fri, 6 Sep 2013 16:07:58 -0700 (PDT) Received: from [192.168.1.9] (pool-71-108-49-126.lsanca.fios.verizon.net [71.108.49.126]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id CD12739E80FF; Fri, 6 Sep 2013 16:07:58 -0700 (PDT) Message-ID: <522A604E.2090302@cs.ucla.edu> Date: Fri, 06 Sep 2013 16:07:58 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Klausner Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs References: <52088C8E.6000702@cs.ucla.edu> <20130812081801.GZ21606@danbala.tuwien.ac.at> <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> <20130814201859.GP21606@danbala.tuwien.ac.at> <520C150A.2070405@cs.ucla.edu> <20130905121529.GI3548@danbala.tuwien.ac.at> <522881F5.8090209@cs.ucla.edu> <20130906221616.GB20109@danbala.tuwien.ac.at> In-Reply-To: <20130906221616.GB20109@danbala.tuwien.ac.at> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.7 (----) Thomas Klausner wrote: > What are your stack size settings? > Can you reproduce this segfault by reducing your stack size? No, it works for me with Fedora 19 x86-64 and Emacs 24.3 (bundled with fedora) even after I type 'ulimit -s 4096'. It works even after 'ulimit -s 1024'. Sorry, I don't know what to suggest next, other than GDB. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 09 15:40:43 2013 Received: (at 14982) by debbugs.gnu.org; 9 Sep 2013 19:40:43 +0000 Received: from localhost ([127.0.0.1]:50915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJ7KE-0005oH-AQ for submit@debbugs.gnu.org; Mon, 09 Sep 2013 15:40:42 -0400 Received: from danbala.ifoer.tuwien.ac.at ([128.130.168.64]:61987) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJ7K9-0005o3-NE for 14982@debbugs.gnu.org; Mon, 09 Sep 2013 15:40:39 -0400 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 4D7D6390368; Mon, 9 Sep 2013 21:40:36 +0200 (CEST) Date: Mon, 9 Sep 2013 21:40:36 +0200 From: Thomas Klausner To: Paul Eggert Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs Message-ID: <20130909194036.GF20109@danbala.tuwien.ac.at> References: <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> <20130814201859.GP21606@danbala.tuwien.ac.at> <520C150A.2070405@cs.ucla.edu> <20130905121529.GI3548@danbala.tuwien.ac.at> <522881F5.8090209@cs.ucla.edu> <20130906221616.GB20109@danbala.tuwien.ac.at> <522A604E.2090302@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <522A604E.2090302@cs.ucla.edu> X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: 14982 Cc: 14982@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.9 (/) On Fri, Sep 06, 2013 at 04:07:58PM -0700, Paul Eggert wrote: > Sorry, I don't know what to suggest next, > other than GDB. Valery Ushakov tracked it down. It was a bug in the environ variable handling in NetBSD's libc that interacted badly with emacs' loading/saving of environment states. See the thread on NetBSD's current-users mailing list; perhaps start reading at http://mail-index.netbsd.org/current-users/2013/09/08/msg023271.html where Valery starts getting into details. A fix was committed to NetBSD-current; I think the bug appeared after NetBSD 5 and before NetBSD 6. You can close this bug report. Thanks for your help! Thomas From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 09 15:55:25 2013 Received: (at 14982-done) by debbugs.gnu.org; 9 Sep 2013 19:55:25 +0000 Received: from localhost ([127.0.0.1]:50930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJ7YT-0006Aa-3T for submit@debbugs.gnu.org; Mon, 09 Sep 2013 15:55:25 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:46385) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJ7YP-0006AK-3Z for 14982-done@debbugs.gnu.org; Mon, 09 Sep 2013 15:55:22 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id BAF7039E8106; Mon, 9 Sep 2013 12:55:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xrc+Kinqz9h1; Mon, 9 Sep 2013 12:55:14 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 68CDF39E8008; Mon, 9 Sep 2013 12:55:14 -0700 (PDT) Message-ID: <522E27A2.7000102@cs.ucla.edu> Date: Mon, 09 Sep 2013 12:55:14 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: Thomas Klausner Subject: Re: 24.3; core dump on NetBSD in graphical mode on files in cvs References: <5208A5FB.8090607@cs.ucla.edu> <20130812101055.GC21606@danbala.tuwien.ac.at> <52090483.8070408@cs.ucla.edu> <20130814201859.GP21606@danbala.tuwien.ac.at> <520C150A.2070405@cs.ucla.edu> <20130905121529.GI3548@danbala.tuwien.ac.at> <522881F5.8090209@cs.ucla.edu> <20130906221616.GB20109@danbala.tuwien.ac.at> <522A604E.2090302@cs.ucla.edu> <20130909194036.GF20109@danbala.tuwien.ac.at> In-Reply-To: <20130909194036.GF20109@danbala.tuwien.ac.at> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: 14982-done Cc: 14982-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -3.2 (---) Thanks for helping to track down the problem; closing the bug. From unknown Thu Sep 11 23:33:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 08 Oct 2013 11:24:03 +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