Hi, I hope somebody can help me, I have just compiled delegate 8.9.6 on Linux 2.6.5-7.97-smp x86_64 and am getting a core dump when I start it normally (in the background) but it runs OK when giving "-f" so it stays in the foreground. The commandline I'm using is ./delegated -P7652 SERVER=http MOUNT="/orf/* http://www.orf.at/*" I have added "-va" and get the following in the logfile: ... 02/09 18:00:35.90 [31162] 0+0: arg[2] SERVER=http 02/09 18:00:35.90 [31162] 0+0: arg[3] MOUNT=/orf/* http://www.orf.at/* 02/09 18:00:35.90 [31162] 0+0: DELEGATE_Modified[1]: 420a41b3 02/09 18:00:35.90 [31162] 0+0: --INITIALIZATION DONE: 8.9.6 on Linux/2.6.5-7.97-smp-- 02/09 18:00:35.90 [31162] 0+0: E-A: ABORT: caught SIGSEGV [11] 02/09 18:00:35.90 [31162] 0+0: E-A: core will be at /home/rgiersig/delegate/work/7652 02/09 18:00:35.90 [31162] 0+0: ####! EMERGENCY STOP !#### 02/09 18:00:35.95 [31162] 0+0: Kill(31163,9) 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31162] 0+0: FATAL: get{host|peer}name(4343479) failed, errno=9 02/09 18:00:36.03 [31167] 0+0: -- Fork(FATAL): 31162 -> 31167 02/09 18:00:36.03 [31167] 0+0: E-A: ABORT: caught SIG??? [3] 02/09 18:00:36.03 [31167] 0+0: E-A: core will be at /home/rgiersig/delegate/work/7652 02/09 18:00:37.03 [31167] 0+0: Kill(31167,3) --EOF-- errno 9 is BADF by the way... I also get "COULD NOT OPEN <mymailserver>:25" on the command-line (<mymailserver> being the mail domain of the admin mail address). So, anybody experienced something similar? Could it be a 64-bit problem? I got a lot of warnings about casts from integer to pointer of different size during compilation. Thanks in advance, Roland