From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1623 invoked by alias); 24 Dec 2004 18:50:18 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1493 invoked by uid 48); 24 Dec 2004 18:50:15 -0000 Date: Fri, 24 Dec 2004 18:50:00 -0000 Message-ID: <20041224185015.1492.qmail@sourceware.org> From: "bugzilla-gcc at thewrittenword dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041224015246.19144.bugzilla-gcc@thewrittenword.com> References: <20041224015246.19144.bugzilla-gcc@thewrittenword.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19144] miscompilation KDE 3.3.2 X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03480.txt.bz2 List-Id: ------- Additional Comments From bugzilla-gcc at thewrittenword dot com 2004-12-24 18:50 ------- Ok, found the real problem. I was wrong. This is not a GCC bug. It is a KDE bug. On Solaris and IRIX, struct dirent does not contain space for the name of the file. Tru64 UNIX, HP-UX, and GNU/Linux do. So, KDE was simply overwriting memory not belonging to it. Hence, SIGBUS. Sorry! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19144