From owner-freebsd-current Tue Dec 5 13:37:30 2000 From owner-freebsd-current@FreeBSD.ORG Tue Dec 5 13:37:28 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from valcho.net (valcho.net [206.162.201.61]) by hub.freebsd.org (Postfix) with SMTP id 224C737B400 for ; Tue, 5 Dec 2000 13:37:28 -0800 (PST) Received: (qmail 39428 invoked by uid 1000); 5 Dec 2000 21:37:30 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Dec 2000 21:37:30 -0000 Date: Tue, 5 Dec 2000 16:37:30 -0500 (EST) From: Valentin Chopov To: freebsd-current@freebsd.org Subject: last changes in sys/kern/sysv_*.c in CURRENT and Squid 2.4 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a problem with running server aplication which using message queues and shared memory - Squid 2.4 I'm giving short output of gdb. Thanks, Val (gdb) run -N Starting program: /usr/home/valentin/squid/squid-2.4-200012050000/src/squid -N Program received signal SIGSYS, Bad system call. 0x48160ba0 in msgsys () from /usr/lib/libc.so.5 (gdb) where #0 0x48160ba0 in msgsys () from /usr/lib/libc.so.5 #1 0x481568bf in msgget () from /usr/lib/libc.so.5 #2 0x80a9c4c in storeDiskdDirInit (sd=0x8203000) at store_dir_diskd.c:386 #3 0x80a073c in storeDirInit () at store_dir.c:55 #4 0x809d981 in storeInit () at store.c:937 #5 0x80872e1 in mainInitialize () at main.c:523 #6 0x80877f4 in main (argc=2, argv=0xbfbffb78) at main.c:696 #7 0x804a4f1 in _start () To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message