From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25477 invoked by alias); 16 Nov 2014 06:30:22 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 25461 invoked by uid 89); 16 Nov 2014 06:30:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 16 Nov 2014 06:30:18 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XptLg-0008Ny-7D for cygwin-xfree@cygwin.com; Sun, 16 Nov 2014 07:30:12 +0100 Received: from 76-217-5-67.lightspeed.irvnca.sbcglobal.net ([76.217.5.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2014 07:30:12 +0100 Received: from mark by 76-217-5-67.lightspeed.irvnca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2014 07:30:12 +0100 To: cygwin-xfree@cygwin.com From: Mark Geisert Subject: Re: possible bug in libXt or libXaw Date: Sun, 16 Nov 2014 06:30:00 -0000 Message-ID: References: <5467E20A.4000503@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00018.txt.bz2 Marco Atzeri writes: > this is the pointer causing the segfault > > (gdb) p form->form.horiz_base > $2 = (Widget) 0x6275705f6779632f > > while similar pointers have a much smaller address, > > (gdb) p w > $5 = (Widget) 0x60014bd50 > > so it that an assignment not clearing the upper > portion of the pointer. $2 is not a pointer that needed partial clearing, it's a character string "/cyg_pub". Possibly a buffer overrun somewhere? Hope the string fragment points the way to somebody. ..mark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/