This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/22222] on rawhide, we're getting a "spinlock bad magic" BUG
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Wed, 27 Sep 2017 21:46:19 +0000
- Subject: [Bug runtime/22222] on rawhide, we're getting a "spinlock bad magic" BUG
- Auto-submitted: auto-generated
- References: <bug-22222-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=22222
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Fixed in commit 327788a9e.
Originally on shutdown we canceled all pending task_work items, freed
everything, then waited on any running items to finish. Now we cancel all
pending task_work items, wait on any running task_work items to finish, then
free everything.
--
You are receiving this mail because:
You are the assignee for the bug.