From owner-freebsd-hackers Fri Jan 19 17:22:47 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA12957 for hackers-outgoing; Fri, 19 Jan 1996 17:22:47 -0800 (PST) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA12951 for ; Fri, 19 Jan 1996 17:22:44 -0800 (PST) Received: from dima@localhost by burka.rdy.com id RAA01320; (8.7.3/RDY) Fri, 19 Jan 1996 17:22:39 -0800 (PST) Message-Id: <199601200122.RAA01320@burka.rdy.com> Subject: problem with *latest* sources To: hackers@FreeBSD.ORG Date: Fri, 19 Jan 1996 17:22:38 -0800 (PST) X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG Precedence: bulk Hi! I'm having problem with my -current. Logfile attached below. (I have all latest changes in kernel, and I've done make world 10 minutes ago) Any bright ideas, what's going on? P.S. I have basically the same problem with awk and xterm. If I compile all these program with -static problem just "disappears". Maybe it'll help a bit. Script started on Fri Jan 19 17:16:29 1996 [burka]-p5:1> echo xxxxx > foo [burka]-p5:2> echo fff > bar [burka]-p5:3> diff -c foo bar *** foo Fri Jan 19 17:16:39 1996 --- bar Fri Jan 19 17:16:44 1996 *************** *** 1 **** ! xxxxx --- 1 ---- ! fff Segmentation fault (core dumped) [burka]-p5:4> ls -la diff.core -rw------- 1 dima wheel 196608 Jan 19 17:16 diff.core [burka]-p5:5> gdb /usr/bin/diff diff.core GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.13 (i386-unknown-freebsd), Copyright 1994 Free Software Foundation, Inc...(no debugging symbols found)... Core was generated by `diff'. Program terminated with signal 11, Segmentation fault. #0 0x3d in ?? () (gdb) bt #0 0x3d in ?? () #1 0x807cb36 in end () #2 0x29c8 in main () (gdb) quit [burka]-p5:6> exit exit Script done on Fri Jan 19 17:17:12 1996 -- dima