[Reference:<_A2588@delegate-en.ML_>]
Newsgroups: mail-lists.delegate-en
[DeleGate-En] Re: 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-mxhgu4ypfp3w.ml@delegate.org> wrote:
|I've compiled delegate 8.9.2 on a yellowdog linux 3 system. However
|when I try & run it it doesn't work. Here's what I'm running:
|delegated AUTHORIZER=-socks.users -P1081 SERVER=socks PERMIT=*:*:*
|
|I tried just running delegated, specifiying -P1081 & SERVER=socks
|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]
...
|Any ideas what's going on?
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
...
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
Cheers,
Yutaka
--
D G Yutaka Sato <pfqcabdyi-mxhgu4ypfp3w.ml@delegate.org> http://delegate.org/y.sato/
( - ) National Institute of Advanced Industrial Science and Technology
_< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan
Do the more with the less -- B. Fuller
|