From owner-freebsd-arm@FreeBSD.ORG Thu Apr 10 15:19:56 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DA54C9B for ; Thu, 10 Apr 2014 15:19:56 +0000 (UTC) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) (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 4F7F61E60 for ; Thu, 10 Apr 2014 15:19:55 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id v10so4021951pde.29 for ; Thu, 10 Apr 2014 08:19:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=ekZQ+Fh0goY5ZvnNjmSfv3OhAAqHrXzsPq8ZpIO8fkc=; b=VcaGp1TK9HPyodipWbwbhzSfvpIwxOyxF3pSidtl4YnGdz0KLetWFum/5YsSmD0IGz F4cfUEN65MUgYzLpWAcVOhWBK4IE7TOD5NeqcF7fzTSdqAiKojLex/SOqWq/TdTCAYlM aU0uK/oA4l/6/Z1UTjQ/vkVBLEbHwmEqZ35y5VdbsA7VkZGI8kvz0LxMCsOruGQd9fSU SNcgi3VUV+HsI1V8L83QbH565qRL9+ZwYaYurASmXkcXzP2KYgNs4r1KccQaaDq1fADh fpwZDadqAFrDIhT7I02USuAxHvYimY5cWL2bZ+sQciTNBYB+64rUgckhViiJqjNw+8Lg aayg== X-Gm-Message-State: ALoCoQlPKLB/H4IsMoCuL8xYlskiyH6CqCU8HW53/BCgmlympzyg6q1GsEokDAjXB1MsQo282/6U X-Received: by 10.66.184.239 with SMTP id ex15mr5452667pac.122.1397143189264; Thu, 10 Apr 2014 08:19:49 -0700 (PDT) Received: from [10.64.24.116] (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id vg1sm9736536pbc.44.2014.04.10.08.19.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Apr 2014 08:19:48 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: screen(1) crashes plus weird output for screen -ls From: Warner Losh In-Reply-To: Date: Thu, 10 Apr 2014 09:19:46 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <18ADCE9C-C604-4067-B4D1-32EC07499231@bsdimp.com> References: To: Ralf Wenk X-Mailer: Apple Mail (2.1874) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 15:19:56 -0000 Is this with clang or gcc? Does the other compiler give different = results? Warner On Apr 10, 2014, at 8:02 AM, Ralf Wenk wrote: > Hi, >=20 > the optimizations made by the current Clang seems to be the cause. >=20 > Without optimization (-O0) "screen -ls" shows the expected >=20 > There is a screen on: > 43597.pts-0.raspberry-pi (Detached) > 1 Socket in /tmp/screens/S-root. >=20 > With the first optimization level (-O1) I get >=20 > There is a screen on: > 43597.pts-0.raspberry-pi (Detached) > 120984 Socket=F5=FF=BFl=E5 in . >=20 > and with -O2 >=20 > There is a screen on: > 43597.pts-0.raspberry-pi (Detached) > -1073746696 Socket > =D0 =E1 in =F5=FF=BF8=E8. >=20 >=20 > Ralf >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"