From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11551 invoked by alias); 23 May 2008 18:07:03 -0000 Received: (qmail 10975 invoked by uid 48); 23 May 2008 18:06:24 -0000 Date: Fri, 23 May 2008 18:07:00 -0000 From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080523180623.6553.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6553] New: unw_init_remote doesn't fully init the cursor 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: 2008-q2/txt/msg00169.txt.bz2 List-Id: vis: + logf(fine, this, "createCursor from address-space %lxf", (long) unwAddrSpace) + unw_cursor_t* unwCursor = (unw_cursor_t*) JvMalloc(sizeof(::unw_cursor_t)); + // XXX: Need to zero out the cursor, as unw_init_remote doesn't seem + // to do it. + memset(unwCursor, 0, sizeof(*unwCursor)); + unw_init_remote(unwCursor, (unw_addr_space_t) unwAddrSpace, (void *) addressSpace); -- Summary: unw_init_remote doesn't fully init the cursor Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: cagney at redhat dot com OtherBugsDependingO 3076 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=6553 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.