From owner-freebsd-arm@FreeBSD.ORG Sat May 23 15:18:57 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36C0B424 for ; Sat, 23 May 2015 15:18:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 085FB1A42 for ; Sat, 23 May 2015 15:18:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4NFIuC0064270 for ; Sat, 23 May 2015 15:18:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 200415] System crashes when copying multiple files from ZFS to UFS Date: Sat, 23 May 2015 15:18:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jsmith@resonatingmedia.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2015 15:18:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200415 Bug ID: 200415 Summary: System crashes when copying multiple files from ZFS to UFS Product: Base System Version: 11.0-CURRENT Hardware: arm OS: Any Status: New Severity: Affects Only Me Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: jsmith@resonatingmedia.com FreeBSD version: 11-Current (armv6) Hardware: Raspberry Pi 2 Problem: When attempting to copy multiple files (or a ditectory tree) from a ZFS volume to a UFS partition, FreeBSD crashes and requires a power cycle.When the OS crashes it is completely unresponsive to either keyboard input or network pings. I have experimented with multiple devices formatted with ZFS. In each case I can import the ZFS pool, browse direcotires and copy files one at a time from the ZFS volume to a UFS partition. Howver, trying to copy more than three or four files at a time using the "cp" command causes FreeBSD to freeze. Copying files from the UFS partition to the ZFS partition works, even when dealing with large directory trees. Only ZFS-to-UFS appears to trigger the crash. Copying large numbers of files within the boundaries of the ZFS volume works. Copying many files within the boundary of the UFS volume also works. The bug is only triggered when copying multiple files from ZFS to UFS. A discussion on this issue is ongoing in the FreeBSD forum: https://forums.freebsd.org/threads/raspberry-pi-2.50291/page-2 -- You are receiving this mail because: You are the assignee for the bug.