[Bug uprobes/13539] occasional oops, kernel SEGV, RHEL5, :uprobes:uprobe_free_process+0xba/0x131

fche at redhat dot com sourceware-bugzilla@sourceware.org
Thu Dec 22 12:20:00 GMT 2011


http://sourceware.org/bugzilla/show_bug.cgi?id=13539

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> 2011-12-22 01:37:34 UTC ---
Same thing happens on i686, in same place (__hlist_del):

static void uprobe_free_process(struct uprobe_process *uproc)                   
{
  ... 
  if (!hlist_unhashed(&uproc->hlist))
    hlist_del(&uproc->hlist);
}

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Systemtap mailing list