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 runtime/17393] java.exp: ERROR: Cannot attach to module control channel


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

--- Comment #4 from David Smith <dsmith at redhat dot com> ---
Created attachment 9075
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9075&action=edit
potential patch

After some debugging, I found that the open() of the control channel was
failing with EBUSY. So, I put the open in a loop to retry (for up to 10
seconds) if we get an EBUSY.

Note that I don't know why the module is busy then. Also note that this patch
doesn't fix the actual test case failures.

However, this patch does keep the module from being left behind.

-- 
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]