------- 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