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);