Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 1997 15:56:47 +0200 (MEST)
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        freebsd-questions@freefall.FreeBSD.org
Subject:   netscape floating exception 3.01 under 3.0-current
Message-ID:  <199705161356.PAA01364@gil.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help

Very strange: On one of my 3.0-current systems running
Netscape-301 (netscape-v301-export.x86-unknown-bsd.tar.gz)
I'm getting a Floating Exception and netscape dies
when I click on the [Net Search] button.

Here is a kdump (tail):
  4736 netscape.bin CALL  gettimeofday(0xefbfc3b8,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  gettimeofday(0xefbfc3f0,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  ioctl(0x6,FIONREAD,0xefbfbc48)
  4736 netscape.bin RET   ioctl 0
  4736 netscape.bin CALL  write(0x6,0x51b000,0x1c)
  4736 netscape.bin GIO   fd 6 wrote 28 bytes
       ">\0\a\0±\0@\^CM\^B@\^Cl\^B@\^C\0\0\0\0\^B\0\^B\0<\0<\0"
  4736 netscape.bin RET   write 28/0x1c
  4736 netscape.bin CALL  ioctl(0x6,FIONREAD,0xefbfbc48)
  4736 netscape.bin RET   ioctl 0
  4736 netscape.bin CALL  read(0x6,0xefbfbc4c,0x20)
  4736 netscape.bin GIO   fd 6 read 32 bytes
       "\^NBñ\^RM\^B@\^C\0\0>\0¤x \0àÖ¿ïk\M^S\^A\0<¼p\0lBp\0"
  4736 netscape.bin RET   read 32/0x20
  4736 netscape.bin CALL  gettimeofday(0xefbfc47c,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  gettimeofday(0xefbfc3e8,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  ioctl(0x6,FIONREAD,0xefbfbc4c)
  4736 netscape.bin RET   ioctl 0
  4736 netscape.bin CALL  ioctl(0x6,FIONREAD,0xefbfbc4c)
  4736 netscape.bin RET   ioctl 0
  4736 netscape.bin CALL  gettimeofday(0xefbfc47c,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  read(0xf,0x5f9000,0x7c00)
  4736 netscape.bin GIO   fd 15 read 683 bytes
       ".substring(0,1)=="2")  )   s=tstring.substring(tstring.length-5,tstrin\
        g.length-3);
                        else s=tstring.substring(tstring.length-3,tstring.leng\
        th-1);
                        position=Math.round(s/5);
                        if (Math.round(s/5)==20) position=0;
                        slot=w.substring(position,position+1);
                        gohere("http://home.netscape.com/escapes/search/ntsrch\
        rnd-"+slot+".html");
                        }              
          else gohere("http://home.netscape.com/escapes/search/ntsrchdft-"+sa\
        mpler_num+".html");

        document.write("<SCRIPT LANGUAGE=JavaScript> /* ");
        }
        //-->
        </SCRIPT>

        <NOSCRIPT>
        <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://home.netscape.com/esc\
        apes/search/netsearchv1.html">
        <SCRIPT LANGUAGE=JavaScript>
        <!--*/
        //-->
        </SCRIPT>
        </NOSCRIPT>

       "
  4736 netscape.bin RET   read 683/0x2ab
  4736 netscape.bin CALL  gettimeofday(0xefbfc29c,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  break(0x69c000)
  4736 netscape.bin RET   break 0               
  4736 netscape.bin CALL  break(0x69d000)
  4736 netscape.bin RET   break 0
  4736 netscape.bin CALL  break(0x69d000)
  4736 netscape.bin RET   break 0
  4736 netscape.bin CALL  break(0x69e000)
  4736 netscape.bin RET   break 0
  4736 netscape.bin PSIG  SIGALRM caught handler=0x4298e0 mask=0x0 code=0x0
  4736 netscape.bin CALL  gettimeofday(0xefbfb62c,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  sigreturn(0xefbfb6ac)
  4736 netscape.bin RET   sigreturn JUSTRETURN
  4736 netscape.bin CALL  gettimeofday(0xefbfbd44,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin CALL  gettimeofday(0xefbfbd68,0)
  4736 netscape.bin RET   gettimeofday 0
  4736 netscape.bin PSIG  SIGFPE SIG_DFL
  4736 netscape.bin NAMI  "netscape.bin.core"
                                                        
Before I upgraded to 3.0 I had core dumps from netstat (which seems to get 
exec'ed - netstat -ni from netscape) 

The only thing special to my config is that I'm running 
bisdn.


--
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705161356.PAA01364>