From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28805 Path: main.gmane.org!not-for-mail From: David Maslen Newsgroups: gmane.emacs.gnus.general Subject: Re: Reproducible bug in processing a piece of (html?) email Date: 18 Jan 2000 11:41:25 +1100 Organization: Satisfied XEmacs/Gnus User Sender: owner-ding@hpc.uh.edu Message-ID: <87ogak5hze.fsf@iname.com> References: <87aem5404w.fsf@iname.com> <87snzxklo3.fsf@iname.com> <87embgsz1t.fsf@inanna.danann.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165586 31713 80.91.224.250 (21 Oct 2002 01:59:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:59:46 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 9ABF2D051E for ; Mon, 17 Jan 2000 20:04:19 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB08767; Mon, 17 Jan 2000 19:02:57 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Jan 2000 19:02:35 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA08845 for ; Mon, 17 Jan 2000 19:02:25 -0600 (CST) Original-Received: from taz.net.au (taz.net.au [203.16.167.1]) by mailhost.sclp.com (Postfix) with ESMTP id 3FAC7D051E for ; Mon, 17 Jan 2000 20:00:55 -0500 (EST) Original-Received: by taz.net.au (Postfix, from userid 10) id E97AA3018; Tue, 18 Jan 2000 12:00:32 +1100 (EST) Original-Received: from trinity.2d.private (trinity.2d.private [10.10.10.9]) by imp.taz.net.au (Postfix) with SMTP id 987852A0A6 for ; Tue, 18 Jan 2000 11:41:53 +1100 (EST) Original-Received: by trinity.2d.private (sSMTP sendmail emulation); Tue, 18 Jan 2000 11:41:25 +1100 In-Reply-To: Daniel Pittman's message of "17 Jan 2000 22:44:14 +1100" Original-To: ding@gnus.org Original-Lines: 19 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.2 (Millenium) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28805 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28805 Daniel Pittman writes: > If you use W3 from CVS and a recent XEmacs, you might be seeing the > progress widget lossage. Do you get `dynamic symbol XXX has the wrong > size, consider relinking' messages when starting XEmacs? > > If so you have a 3D Athena shared library loaded but XEmacs complied for > the flat Athena library. This makes displaying a widget subclass raise > SIGSEGV :( The exact error on starting were, xemacs: Symbol `toggleClassRec' has different size in shared object, consider re-linking xemacs: Symbol `labelClassRec' has different size in shared object, consider re-linking But a quick browse through xemacs21.2 code show that is related to the xaw3d libs, and unfortunately the developement files were present on the machine where I did the build. I think that's probably solved it. Well done.