Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Bug 225423] panic: softdep_deallocate_dependencies: dangling deps

4 views
Skip to first unread message

bugzilla...@freebsd.org

unread,
Feb 11, 2018, 11:54:09 PM2/11/18
to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225423

--- Comment #8 from Deepak Ukey <deepa...@microsemi.com> ---
(In reply to Kirk McKusick from comment #7)
Hi,

I am using following version:

FreeBSD pmc 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0: Mon Jan 29 09:08:26 IST
2018 root@pmc:/usr/obj/usr/src/sys/GENERIC amd64

Regards,
Deepak

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freeb...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-...@freebsd.org"

bugzilla...@freebsd.org

unread,
Feb 13, 2018, 12:08:12 AM2/13/18
to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225423

--- Comment #10 from Deepak Ukey <deepa...@microsemi.com> ---
(In reply to Kirk McKusick from comment #9)
Hi,

Setup Details:
I have one SATA drive (/dev/da0) attached to Microsemi Storage controller and
my OS is on drive attached to AHCI on board controller.

Steps to reproduce the issue:
1) Create the GPT partition of drive:
#gpart create –s gpt /dev/da0

2)Create the partition:
#gpart add –t freebsd-ufs –l gpusrfs –a <512k> /dev/da0

3)Format it:
#newfs –U /dev/da0p1

4)Create the mount directory:
#mkdir /mnt/<Directory>

5)Mount the drive partition:
#mount /dev/<da0p1> /mnt/<Directory>

7)Write the data using dd command:
dd if=/dev/zero of=test bs=10240 count=100000

8) The same time when after starting step 7, remove the drive attached to
Microsemi Storage controller.

Please let me know if you have any questions.

Thanks,

0 new messages