This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: core dump in xfig compiled with egcs-19980803
- To: Kate Hedstrom <kate at ahab dot Rutgers dot EDU>
- Subject: Re: core dump in xfig compiled with egcs-19980803
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 29 Aug 1998 00:39:28 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199808142125.RAA16066@ahab.rutgers.edu>you write:
> I compiled the latest xfig (3.2.2) with the latest egcs snapshot
> and it dumps core when saving my files. Looking at the core file
> shows that it is dying in fprintf:
Oh what fun. After some head banging I did get xfig up and running
on a slowaris box. Of course the slowaris box is remote so I've
got a much deeper appreciation of text tools again :-)
Anyway, I was able to trigger a fault in write_ellipse. We're
doing an unaligned store. I'm still investigating.
jeff