Here's an attempt to produce some useful information with gdb:

http://dpaste.com/144226/

It looks like it at least identifies the location of the error as
function hash_put() (the function is defined in util.c I think), but
doesn't say much more than that. If there's a better way let me know. I
wonder if I can compile fish with debug symbols to improve the
backtrace?

On Tue, Jan 12, 2010 at 10:10:37AM -0800, Rob Farmer wrote:
> On Tue, Jan 12, 2010 at 5:11 AM, chombee <[email protected]> wrote:
> > You're exactly right, if I add the -liconv to Makefile.in then run:
> >
> >    ./configure --prefix=$HOME
> >    gmake
> >    gmake install
> >
> > it all works fine. But then when I run ~/bin/fish it does:
> >
> >    Floating point exception (core dumped)
> >
> > Drat!
> 
> I'm not a great programmer so I can't promise any results, but if you
> provide a backtrace I'll try and take a look.


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to