From unknown Thu Aug 14 21:45:48 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#6075 <6075@debbugs.gnu.org> To: bug#6075 <6075@debbugs.gnu.org> Subject: Status: Lucid trunk build crashes at start Reply-To: bug#6075 <6075@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:45:48 +0000 retitle 6075 Lucid trunk build crashes at start reassign 6075 emacs submitter 6075 Stefan Monnier severity 6075 normal tag 6075 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 02 01:35:13 2010 Received: (at submit) by debbugs.gnu.org; 2 May 2010 05:35:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8Rpg-000562-9R for submit@debbugs.gnu.org; Sun, 02 May 2010 01:35:12 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8Rpd-00055w-E3 for submit@debbugs.gnu.org; Sun, 02 May 2010 01:35:10 -0400 Received: from lists.gnu.org ([199.232.76.165]:58637) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O8Rpa-0006jb-0w for submit@debbugs.gnu.org; Sun, 02 May 2010 01:35:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8RpZ-0006vf-CQ for bug-gnu-emacs@gnu.org; Sun, 02 May 2010 01:35:05 -0400 Received: from [140.186.70.92] (port=35795 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8RpW-0006vX-Nj for bug-gnu-emacs@gnu.org; Sun, 02 May 2010 01:35:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8RpT-0002c2-Be for bug-gnu-emacs@gnu.org; Sun, 02 May 2010 01:35:02 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:46454 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8RpT-0002bx-5g for bug-gnu-emacs@gnu.org; Sun, 02 May 2010 01:34:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiAFAC6r3EvO+KoL/2dsb2JhbACRCQGMInK4foUSBIwo X-IronPort-AV: E=Sophos;i="4.52,311,1270440000"; d="scan'208";a="63067755" Received: from 206-248-170-11.dsl.teksavvy.com (HELO pastel.home) ([206.248.170.11]) by ironport2-out.pppoe.ca with ESMTP; 02 May 2010 01:34:56 -0400 Received: by pastel.home (Postfix, from userid 20848) id 620E982C3; Sun, 2 May 2010 01:34:56 -0400 (EDT) From: Stefan Monnier To: bug-gnu-emacs@gnu.org Subject: Lucid trunk build crashes at start Date: Sun, 02 May 2010 01:34:56 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.1 (----) 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: -4.1 (----) Package: Emacs Version: 24.0.50 My Lucid build of Emacs crashes right at the start before any frame gets opened (emacs -nw works fine): (gdb) r -Q Starting program: /home/monnier/src/emacs/bzr/trunk/src/emacs -Q [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0xb7f1cad0 in XtInitializeWidgetClass () from /usr/lib/libXt.so.6 (gdb) bt #0 0xb7f1cad0 in XtInitializeWidgetClass () from /usr/lib/libXt.so.6 #1 0xb7f1daf8 in _XtCreateWidget () from /usr/lib/libXt.so.6 #2 0xb7f1dea4 in XtCreateWidget () from /usr/lib/libXt.so.6 #3 0x081ea276 in x_window (f=0x8a7c0b0, window_prompting=0, minibuffer_only=0) at xfns.c:2530 #4 0x081ec8eb in Fx_create_frame (parms=...) at xfns.c:3471 #5 0x0836ae34 in Ffuncall (nargs=2, args=0xbfffde20) at eval.c:3028 #6 0x083f3467 in Fbyte_code (bytestr=..., vector=..., maxdepth=...) at bytecode.c:680 #7 0x0836be7b in funcall_lambda (fun=..., nargs=1, arg_vector=0x5) at eval.c:3215 #8 0x0836b478 in Ffuncall (nargs=2, args=0xbfffe140) at eval.c:3074 #9 0x083f3467 in Fbyte_code (bytestr=..., vector=..., maxdepth=...) at bytecode.c:680 #10 0x0836be7b in funcall_lambda (fun=..., nargs=1, arg_vector=0x6) at eval.c:3215 #11 0x0836b478 in Ffuncall (nargs=2, args=0xbfffe460) at eval.c:3074 #12 0x083f3467 in Fbyte_code (bytestr=..., vector=..., maxdepth=...) at bytecode.c:680 #13 0x0836be7b in funcall_lambda (fun=..., nargs=0, arg_vector=0x6) at eval.c:3215 #14 0x0836b478 in Ffuncall (nargs=1, args=0xbfffe780) at eval.c:3074 #15 0x083f3467 in Fbyte_code (bytestr=..., vector=..., maxdepth=...) at bytecode.c:680 #16 0x0836be7b in funcall_lambda (fun=..., nargs=0, arg_vector=0x7) at eval.c:3215 #17 0x0836b478 in Ffuncall (nargs=1, args=0xbfffeaa0) at eval.c:3074 #18 0x083f3467 in Fbyte_code (bytestr=..., vector=..., maxdepth=...) at bytecode.c:680 #19 0x0836be7b in funcall_lambda (fun=..., nargs=0, arg_vector=0x6) at eval.c:3215 #20 0x0836b739 in apply_lambda (fun=..., args=..., eval_flag=1) at eval.c:3139 #21 0x08368ef1 in Feval (form=...) at eval.c:2411 #22 0x08272aa7 in top_level_2 () at keyboard.c:1365 #23 0x08365eef in internal_condition_case (bfun=0x8272a8c , handlers=..., hfun=0x827247b ) at eval.c:1512 #24 0x08272af3 in top_level_1 () at keyboard.c:1373 #25 0x0836576d in internal_catch (tag=..., func=0x8272ab3 , arg=...) at eval.c:1248 #26 0x082729d7 in command_loop () at keyboard.c:1328 #27 0x08271a8b in recursive_edit_1 () at keyboard.c:950 #28 0x0827203d in Frecursive_edit () at keyboard.c:1012 #29 0x0826f91c in main (argc=2, argv=0xbffff5a4) at emacs.c:1784 Lisp Backtrace: Cannot access memory at address 0x1115a5b (gdb) In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-04-29 on pastel Windowing system distributor `The X.Org Foundation', version 11.0.10706000 configured using `configure '--enable-maintainer-mode' 'CFLAGS=-Wall -Wno-pointer-sign -DUSE_LISP_UNION_TYPE -DSYNC_INPUT -DENABLE_CHECKING -DXASSERTS -DFONTSET_DEBUG -g -O1 -I/usr/include/GNUstep' 'LDFLAGS=-L/home/monnier/src/Xaw3d' 'CPPFLAGS=-I/home/monnier/src/Xaw3d'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: fr_CH.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Minibuffer-Area Minor modes in effect: diff-auto-refine-mode: t url-handler-mode: t global-reveal-mode: t reveal-mode: t auto-insert-mode: t savehist-mode: t minibuffer-electric-default-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: , C-e ) C-a C-x C-s C-s H A S H C O N C-a M-x c d s r M-x g u d - g d q p w d c d SPC . . / . . / t r u n k / s r c r SPC - Q f i l e SPC e m a c s y y M-p M-p M-p r C-d y M-x M-p C-g M-x c d t r s r M-x g d b u d - g d r SPC - Q b t M-> M-x r e p o r t - e m Recent messages: Ispell process killed Starting new Ispell process [american] ... Ispell process killed Starting new Ispell process [american] ... Ispell process killed Starting new Ispell process [american] ... Ispell process killed Starting new Ispell process [american] ... Ispell process killed Starting new Ispell process [american] ... Load-path shadows: /usr/share/emacs23/site-lisp/bbdb/bbdb hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb /usr/share/emacs23/site-lisp/bbdb/bbdb-whois hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-whois /usr/share/emacs23/site-lisp/bbdb/bbdb-w3 hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-w3 /usr/share/emacs23/site-lisp/bbdb/bbdb-vm hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-vm /usr/share/emacs23/site-lisp/bbdb/bbdb-snarf hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-snarf /usr/share/emacs23/site-lisp/bbdb/bbdb-sc hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-sc /usr/share/emacs23/site-lisp/bbdb/bbdb-rmail hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-rmail /usr/share/emacs23/site-lisp/bbdb/bbdb-print hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-print /usr/share/emacs23/site-lisp/bbdb/bbdb-migrate hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-migrate /usr/share/emacs23/site-lisp/bbdb/bbdb-mhe hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-mhe /usr/share/emacs23/site-lisp/bbdb/bbdb-merge hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-merge /usr/share/emacs23/site-lisp/bbdb/bbdb-gui hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-gui /usr/share/emacs23/site-lisp/bbdb/bbdb-gnus hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-gnus /usr/share/emacs23/site-lisp/bbdb/bbdb-ftp hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-ftp /usr/share/emacs23/site-lisp/bbdb/bbdb-com hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com /usr/share/emacs23/site-lisp/bbdb/bbdb-hooks hides /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-hooks Features: (shadow sort gnus-util mail-extr message sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader emacsbug semantic/util-modes semantic/util semantic/db-find semantic/db-ref semantic/find semantic/db eieio-base semantic semantic/tag semantic/lex semantic/fw eieio eieio-comp mode-local cedet autorevert doc-view jka-compr image-mode dired gud apropos derived macroexp warnings byte-opt bytecomp byte-compile rect cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs cal-french diary-lib diary-loaddefs mule-util cal-move cal-menu calendar cal-loaddefs misc ielm pp timezone smerge-mode conf-mode grep compile comint dabbrev find-func skeleton multi-isearch log-view wid-edit cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs debug log-edit ring pcvs-util executable copyright filecache add-log whitespace diff-mode vc-bzr sha1 hex-util vc-sccs vc-svn vc-cvs vc-rcs vc-dir ewoc vc vc-dispatcher server noutline outline easy-mmode flyspell ispell eldoc checkdoc regexp-opt thingatpt help-mode easymenu view url-handlers url-parse url-vars mm-util mail-prsvr reveal autoinsert uniquify advice help-fns advice-preload savehist minibuf-eldef cl cl-19 cl-loaddefs proof-site proof-autoloads pg-vars bbdb-autoloads agda2 tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page newcomment menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax 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 loaddefs button minibuffer faces cus-face files text-properties overlay 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 gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sun May 02 04:37:01 2010 Received: (at 6075) by debbugs.gnu.org; 2 May 2010 08:37: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 1O8Ufd-0006H8-CQ for submit@debbugs.gnu.org; Sun, 02 May 2010 04:37:01 -0400 Received: from smtprelay-h11.telenor.se ([62.127.194.4]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8Ufb-0006H0-No for 6075@debbugs.gnu.org; Sun, 02 May 2010 04:37:00 -0400 Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-h11.telenor.se (Postfix) with ESMTP id 6BFF4D3E3 for <6075@debbugs.gnu.org>; Sun, 2 May 2010 10:36:52 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjJIAIrW3EtV4S1uPGdsb2JhbACHaZVBDAEBAQE1LbhDhRIE X-IronPort-AV: E=Sophos;i="4.52,311,1270418400"; d="scan'208";a="513816390" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb3.telenor.se with ESMTP; 02 May 2010 10:36:51 +0200 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id E40277FA05A; Sun, 2 May 2010 10:36:50 +0200 (CEST) Message-ID: <4BDD39A1.4070602@swipnet.se> Date: Sun, 02 May 2010 10:36:49 +0200 From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Stefan Monnier Subject: Re: bug#6075: Lucid trunk build crashes at start References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 6075 Cc: 6075@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.8 (--) Stefan Monnier skrev 2010-05-02 07.34: > Package: Emacs > Version: 24.0.50 > > My Lucid build of Emacs crashes right at the start before any frame gets > opened (emacs -nw works fine): > > (gdb) r -Q > Starting program: /home/monnier/src/emacs/bzr/trunk/src/emacs -Q > [Thread debugging using libthread_db enabled] > > Program received signal SIGSEGV, Segmentation fault. > 0xb7f1cad0 in XtInitializeWidgetClass () from /usr/lib/libXt.so.6 > (gdb) bt > #0 0xb7f1cad0 in XtInitializeWidgetClass () from /usr/lib/libXt.so.6 > #1 0xb7f1daf8 in _XtCreateWidget () from /usr/lib/libXt.so.6 > #2 0xb7f1dea4 in XtCreateWidget () from /usr/lib/libXt.so.6 > #3 0x081ea276 in x_window (f=0x8a7c0b0, window_prompting=0, > minibuffer_only=0) at xfns.c:2530 I can't reproduce this. I used your configure flags, and tried with Xaw3d and straight Xaw. I guess it is some memory corruption or aligment problem. Can you compile without Xaw3d and just use standard Xaw? You don't have that gcc 4.4 memcpy bug? Does it happen wih -O0 also? If you compiled Xaw3d yourself, recompile it with debug and run gdb to the crash. Jan D. From debbugs-submit-bounces@debbugs.gnu.org Tue May 11 15:48:10 2010 Received: (at 6075) by debbugs.gnu.org; 11 May 2010 19:48:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBvR4-0005LN-FO for submit@debbugs.gnu.org; Tue, 11 May 2010 15:48:10 -0400 Received: from tomts40.bellnexxia.net ([209.226.175.97] helo=tomts40-srv.bellnexxia.net) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBvR3-0005LI-A3 for 6075@debbugs.gnu.org; Tue, 11 May 2010 15:48:10 -0400 Received: from toip5.srvr.bell.ca ([209.226.175.88]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20100511194804.MERH1888.tomts40-srv.bellnexxia.net@toip5.srvr.bell.ca> for <6075@debbugs.gnu.org>; Tue, 11 May 2010 15:48:04 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEACdM6UtKDMwD/2dsb2JhbACeKXK8aYURBA Received: from bas1-montreal42-1242352643.dsl.bell.ca (HELO ceviche.home) ([74.12.204.3]) by toip5.srvr.bell.ca with ESMTP; 11 May 2010 16:03:05 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 3BC2D660DC; Tue, 11 May 2010 15:48:03 -0400 (EDT) From: Stefan Monnier To: Jan =?iso-8859-1?Q?Dj=E4rv?= Subject: Re: bug#6075: Lucid trunk build crashes at start Message-ID: References: <4BDD39A1.4070602@swipnet.se> Date: Tue, 11 May 2010 15:48:02 -0400 In-Reply-To: <4BDD39A1.4070602@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Sun, 02 May 2010 10:36:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: 6075 Cc: 6075@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: -1.3 (-) > I can't reproduce this. Now, I sometimes can and sometimes can't. Still investigating. > I used your configure flags, and tried with Xaw3d and straight Xaw. > I guess it is some memory corruption or aligment problem. I saw it on all my machines (tho admittedly, they're all running pretty much the same Debian testing). I tried "xrdb -remove" but it didn't help. > Can you compile without Xaw3d and just use standard Xaw? You mean without-toolkit-scroll-bars? Good idea... Hmm... configure still says "Does Emacs use -lXaw3d? yes". But I'm not sure yet if it helps (I haven't seen it crash without-toolkit-scroll-bars, but since then I haven't seen it crash on that same machine with Xaw3d scroll bars either). > You don't have that gcc 4.4 memcpy bug? You mean the 4.5 bug? No, I have Debian's 4.4.2. > Does it happen wih -O0 also? Yup. > If you compiled Xaw3d yourself, recompile it with debug and run gdb to > the crash. The crash I showed was with a hand-compiled Xaw3d with debug info (actually an Xaw3d with some local changes so that you can dynamically choose the Xaw-style or the motif-arrow-style scrollbars). But the backtrace is in Xt code, not in Xaw(3d) code. Stefan From debbugs-submit-bounces@debbugs.gnu.org Wed May 12 02:04:32 2010 Received: (at 6075) by debbugs.gnu.org; 12 May 2010 06:04:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC53X-0001Fi-QY for submit@debbugs.gnu.org; Wed, 12 May 2010 02:04:32 -0400 Received: from smtprelay-h21.telenor.se ([195.54.99.196]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC53V-0001Fb-6j for 6075@debbugs.gnu.org; Wed, 12 May 2010 02:04:29 -0400 Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 35AFAEAE69 for <6075@debbugs.gnu.org>; Wed, 12 May 2010 08:04:25 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AttAALzh6UtV4S1uPGdsb2JhbACHaZZADAEBAQE1LblAhREE X-IronPort-AV: E=Sophos;i="4.53,212,1272837600"; d="scan'208";a="73541925" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 12 May 2010 08:04:25 +0200 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 4A19B7FA05A; Wed, 12 May 2010 08:04:19 +0200 (CEST) Message-ID: <4BEA44E2.70803@swipnet.se> Date: Wed, 12 May 2010 08:04:18 +0200 From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Stefan Monnier Subject: Re: bug#6075: Lucid trunk build crashes at start References: <4BDD39A1.4070602@swipnet.se> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.5 (--) X-Debbugs-Envelope-To: 6075 Cc: 6075@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: -3.3 (---) Stefan Monnier skrev 2010-05-11 21.48: > >> If you compiled Xaw3d yourself, recompile it with debug and run gdb to >> the crash. > > The crash I showed was with a hand-compiled Xaw3d with debug info > (actually an Xaw3d with some local changes so that you can dynamically > choose the Xaw-style or the motif-arrow-style scrollbars). But the > backtrace is in Xt code, not in Xaw(3d) code. > XtInitializeWidgetClass (where it crashed), fills in the widget class structure. I guess something in the widget description is wrong, such as saying sizeof(int), where sizeof(double) is intended, or OffsetOf points to the wrong member. If you have local changes, there is a good place to start looking. This is hard to see without a debug compiled Xt. Doesn't Debian have separate debug-infos that you can install for Xt? Jan D. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 06 15:31:46 2010 Received: (at 6075) by debbugs.gnu.org; 6 Dec 2010 20:31:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PPhir-0005OZ-TD for submit@debbugs.gnu.org; Mon, 06 Dec 2010 15:31:46 -0500 Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PPhiq-0005OL-4i for 6075@debbugs.gnu.org; Mon, 06 Dec 2010 15:31:44 -0500 Received: from furball (dhcp128036014027.central.yale.edu [128.36.14.27]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id oB6Kbajo016583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 6 Dec 2010 15:37:37 -0500 Received: by furball (Postfix, from userid 1000) id ACBA9160C98; Mon, 6 Dec 2010 15:37:36 -0500 (EST) From: Chong Yidong To: Stefan Monnier Subject: Re: Lucid trunk build crashes at start Date: Mon, 06 Dec 2010 15:37:36 -0500 Message-ID: <87bp4yr627.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 6075 Cc: 6075@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.7 (--) > My Lucid build of Emacs crashes right at the start before any frame > gets opened (emacs -nw works fine): > > Now, I sometimes can and sometimes can't. Still investigating. Any luck debugging, or did the problem go away? From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 06 17:02:47 2010 Received: (at 6075-done) by debbugs.gnu.org; 6 Dec 2010 22:02:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PPj8w-0008Ko-9n for submit@debbugs.gnu.org; Mon, 06 Dec 2010 17:02:47 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PPieu-0007ZD-7L for 6075-done@debbugs.gnu.org; Mon, 06 Dec 2010 16:31:44 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicIAEvm/ExFxLmf/2dsb2JhbACiMIELcr8PhUkEhF+NfQ X-IronPort-AV: E=Sophos;i="4.59,307,1288584000"; d="scan'208";a="84702496" Received: from 69-196-185-159.dsl.teksavvy.com (HELO ceviche.home) ([69.196.185.159]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 06 Dec 2010 16:37:35 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 83826661BF; Mon, 6 Dec 2010 16:37:35 -0500 (EST) From: Stefan Monnier To: Chong Yidong Subject: Re: Lucid trunk build crashes at start Message-ID: References: <87bp4yr627.fsf@stupidchicken.com> Date: Mon, 06 Dec 2010 16:37:35 -0500 In-Reply-To: <87bp4yr627.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 06 Dec 2010 15:37:36 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 6075-done X-Mailman-Approved-At: Mon, 06 Dec 2010 17:02:45 -0500 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 (--) >> My Lucid build of Emacs crashes right at the start before any frame >> gets opened (emacs -nw works fine): >> Now, I sometimes can and sometimes can't. Still investigating. > Any luck debugging, or did the problem go away? Apparently the problem is now gone, closing, Stefan From unknown Thu Aug 14 21:45:48 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, 04 Jan 2011 12:24:04 +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