From owner-freebsd-hackers Tue Jan 23 14:29:05 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23772 for hackers-outgoing; Tue, 23 Jan 1996 14:29:05 -0800 (PST) Received: from apocalypse.superlink.net (root@apocalypse.superlink.net [205.246.27.150]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA23765 for ; Tue, 23 Jan 1996 14:28:58 -0800 (PST) Received: (from root@localhost) by apocalypse.superlink.net (8.6.12/8.6.12) id NAA00156 for hackers@freebsd.org; Tue, 23 Jan 1996 13:34:35 -0500 Date: Tue, 23 Jan 1996 13:34:35 -0500 From: Charlie Root Message-Id: <199601231834.NAA00156@apocalypse.superlink.net> To: hackers@freebsd.org Subject: Kernel Panic (m_copym) Sender: owner-hackers@freebsd.org Precedence: bulk Hi, I was playing with some socket code, and for some reason when I execute a compiled binary I'm continuously getting kernel panics on `m_compym`. Would this have to do with the code using memcpy instead of bcopy? Can anyone shed some light on the subject? Offer any alter- natives to experiment with? Thanks. marxx@superlink.net