From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20589 invoked by alias); 3 Apr 2007 15:28:58 -0000 Received: (qmail 20539 invoked by uid 48); 3 Apr 2007 15:28:43 -0000 Date: Tue, 03 Apr 2007 15:28:00 -0000 Message-ID: <20070403152843.20538.qmail@sourceware.org> From: "pmuldoon at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070403144528.4313.mark@klomp.org> References: <20070403144528.4313.mark@klomp.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4313] fcore on 'sleep' process doesn't work on x86_64 X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00015.txt.bz2 List-Id: ------- Additional Comments From pmuldoon at redhat dot com 2007-04-03 16:28 ------- Looking in LinuxPtraceTask fillMemory, the memory is mapped via a PtraceByteBuffer: if (getIsa().getWordSize() == 8) memory = new PtraceByteBuffer(id.id, PtraceByteBuffer.Area.DATA, 0x7fffffffffffffffl); // For 32-bit address space. else memory = new PtraceByteBuffer(id.id, PtraceByteBuffer.Area.DATA, 0xffffffffl); Is this bug happening as the maps overflows the mapped space? -- http://sourceware.org/bugzilla/show_bug.cgi?id=4313 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.