From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23926 invoked by alias); 12 Dec 2014 14:39:08 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org Received: (qmail 23903 invoked by uid 89); 12 Dec 2014 14:39:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.ecoscentric.com Received: from albus.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 12 Dec 2014 14:39:06 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 512) id 12FCAA8A1A0; Fri, 12 Dec 2014 14:39:04 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1002024] configtool segfault at libc6 Date: Fri, 12 Dec 2014 14:39:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: ConfigTool X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: marek.matej@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014/txt/msg00310.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1002024 --- Comment #3 from Marek MATEJ --- , thanks for the comment. I have downloaded: ftp://ftp.gwdg.de/pub/misc/sources.redhat.com/ecos/anoncvs/ecos-tools-bin-110209.i386linux.tar.bz2 and run the configtool with my target config file. I can see no difference to what I have described in the first bug report. (Please check the picture in the comment from 2014-12-12 14:37) Do you or anybody else have an clue how can I solve this problem? Compiling configtool from scratch did not solve the problem, as I described previously. ldd shows that I have all needed packages, but from some reason certain graphical widgets aren't displayed. Moreover, I can read the warnings in the console: (configtool:23808): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported (configtool:23808): Gdk-CRITICAL **: IA__gdk_drawable_get_size: assertion 'GDK_IS_DRAWABLE (drawable)' failed (configtool:23808): Gdk-CRITICAL **: IA__gdk_drawable_get_depth: assertion 'GDK_IS_DRAWABLE (drawable)' failed Because of this I have changed my default gtk theme, but that did not solved my problem. Mark -- You are receiving this mail because: You are the assignee for the bug.