From: Peter W. <Pet...@en...> - 2001-12-11 10:41:08
|
Hi, Running htdig 3.2.0.b3 under Solaris 2.7 produces the follwing Arithmetic Exception (Core Dumped). # ./htdig -vvv ht://dig Start Time: Tue Dec 11 08:50:21 2001 Arithmetic Exception (core dumped) This is the the first run, thus there are no databases. The same error occurs when running all the other commands (htsearch, htpurge ...) Here is the advised debugger run: (gdb) run Starting program: /www/htdig-3.2.0b3/bin/htdig Program received signal SIGFPE, Arithmetic exception. 0xfefb885c in .urem () (gdb) bt #0 0xfefb885c in .urem () #1 0xff15bef4 in Dictionary::Add (this=0x3cd3c, name=@0xffbef410, obj=0x3e280) at Dictionary.cc:196 #2 0xff15ae4c in Configuration::AddParsed (this=0x3cd38, name=@0xffbef410, value=@0x3e280) at Configuration.cc:200 #3 0xff15b664 in Configuration::Defaults (this=0x3cd38, array=0x3b568) at Configuration.cc:381 #4 0x21c6c in main (ac=1, av=0xffbefc5c) at htdig.cc:125 (gdb) quit Are there any ideas, what's the problem. Thanks in advance. Peter |