[Bug 204141] lock order reversal: (Giant after non-sleepable)

2018-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204141

Vikash Badal  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|New |Closed

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


[Bug 204141] lock order reversal: (Giant after non-sleepable)

2015-10-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204141

Bug ID: 204141
   Summary: lock order reversal: (Giant after non-sleepable)
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: vika...@where-ever.za.net

SMP: AP CPU #1 Launched!
SMP: AP CPU #6 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #7 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #5 Launched!
SMP: AP CPU #4 Launched!

Sleeping on "acmtx" with the following non-sleepable locks held:
exclusive sleep mutex intr sources (intr sources) r = 0 (0x81c6be30)
locked @ /usr/src/sys/x86/x86/intr_machdep.c:540
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0x824236c0
witness_warn() at witness_warn+0x495/frame 0x82423780
_sleep() at _sleep+0x6d/frame 0x82423820
AcpiOsAcquireMutex() at AcpiOsAcquireMutex+0xc8/frame 0x82423880
AcpiUtAcquireMutex() at AcpiUtAcquireMutex+0x3a/frame 0x824238b0
AcpiExEnterInterpreter() at AcpiExEnterInterpreter+0xb/frame 0x824238c0
AcpiNsEvaluate() at AcpiNsEvaluate+0x1cb/frame 0x82423900
AcpiEvaluateObject() at AcpiEvaluateObject+0x174/frame 0x82423960
acpi_GetInteger() at acpi_GetInteger+0x3d/frame 0x824239c0
dmar_find_hpet() at dmar_find_hpet+0x81/frame 0x82423a00
iommu_map_msi_intr() at iommu_map_msi_intr+0x2d/frame 0x82423a50
msi_map() at msi_map+0x171/frame 0x82423a90
hpet_remap_intr() at hpet_remap_intr+0xb5/frame 0x82423ae0
msi_assign_cpu() at msi_assign_cpu+0x1c7/frame 0x82423b30
intr_shuffle_irqs() at intr_shuffle_irqs+0x73/frame 0x82423b50
mi_startup() at mi_startup+0x108/frame 0x82423b70
btext() at btext+0x2c


lock order reversal: (Giant after non-sleepable)
 1st 0x81c6be30 intr sources (intr sources) @
/usr/src/sys/x86/x86/intr_machdep.c:540
 2nd 0x81cc1540 Giant (Giant) @ /usr/src/sys/kern/kern_synch.c:244
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0x824236b0
witness_checkorder() at witness_checkorder+0xe79/frame 0x82423730
__mtx_lock_flags() at __mtx_lock_flags+0xa4/frame 0x82423780
_sleep() at _sleep+0x3ba/frame 0x82423820
AcpiOsAcquireMutex() at AcpiOsAcquireMutex+0xc8/frame 0x82423880
AcpiUtAcquireMutex() at AcpiUtAcquireMutex+0x3a/frame 0x824238b0
AcpiExEnterInterpreter() at AcpiExEnterInterpreter+0xb/frame 0x824238c0
AcpiNsEvaluate() at AcpiNsEvaluate+0x1cb/frame 0x82423900
AcpiEvaluateObject() at AcpiEvaluateObject+0x174/frame 0x82423960
acpi_GetInteger() at acpi_GetInteger+0x3d/frame 0x824239c0
dmar_find_hpet() at dmar_find_hpet+0x81/frame 0x82423a00
iommu_map_msi_intr() at iommu_map_msi_intr+0x2d/frame 0x82423a50
msi_map() at msi_map+0x171/frame 0x82423a90
hpet_remap_intr() at hpet_remap_intr+0xb5/frame 0x82423ae0
msi_assign_cpu() at msi_assign_cpu+0x1c7/frame 0x82423b30
intr_shuffle_irqs() at intr_shuffle_irqs+0x73/frame 0x82423b50
mi_startup() at mi_startup+0x108/frame 0x82423b70
btext() at btext+0x2c


Timecounter "TSC-low" frequency 1097483264 Hz quality 1000
WARNING: WITNESS option enabled, expect reduced performance.
Root mount waiting for: usbus2 usbus1 usbus0
uhub2: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub0: 21 ports with 21 removable, self powered



FreeBSD m3800.where-ever.za.net 11.0-CURRENT FreeBSD 11.0-CURRENT #8 r290186:
Fri Oct 30 11:37:30 SAST 2015
r...@m3800.where-ever.za.net:/usr/obj/usr/src/sys/GENERIC  amd64

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