public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
passenger-status: display backtraces first, then pool information. This 
makes the output easier to read.
Hongli Lai (Phusion) (author)
Tue Jul 22 08:49:44 -0700 2008
commit  f1c1a2313af84ed6cdb0cdf455bfe2dc72c7eb13
tree    12664fc4992210a2e614c9f043be6170e09532a7
parent  84eb0e2889f2c1f4a9c196661e02aa8facb451a9
...
110
111
112
113
114
 
115
116
 
 
117
118
119
...
110
111
112
 
 
113
114
115
116
117
118
119
120
0
@@ -110,10 +110,11 @@ private:
0
         }
0
         
0
         UPDATE_TRACE_POINT();
0
- string report(pool.toString());
0
- report.append("\n\n");
0
+ string report;
0
         report.append("----------- Backtraces -----------\n");
0
         report.append(oxt::thread::all_backtraces());
0
+ report.append("\n\n");
0
+ report.append(pool.toString());
0
         
0
         fwrite(report.c_str(), 1, report.size(), f);
0
         syscalls::fclose(f);

Comments

    No one has commented yet.