File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/metasploit/framework/spec/threads
spec/lib/msf/ui/console/command_dispatcher Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ def self.configure!
100100
101101 # unmanaged thread, such as the main VM thread
102102 unless thread_uuid
103+ error_lines << "Thread has no uuid, thread name #{ thread_name } "
104+ error_lines << "The thread backtrace was:\n #{ thread . backtrace ? thread . backtrace . join ( "\n " ) : 'nil (no backtrace)' } \n "
103105 next
104106 end
105107
Original file line number Diff line number Diff line change 11RSpec . shared_examples_for 'session command dispatcher' do
22 include_context 'Msf::Simple::Framework'
3- include_context 'Msf::Framework#threads cleaner' , verify_cleanup_required : false
3+ # include_context 'Msf::Framework#threads cleaner', verify_cleanup_required: false
44
55 describe '#client' do
66 subject { command_dispatcher . client }
You can’t perform that action at this time.
0 commit comments