Kir,

Here you go:

Also, for whatever its worth, I utilized REPAIR TABLE command as well as the
isamchk MYSQL command to repair all MYI tables.  Even though everything came
back as repaired, I still had the below problem.

Thanks in advance.


[takacsj@103-103 sbin]$ gdb index
GNU gdb 5.0rh-5 Red Hat Linux 7.1
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) r -D
Starting program: /usr/local/aspseek/sbin/index -D
/bin/bash: /root/.bashrc: Permission denied
[New Thread 1024 (LWP 1563)]
Loading configuration from /usr/local/aspseek/etc/ucharset.conf
Loading configuration from /usr/local/aspseek/etc/stopwords.conf
Loading configuration from /usr/local/aspseek/etc/aspseek.conf
Saving real-time database ... done.
Saving delta files [..................................................]
done.
Saving real-time ... done
Saving redirects ... done
Splitting href delta file ... done
Saving href delta files ... done
Saving direct href delta files ... done
Calculating ranks  [..
Program received signal SIGABRT, Aborted.
[Switching to Thread 1024 (LWP 1563)]
0x400de801 in __kill () from /lib/i686/libc.so.6
(gdb) bt
#0  0x400de801 in __kill () from /lib/i686/libc.so.6
#1  0x4003e61b in raise (sig=6) at signals.c:65
#2  0x400dfd82 in abort () at ../sysdeps/generic/abort.c:88
#3  0x4006df2b in __default_terminate () at ../../gcc/libgcc2.c:3034
#4  0x4006df4a in __terminate () at ../../gcc/libgcc2.c:3034
#5  0x4006ec9a in throw_helper (eh=0xdb0fa40, pc=0x400cd176,
my_udata=0xbfffe950, offset_p=0xbfffe94c) at ../../gcc/libgcc2.c:3168
#6  0x4006ef4f in __rethrow (index=0x80d9ee4) at ../../gcc/libgcc2.c:3168
#7  0x08065b1b in main (argc=2, argv=0xbffffaac) at
/usr/include/g++-3/std/bastring.h:195
#8  0x400cd177 in __libc_start_main (main=0x8063f20 <main>, argc=2,
ubp_av=0xbffffaac, init=0x804a79c <_init>,
    fini=0x80c07bc <_fini>, rtld_fini=0x4000e184 <_dl_fini>,
stack_end=0xbffffa9c) at ../sysdeps/generic/libc-start.c:129
(gdb)

----- Original Message -----
From: "Kir Kolyshkin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 9:54 AM
Subject: Re: [aseek-users] Computer lost power during indexing, on index -D
I get a core dump.


> Ok, try to run index under gdb, smth like this:
>
> -----------
> $ gdb index
> .....
> (gdb) r -D
> -----------
>
> and after a crash run
> (gdb) bt
>
> and send results here.
>
> Hope you have compiled aspseek from sources...
>
> "Dr. John Takacs" �����(�):
> >
> > Hi Kir!
> >
> > Unfortunately, I just tried again and I received the same abort message
as
> > described below.
> >
> > I guess this is a support issue?  I'm awaiting my info from your
colleague
> > and then I'll submit.
> >
> > In the meantime, what can I do, or do you have any files etc that you
need?
> >
> > This is just a home Linux box, hence no UPS!  ;-)
> >
> > Might that be the problem?  Calculating Ranks aborts due to CPU and RAM?
> >
> > John
> >
> > ----- Original Message -----
> > From: "Kir Kolyshkin" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 26, 2001 9:17 AM
> > Subject: Re: [aseek-users] Computer lost power during indexing, on
index -D
> > I get a core dump.
> >
> > > Try to run index -D again - the problem should be solved... If not,
please
> > report.
> > > and buy UPS for your machine :)
> > >
> > > > "Dr. John Takacs" �����(�):
> > > >
> > > > I had just completed spidering 1.5 million URLs and experienced a
power
> > failure.  Obviously a hard shutdown.
> > > >
> > > > My count was at 1.5 million URLs as I had just done an index -S
prior to
> > the crash.
> > > >
> > > > I re-booted, and when I went to execute index -D, I got a core dump.
It
> > stalled at calculating ranks and then gave the core dump.
> > > >
> > > > Well, wanting to solve this on my own (dumb mistake), I decided to
> > backup mysql database and back up the aspseek/var directory per a
message
> > Kir wrote.
> > > >
> > > > I then cleaned out aspseek and reinstalled it.
> > > >
> > > > I then deleted the reinstalled apseek/var directory and placed my
backup
> > apseek/var directory there.
> > > >
> > > > I then executed index -D.
> > > >
> > > > It went through its customary display of information, and when it
got to
> > calculating ranks, it said:
> > > >
> > > > Calculating ranks  [Aborted....
> > > >
> > > > I need some help!  What can I do?  At least I have my URLs backed
up,
> > but I really don't want to go through that again.
> > > >
> > > > Any ideas?
> > > >
> > > > Thanks in advance.
> > > >
> > > > John
> > > >
> > >
> > > --  [EMAIL PROTECTED]  http://kir.sever.net   ICQ 7551596  --
> > > Bend the facts to fit the conclusion. It's easier that way.
> > > --  |_ | |\| |_| ><   --  |_| |\| | ><   --   | ) |\/|   --
>
> --  [EMAIL PROTECTED]  http://kir.sever.net   ICQ 7551596  --
> Bend the facts to fit the conclusion. It's easier that way.
> --  |_ | |\| |_| ><   --  |_| |\| | ><   --   | ) |\/|   --

Reply via email to