Yutaka Sato wrote: > This forum does not accept messages from addresses which seem not of > a human, as "info@..". Sorry for the inconvenience. > I'm sending this reply message to the forum. Oh, thank you. I'll try from my personal address. > You seem using DeleGate as a proxy for HTTP on Windows, setting > TIMEOUT=standby with the value larger than 60seconds, is this right? I've attached my startup options below. > What does this "abort" and "crash" mean? Sorry, I meant the delegate service process is closing unexpectedly. > The cause of "VStr overflow" is clear. It is because the buffer of > 32 bytes is not enough for "HUPENV=x/x/x/x/y1,y2,y3,y4,...". > This is a string to represent and inherit the socket environment on > restart by (possibly emulated) SIGHUP on Windows. > So I expanded the buffer, nchild[32] in delegated.c:sigHUPX(), and > uploaded the expanded version as > > dg9_2_4-pre1.zip > > at ftp://ftp.delegate.org/pub/DeleGate/alpha/. I'll try it immediately. > I suppose this is caused when you specify multiple ports to accept clients > as "-Pp1,p2,p3..." Yes, I have a very long -P line. It's true that each port mentioned in a SERVER clause should also be listed with -P ? For example, to have port 20119 listening as an NNTP proxy must I specify it with both with -P and in a SERVER clause? Or I've misunderstood the manual (most likely) ? > The problem is why this "kill Frozen Sticky" is caused to emulate SIGHUP. > I think the LOGFILE of your DeleGate, if it's not disabled, will show the > reason. Especially, lines including a word "Sticky" will give us great > hints. Right now I use -vt so don't have more informations. I'll try to run it without -vt. Many thanks for your help Riccardo ----- when installing a delegate executable, I use this cmd line: dg9_2_3 DGROOT="e:/apps/delegate-root" -P192.168.101.4:8119/admin,192.168.101.4:20119,15110,15115,192.168.101.4:23 -t -vt +="e:/apps/dlg-conf.txt" Delegate will ask about registering the service and then the service starts with the following parameters (extracted from windows registry): E:\apps\dg9_2_3\dg9_2_3.exe LIBPATH=.;E:\apps\dg9_2_3;e:/apps/delegate-root/lib;dg9_2_3;e:/apps/delegate-root/etc RESOLV=cache,file,dns,sys DGROOT=e:/apps/delegate-root +=e:/apps/dlg-conf.txt -P192.168.101.4:8119/admin,192.168.101.4:20119,15110,15115,192.168.101.4:23 -L0x240 -IO9502720 ADMIN=info@larix..it ----- dlg-conf.txt is (addresses edited) STLS=-fcl ADMIN="info@larix..it" AUTH="admin:-list{admin:ouradminpwd}" LOGFILE="[date+%Y%m%d]-${PORT}-adm.log" PROTOLOG="[date+%Y%m%d]-${PORT}-${PROTO}.log" ERRORLOG="[date+%Y%m%d]-${PORT}-errors.log" CACHE=no MAXIMA="listen:60" PERMIT="*:*:192.168.101.0/24" REMITTABLE="http,https,nntp,telnet,pop" SERVER="nntp://news.provider_nntp.com:-:{*:20119}" SERVER="telnet:-:{*:23}" SERVER="pop://pop3.externaladdr_a.com:-:{*:15115}" SERVER="pop://pop3.externaladdr_b.com:-:{*:15110}"