mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
957fd3ac93
Before this commit the SIGINFO thread backtraces looked like: ``` Thread: TID-owjccjjvw puma reactor /path/to/puma/reactor.rb:136 in 'select' /path/to/puma/reactor.rb:136 in 'run_internal' /path/to/puma/reactor.rb:313 in 'run_in_thread' Thread: TID-owjccjjrg puma threadpool reaper /path/to/puma/thread_pool.rb:262 in 'sleep' /path/to/puma/thread_pool.rb:262 in 'block in start!' ``` This format can make it a bit difficult to see where one backtrace ends and the next begins. This commit indents the backtrace lines for clearer visual separation. ``` Thread: TID-owjccjjvw puma reactor /path/to/puma/reactor.rb:136 in 'select' /path/to/puma/reactor.rb:136 in 'run_internal' /path/to/puma/reactor.rb:313 in 'run_in_thread' Thread: TID-owjccjjrg puma threadpool reaper /path/to/puma/thread_pool.rb:262 in 'sleep' /path/to/puma/thread_pool.rb:262 in 'block in start!' ``` |
||
---|---|---|
.. | ||
app | ||
minissl | ||
plugin | ||
rack | ||
accept_nonblock.rb | ||
binder.rb | ||
cli.rb | ||
client.rb | ||
cluster.rb | ||
commonlogger.rb | ||
configuration.rb | ||
const.rb | ||
control_cli.rb | ||
detect.rb | ||
dsl.rb | ||
events.rb | ||
io_buffer.rb | ||
jruby_restart.rb | ||
launcher.rb | ||
minissl.rb | ||
null_io.rb | ||
plugin.rb | ||
rack_default.rb | ||
reactor.rb | ||
runner.rb | ||
server.rb | ||
single.rb | ||
state_file.rb | ||
tcp_logger.rb | ||
thread_pool.rb | ||
util.rb |