X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 8E771DC03D9 for ; Sun, 4 Nov 2012 08:57:11 +0000 (UTC) Received: from mail-in-16-z2.arcor-online.net (mail-in-16-z2.arcor-online.net [151.189.8.33]) by mx.arcor.de (Postfix) with ESMTP id 84DB0107B2F for ; Sun, 4 Nov 2012 09:57:09 +0100 (CET) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-16-z2.arcor-online.net (Postfix) with ESMTP id 864CC3FEB12 for ; Sun, 4 Nov 2012 09:57:09 +0100 (CET) Received: from [192.168.16.209] (85-127-222-41.dynamic.xdsl-line.inode.at [85.127.222.41]) (Authenticated sender: panthera.tigris@arcor.de) by mail-in-02.arcor-online.net (Postfix) with ESMTPA id 55E1A303DB for ; Sun, 4 Nov 2012 09:57:09 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-02.arcor-online.net 55E1A303DB DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1352019429; bh=5Pq+EaugGEVGjI8iAfMSJWm9TcQpZtuT5sprxysf7lU=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=bBDeHVkj7JLQOoqGwpqi9XKMAZRTqD4sahLJLOG2Vw4ibMps8LC7MjTc46g3xrz5p TIMNWg1F/spnPecuGNmOwksO25InhYDgaPKpeRvpui4CENU2DSjDBdCaszWotlq5cv N+Xq+74K+8LVMPhv7ok6yZ/rjW0ADfVeK2PiknXY= Message-ID: <50962DE4.3090000@arcor.de> Date: Sun, 04 Nov 2012 09:57:08 +0100 From: Der Tiger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: "alpine-devel@lists.alpinelinux.org" Subject: [alpine-devel] [Alpine 2.5rc1] Memory error compiling OWFS Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Hi, After upgrading my VirtualBox virtual Alpine development system to today's most recent kernel 3.6.4, dated Oct 31st, the exactly same source code of OWFS version 2.8p20 (http://www.owfs.org/) I could compile without a hitch on kernel 3.4.13 of Alpine 2.4, causes a memory leak during conftest: Nov 4 09:01:18 alpine-devel kern.err kernel: [ 1048.021002] PAX: From 192.168.16.209: execution attempt in: , 761acd5a3000-761acd5c4000 7ffffffde000 Nov 4 09:01:18 alpine-devel kern.err kernel: [ 1048.021010] PAX: terminating task: /home/Tiger/aports/testing/ow-2.8p20-r1/src/owfs-2.8p20/conftest(conftest):2132, uid/euid: 1000/1000, PC: 0000761acd5c3570, SP: 0000761acd5c3538 Nov 4 09:01:18 alpine-devel kern.err kernel: [ 1048.021014] PAX: bytes at PC: 49 bb 94 a7 de f4 ec 0c 00 00 49 ba 6c 35 5c cd 1a 76 00 00 Nov 4 09:01:18 alpine-devel kern.err kernel: [ 1048.021032] PAX: bytes at SP-8: 0000000000000000 00000cecf4dea7df 0000000000000000 e754fa7cedd236e2 0000000000000000 00000cecf4dea64e 0000000000000000 0000000000000000 0cecf4dea794bb49 cd5c356cba490000 90e3ff490000761a Nov 4 09:01:18 alpine-devel kern.alert kernel: [ 1048.021087] grsec: >From 192.168.16.209: denied resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 for /home/Tiger/aports/testing/ow-2.8p20-r1/src/owfs-2.8p20/conftest[conftest:2132] uid/euid:1000/1000 gid/eg I didn't change anything, but upgraded the Alpine system via 'apk -U upgrade' after modifying /etc/apk/repositories to point to version 2.5, and updating the local copy of the GIT repository. The error is reproducible even on upgraded, older, verified to be working versions of the virtual development system using backups of the virtual disk. At this stage I can't tell what the problem exactly is, but first checks indicate a problem with one or more libraries including uClibc. I wouldn't even rule out the problem to be sitting between the keyboard and the monitor ;-) . Please, don't misunderstand, I don't want you to go looking for my problem's solution on the few data supplied! I only want to convey the information of potential problems with the most recent kernel version. Regard, Tiger --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---