> -----Original Message----- > From: Yutaka Sato [mailto:pficabdyi-mxhgu46ja73w.ml@delegate.org] > Sent: 05 April 2004 23:04 > To: pficabdyi-mxhgu46ja73w.ml@delegate.org > Cc: pdqfabdyi-mxhgu46ja73w.ml@delegate.org > Subject: Re: [DeleGate-En:2587] Sigsegv when trying to run delegate 8.9.2 > on yellowdog 3 > > In message <_A2588@delegate-en.ML_> on 04/06/04(04:18:58) > you "Rich Stanton" <pdqfabdyi-mxhgu46ja73w.ml@delegate.org> wrote: > |interactively, and this is the log I got: > ... > |04/05 19:17:53.09 [10527] 0+0: --INITIALIZATION DONE: 8.9.2 on > |Linux/2.4.20-8e-- > |04/05 19:17:53.11 [10527] 0+0: E-A: ABORT: caught SIGSEGV [11] > > Possibly your setting of resource limit on stack size is too small > to execute DeleGate. It is expected larger than one megabyte at > least. What is the result of "limit" command ? > > % csh -c limit > ... > stacksize 8192 kbytes > ... > Doing this my stacksize was listed as 8192kbytes. > Otherwise we need to know where the DeleGate stops. Using gdb like > follows will help us to locate the cause of problem. > > % gdb delegated > (gdb) run -P9999 SERVER=socks > ... > (gdb) where I executed the first 2 commands, and delegated did it's usual startup: GNU gdb Yellow Dog Linux (5.2.1-4b) Copyright 2002 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 "ppc-yellowdog-linux"... (gdb) run -P9999 SERVER=socks Starting program: /usr/sbin/delegated -P9999 SERVER=socks Program exited normally. DGROOT=/var/spool/delegate-nobody ADMIN=peafabdyi-mxhgu46ja73w.ml@delegate.org AIST-Product-ID: 2000-ETL-198715-01, H14PRO-049, H15PRO-165 Copyright (c) 1994-2000 Yutaka Sato and ETL,AIST,MITI Copyright (c) 2001-2004 National Institute of Advanced Industrial Science and Technology (AIST) -delegated[12579]- WARNING! ADMIN="your_mail_address" should be specified. -delegated[12579]- INFO: using ADMIN=peafabdyi-mxhgu46ja73w.ml@delegate.org given at compile time. However there wasn't a '(gdb)' prompt. I typed 'where' anyway and it said 'No stack' and then returned me to a (gdb) prompt. I admit I have no idea what I'm doing with these command, so I apologise if I executed anything correctly. What does the output mean?