This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/19001] New: mdelay() causing soft lockup


https://sourceware.org/bugzilla/show_bug.cgi?id=19001

            Bug ID: 19001
           Summary: mdelay() causing soft lockup
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com
  Target Milestone: ---

Following mdelay() invocation causes soft lockup using fresh stap bits
(d01bc760e1) on top of kernel-3.10.0-315.el7.x86_64:

=======
 7.2 S x86_64 # stap -vge 'probe oneshot {mdelay(-1)}'
Pass 1: parsed user script and 110 library script(s) using
214612virt/32028res/3132shr/29360data kb, in 370usr/0sys/370real ms.
Pass 2: analyzed script: 1 probe(s), 2 function(s), 1 embed(s), 0 global(s)
using 215404virt/33084res/3252shr/30152data kb, in 10usr/0sys/5real ms.
Pass 3: translated to C into
"/tmp/stapBujmUZ/stap_f07b99d863518b698843befea0531c3d_1318_src.c" using
215404virt/33420res/3552shr/30152data kb, in 0usr/0sys/0real ms.
Pass 4: compiled C into "stap_f07b99d863518b698843befea0531c3d_1318.ko" in
900usr/250sys/1054real ms.
Pass 5: starting run.

Message from syslogd@dhcp-1-112 at Sep 24 05:24:25 ...
 kernel:BUG: soft lockup - CPU#3 stuck for 23s! [stapio:8492]
=======

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]