From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 20 07:22:47 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66F307FF for ; Thu, 20 Nov 2014 07:22:47 +0000 (UTC) Received: from mail-ie0-x241.google.com (mail-ie0-x241.google.com [IPv6:2607:f8b0:4001:c03::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3391EB08 for ; Thu, 20 Nov 2014 07:22:47 +0000 (UTC) Received: by mail-ie0-f193.google.com with SMTP id rl12so342328iec.8 for ; Wed, 19 Nov 2014 23:22:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lIjUxbZZ0nxUMpzRqIs20LwCzIQw6zU2z14qOOBz6SY=; b=FbUM+MQYxGS14WRNvm8LGpD+i5+wZhGvOc3m0DUYDoLAB/rnyuc9viFW3Wd4dOHeJe LKojN2qoNkIi2GOkCuxjIWhrm+9AlDYdjjkwrddVL/L9TjIS5fVdtDogK+yRTMsDfS0j WZ2q68FtkyjyvBbWeR+CdfNXq0HprZLUWtXu0eSqN74uPHirJ/WLRdDxqSJH/hbevpPE 3ul+1KKGee8FWBT0IqylyEVm0OBTxhAS4uB8aXjNp5V6CqTQ/iLW4aKIsioGHf8eLSha kFpk3WtSIDMdtrxkQNHzCayhkMpidkd/TCfAcx0wTxXhEfp4v6LxP3HLqPcON7B8Jgz9 EAfg== MIME-Version: 1.0 X-Received: by 10.50.73.67 with SMTP id j3mr7876430igv.1.1416468166581; Wed, 19 Nov 2014 23:22:46 -0800 (PST) Received: by 10.64.147.164 with HTTP; Wed, 19 Nov 2014 23:22:46 -0800 (PST) Date: Wed, 19 Nov 2014 23:22:46 -0800 Message-ID: Subject: Re: Running 8 building 10 part2: ctfmerge hangs From: Dieter BSD To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 07:22:47 -0000 After thinking about this a bit, it looks like ctfmerge is broken. 8.2 ctfmerge running under 8.2 kernel. Use a bogus argument and it complains. (So it *is* running before it goes into a coma.) But with normal arguments it quickly falls asleep. Thus it is broken. But... if I run it under gdb, it says program exited normally: (gdb) run -v -L VERSION -o kernel.debug.verbose cam.o Starting program: /new/freebsd/tmp/ctfmerge -v -L VERSION -o kernel.debug.verbose cam.o (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...[New LWP 100342] (no debugging symbols found)...(no debugging symbols found)... [New Thread 800e041c0 (LWP 100342)] [New Thread 800e0ae40 (LWP 100405)] [Thread 800e0ae40 (LWP 100405) exited] GFun: 7 SFun: 1 GVar: 4 SVar: 9 T 73 SOU: 76 Program exited normally. (gdb) And the kernel file shrank from 117MB to 20MB, so it did something.