| Pass | Half | Fail | Excluded | Total | ||||
|---|---|---|---|---|---|---|---|---|
|
|
42.86% |
57.14% |
0.00% |
100% |
||||
|
|
16.96% |
83.04% |
0.00% |
100% |
||||
|
|
0.00% |
20.00% |
80.00% |
0.00% |
100% |
|||
|
|
0.00% |
100.00% |
0.00% |
100% |
||||
|
|
0.00% |
16.67% |
83.33% |
0.00% |
100% |
|||
|
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
|||
|
|
0.00% |
100.00% |
0.00% |
0.00% |
100% |
|||
|
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |
| 26 | |
| 27 | |
| 28 | |
| 29 | |
| 30 | |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 | |
| 36 | |
| 37 | |
| 38 | |
| 39 | |
| 40 | |
| 41 | |
| 42 | |
| 43 | |
| 44 | |
| 45 | |
| 46 | |
| 47 | |
| 48 | |
| 49 | |
| 50 | show_mpm_settings(void) |
| 51 | |
| 52 | |
| 53 | |
| 54 | |
| 55 | printf : /usr/include/stdio.h line=361 column=12 printf("Server MPM: %s\n", ap_show_mpm : enter=0, leave=0 ap_show_mpm : include/http_config.h line=794 column=26 ap_show_mpm()); |
| 56 | |
| 57 | retval = : pass=0 = ap_mpm_query : enter=0, leave=0 ap_mpm_query : include/ap_mpm.h line=161 column=26 ap_mpm_query(AP_MPMQ_IS_THREADED, &mpm_query_info : server/main.c line=52 column=9 mpm_query_info); |
| 58 | |
| 59 | if (retval : server/main.c line=53 column=18 retval == : true=0, false=0 == APR_SUCCESS) { |
| 60 | printf : /usr/include/stdio.h line=361 column=12 printf(" threaded: "); |
| 61 | |
| 62 | if (mpm_query_info : server/main.c line=52 column=9 mpm_query_info == : true=0, false=0 == AP_MPMQ_DYNAMIC) { |
| 63 | printf : /usr/include/stdio.h line=361 column=12 printf("yes (variable thread count)\n"); |
| 64 | |
| 65 | if (mpm_query_info : server/main.c line=52 column=9 mpm_query_info == : true=0, false=0 == AP_MPMQ_STATIC) { |
| 66 | printf : /usr/include/stdio.h line=361 column=12 printf("yes (fixed thread count)\n"); |
| 67 | |
| 68 | |
| 69 | printf : /usr/include/stdio.h line=361 column=12 printf("no\n"); |
| 70 | |
| 71 | |
| 72 | |
| 73 | retval = : pass=0 = ap_mpm_query : enter=0, leave=0 ap_mpm_query : include/ap_mpm.h line=161 column=26 ap_mpm_query(AP_MPMQ_IS_FORKED, &mpm_query_info : server/main.c line=52 column=9 mpm_query_info); |
| 74 | |
| 75 | if (retval : server/main.c line=53 column=18 retval == : true=0, false=0 == APR_SUCCESS) { |
| 76 | printf : /usr/include/stdio.h line=361 column=12 printf(" forked: "); |
| 77 | |
| 78 | if (mpm_query_info : server/main.c line=52 column=9 mpm_query_info == : true=0, false=0 == AP_MPMQ_DYNAMIC) { |
| 79 | printf : /usr/include/stdio.h line=361 column=12 printf("yes (variable process count)\n"); |
| 80 | |
| 81 | if (mpm_query_info : server/main.c line=52 column=9 mpm_query_info == : true=0, false=0 == AP_MPMQ_STATIC) { |
| 82 | printf : /usr/include/stdio.h line=361 column=12 printf("yes (fixed process count)\n"); |
| 83 | |
| 84 | |
| 85 | printf : /usr/include/stdio.h line=361 column=12 printf("no\n"); |
| 86 | |
| 87 | |
| 88 | |
| 89 | |
| 90 | show_compile_settings(void) |
| 91 | |
| 92 | printf : /usr/include/stdio.h line=361 column=12 printf("Server version: %s\n", ap_get_server_description : enter=0, leave=0 ap_get_server_description : include/httpd.h line=454 column=26 ap_get_server_description()); |
| 93 | printf : /usr/include/stdio.h line=361 column=12 printf("Server built: %s\n", ap_get_server_built : enter=0, leave=0 ap_get_server_built : include/httpd.h line=469 column=26 ap_get_server_built()); |
| 94 | printf : /usr/include/stdio.h line=361 column=12 printf("Server's Module Magic Number: %u:%u\n", |
| 95 | |
| 96 | printf : /usr/include/stdio.h line=361 column=12 printf("Server loaded: APR %s, APR-Util %s\n", |
| 97 | apr_version_string : /usr/include/apr-1/apr_version.h line=151 column=27 apr_version_string(), apu_version_string : enter=0, leave=0 apu_version_string : /usr/include/apr-1/apu_version.h line=126 column=27 apu_version_string()); |
| 98 | printf : /usr/include/stdio.h line=361 column=12 printf("Compiled using: APR %s, APR-Util %s\n", |
| 99 | |
| 100 | |
| 101 | |
| 102 | |
| 103 | |
| 104 | printf : /usr/include/stdio.h line=361 column=12 printf("Architecture: %ld-bit\n", 8 * : pass=0 * (long)sizeof(void *)); |
| 105 | |
| 106 | show_mpm_settings : server/main.c line=50 column=13 show_mpm_settings(); |
| 107 | |
| 108 | printf : /usr/include/stdio.h line=361 column=12 printf("Server compiled with....\n"); |
| 109 | |
| 110 | |
| 111 | |
| 112 | |
| 113 | |
| 114 | |
| 115 | |
| 116 | |
| 117 | |
| 118 | |
| 119 | |
| 120 | |
| 121 | |
| 122 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D APACHE_MPM_DIR=\"" APACHE_MPM_DIR "\"\n"); |
| 123 | |
| 124 | |
| 125 | |
| 126 | |
| 127 | |
| 128 | |
| 129 | |
| 130 | |
| 131 | |
| 132 | |
| 133 | |
| 134 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D APR_HAS_SENDFILE\n"); |
| 135 | |
| 136 | |
| 137 | |
| 138 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D APR_HAS_MMAP\n"); |
| 139 | |
| 140 | |
| 141 | |
| 142 | |
| 143 | |
| 144 | |
| 145 | |
| 146 | |
| 147 | |
| 148 | |
| 149 | |
| 150 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D APR_HAVE_IPV6 (IPv4-mapped addresses "); |
| 151 | |
| 152 | printf : /usr/include/stdio.h line=361 column=12 printf("enabled)\n"); |
| 153 | |
| 154 | |
| 155 | |
| 156 | |
| 157 | |
| 158 | |
| 159 | |
| 160 | |
| 161 | |
| 162 | |
| 163 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D APR_USE_SYSVSEM_SERIALIZE\n"); |
| 164 | |
| 165 | |
| 166 | |
| 167 | |
| 168 | |
| 169 | |
| 170 | |
| 171 | |
| 172 | |
| 173 | |
| 174 | |
| 175 | |
| 176 | |
| 177 | |
| 178 | |
| 179 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D APR_USE_PTHREAD_SERIALIZE\n"); |
| 180 | |
| 181 | |
| 182 | |
| 183 | |
| 184 | |
| 185 | |
| 186 | |
| 187 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT\n"); |
| 188 | |
| 189 | |
| 190 | |
| 191 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D APR_HAS_OTHER_CHILD\n"); |
| 192 | |
| 193 | |
| 194 | |
| 195 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D AP_HAVE_RELIABLE_PIPED_LOGS\n"); |
| 196 | |
| 197 | |
| 198 | |
| 199 | |
| 200 | |
| 201 | |
| 202 | |
| 203 | |
| 204 | |
| 205 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D DYNAMIC_MODULE_LIMIT=%ld\n",(long)DYNAMIC_MODULE_LIMIT); |
| 206 | |
| 207 | |
| 208 | |
| 209 | |
| 210 | |
| 211 | |
| 212 | |
| 213 | |
| 214 | |
| 215 | |
| 216 | |
| 217 | |
| 218 | |
| 219 | |
| 220 | |
| 221 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D HTTPD_ROOT=\"" HTTPD_ROOT "\"\n"); |
| 222 | |
| 223 | |
| 224 | |
| 225 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D SUEXEC_BIN=\"" SUEXEC_BIN "\"\n"); |
| 226 | |
| 227 | |
| 228 | |
| 229 | |
| 230 | |
| 231 | |
| 232 | |
| 233 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D DEFAULT_PIDLOG=\"" DEFAULT_PIDLOG "\"\n"); |
| 234 | |
| 235 | |
| 236 | |
| 237 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D DEFAULT_SCOREBOARD=\"" DEFAULT_SCOREBOARD "\"\n"); |
| 238 | |
| 239 | |
| 240 | |
| 241 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D DEFAULT_LOCKFILE=\"" DEFAULT_LOCKFILE "\"\n"); |
| 242 | |
| 243 | |
| 244 | |
| 245 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D DEFAULT_ERRORLOG=\"" DEFAULT_ERRORLOG "\"\n"); |
| 246 | |
| 247 | |
| 248 | |
| 249 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D AP_TYPES_CONFIG_FILE=\"" AP_TYPES_CONFIG_FILE "\"\n"); |
| 250 | |
| 251 | |
| 252 | |
| 253 | printf : /usr/include/stdio.h line=361 column=12 printf(" -D SERVER_CONFIG_FILE=\"" SERVER_CONFIG_FILE "\"\n"); |
| 254 | |
| 255 | |
| 256 | |
| 257 | |
| 258 | |
| 259 | destroy_and_exit_process(process_rec *process, |
| 260 | |
| 261 | |
| 262 | |
| 263 | |
| 264 | |
| 265 | |
| 266 | |
| 267 | |
| 268 | |
| 269 | apr_sleep : /usr/include/apr-1/apr_time.h line=178 column=19 apr_sleep(TASK_SWITCH_SLEEP); |
| 270 | apr_pool_destroy : /usr/include/apr-1/apr_pools.h line=385 column=19 apr_pool_destroy(process : server/main.c line=259 column=51 process-> : enter=1, leave=1 ->pool : include/httpd.h line=764 column=17 pool); /* and destroy all descendent pools */ |
| 271 | apr_terminate : /usr/include/apr-1/apr_general.h line=203 column=26 apr_terminate(); |
| 272 | exit : /usr/include/stdlib.h line=544 column=13 exit(process_exit_value : server/main.c line=260 column=42 process_exit_value); |
| 273 | |
| 274 | |
| 275 | init_process(int *argc, const char * const * *argv) |
| 276 | |
| 277 | |
| 278 | |
| 279 | |
| 280 | |
| 281 | |
| 282 | stat = : pass=1 = apr_app_initialize : enter=1, leave=1 apr_app_initialize : /usr/include/apr-1/apr_general.h line=190 column=27 apr_app_initialize(argc : server/main.c line=275 column=39 argc, argv : server/main.c line=275 column=67 argv, NULL); |
| 283 | if (stat : server/main.c line=279 column=18 stat == : true=1, false=0 == APR_SUCCESS) { |
| 284 | failed = : pass=1 = "apr_pool_create()"; |
| 285 | stat = : pass=1 = apr_pool_create(&cntx : server/main.c line=278 column=17 cntx, NULL); |
| 286 | |
| 287 | |
| 288 | if (stat : server/main.c line=279 column=18 stat != : true=0, false=1 != APR_SUCCESS) { |
| 289 | |
| 290 | |
| 291 | |
| 292 | |
| 293 | |
| 294 | apr_ctime : /usr/include/apr-1/apr_time.h line=204 column=27 apr_ctime(ctimebuff : server/main.c line=293 column=14 ctimebuff, apr_time_now : enter=0, leave=0 apr_time_now : /usr/include/apr-1/apr_time.h line=85 column=25 apr_time_now()); |
| 295 | fprintf : /usr/include/stdio.h line=355 column=12 fprintf(stderr, "[%s] [crit] (%d) %s: %s failed " |
| 296 | |
| 297 | ctimebuff, stat : server/main.c line=279 column=18 stat, (* dereference : enter=0, leave=0 *argv : server/main.c line=275 column=67 argv)[] : enter=0, leave=0 [0], failed : server/main.c line=280 column=17 failed); |
| 298 | apr_terminate : /usr/include/apr-1/apr_general.h line=203 column=26 apr_terminate(); |
| 299 | exit : /usr/include/stdlib.h line=544 column=13 exit(1); |
| 300 | |
| 301 | |
| 302 | apr_pool_tag : /usr/include/apr-1/apr_pools.h line=513 column=19 apr_pool_tag(cntx : server/main.c line=278 column=17 cntx, "process"); |
| 303 | ap_open_stderr_log : include/http_log.h line=102 column=18 ap_open_stderr_log(cntx : server/main.c line=278 column=17 cntx); |
| 304 | |
| 305 | |
| 306 | |
| 307 | |
| 308 | |
| 309 | |
| 310 | process = : pass=1 = apr_palloc : enter=1, leave=1 apr_palloc : /usr/include/apr-1/apr_pools.h line=419 column=21 apr_palloc(cntx : server/main.c line=278 column=17 cntx, sizeof(process_rec)); |
| 311 | process-> : enter=1, leave=1 ->pool : include/httpd.h line=764 column=17 pool = : enter=1, leave=1 = cntx : server/main.c line=278 column=17 cntx; |
| 312 | |
| 313 | process-> : enter=1, leave=1 ->pconf : include/httpd.h line=766 column=17 pconf, process : server/main.c line=277 column=18 process-> : enter=1, leave=1 ->pool : include/httpd.h line=764 column=17 pool); |
| 314 | apr_pool_tag : /usr/include/apr-1/apr_pools.h line=513 column=19 apr_pool_tag(process : server/main.c line=277 column=18 process-> : enter=1, leave=1 ->pconf : include/httpd.h line=766 column=17 pconf, "pconf"); |
| 315 | process-> : enter=1, leave=1 ->argc : include/httpd.h line=768 column=9 argc = : enter=1, leave=1 = * dereference : enter=1, leave=1 *argc : server/main.c line=275 column=39 argc; |
| 316 | process-> : enter=1, leave=1 ->argv : include/httpd.h line=770 column=25 argv = : enter=1, leave=1 = * dereference : enter=1, leave=1 *argv : server/main.c line=275 column=67 argv; |
| 317 | process-> : enter=1, leave=1 ->short_name : include/httpd.h line=772 column=17 short_name = : enter=1, leave=1 = apr_filepath_name_get : enter=1, leave=1 apr_filepath_name_get : /usr/include/apr-1/apr_lib.h line=84 column=27 apr_filepath_name_get((* dereference : enter=1, leave=1 *argv : server/main.c line=275 column=67 argv)[] : enter=1, leave=1 [0]); |
| 318 | return process : server/main.c line=277 column=18 process; |
| 319 | |
| 320 | |
| 321 | usage(process_rec *process) |
| 322 | |
| 323 | process-> : enter=0, leave=0 ->argv : include/httpd.h line=770 column=25 argv[] : enter=0, leave=0 [0]; |
| 324 | strlen : /usr/include/string.h line=399 column=15 strlen(bin : server/main.c line=323 column=17 bin); |
| 325 | |
| 326 | |
| 327 | |
| 328 | |
| 329 | |
| 330 | |
| 331 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 332 | bin); |
| 333 | |
| 334 | |
| 335 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 336 | pad_len, " "); |
| 337 | |
| 338 | |
| 339 | |
| 340 | |
| 341 | |
| 342 | |
| 343 | |
| 344 | |
| 345 | |
| 346 | |
| 347 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 348 | |
| 349 | pad_len, " "); |
| 350 | |
| 351 | |
| 352 | |
| 353 | |
| 354 | |
| 355 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 356 | |
| 357 | pad_len, " "); |
| 358 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 359 | |
| 360 | |
| 361 | |
| 362 | |
| 363 | |
| 364 | |
| 365 | |
| 366 | |
| 367 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 368 | |
| 369 | |
| 370 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 371 | |
| 372 | |
| 373 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 374 | |
| 375 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 376 | |
| 377 | |
| 378 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 379 | |
| 380 | |
| 381 | |
| 382 | |
| 383 | |
| 384 | |
| 385 | |
| 386 | |
| 387 | |
| 388 | |
| 389 | |
| 390 | |
| 391 | |
| 392 | |
| 393 | |
| 394 | |
| 395 | |
| 396 | |
| 397 | |
| 398 | |
| 399 | |
| 400 | |
| 401 | |
| 402 | |
| 403 | |
| 404 | |
| 405 | |
| 406 | |
| 407 | |
| 408 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 409 | |
| 410 | |
| 411 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 412 | |
| 413 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 414 | |
| 415 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 416 | |
| 417 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 418 | |
| 419 | |
| 420 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 421 | |
| 422 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 423 | |
| 424 | |
| 425 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 426 | |
| 427 | |
| 428 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 429 | |
| 430 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 431 | |
| 432 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 433 | |
| 434 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 435 | |
| 436 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, |
| 437 | |
| 438 | |
| 439 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=321 column=32 process, 1); |
| 440 | |
| 441 | |
| 442 | main(int argc, const char * const argv[]) |
| 443 | |
| 444 | |
| 445 | |
| 446 | |
| 447 | |
| 448 | |
| 449 | |
| 450 | |
| 451 | |
| 452 | |
| 453 | |
| 454 | |
| 455 | |
| 456 | |
| 457 | |
| 458 | |
| 459 | |
| 460 | |
| 461 | |
| 462 | |
| 463 | |
| 464 | |
| 465 | process = : pass=1 = init_process : enter=1, leave=1 init_process : server/main.c line=275 column=21 init_process(&argc : server/main.c line=442 column=14 argc, &argv : server/main.c line=442 column=39 argv); |
| 466 | pglobal = : pass=1 = process : server/main.c line=450 column=18 process-> : enter=1, leave=1 ->pool : include/httpd.h line=764 column=17 pool; |
| 467 | pconf = : pass=1 = process : server/main.c line=450 column=18 process-> : enter=1, leave=1 ->pconf : include/httpd.h line=766 column=17 pconf; |
| 468 | = process : server/main.c line=450 column=18 process-> : enter=1, leave=1 ->short_name : include/httpd.h line=772 column=17 short_name; |
| 469 | |
| 470 | |
| 471 | |
| 472 | |
| 473 | |
| 474 | |
| 475 | |
| 476 | pcommands, pglobal : server/main.c line=452 column=17 pglobal); |
| 477 | apr_pool_tag : /usr/include/apr-1/apr_pools.h line=513 column=19 apr_pool_tag(pcommands : server/main.c line=456 column=17 pcommands, "pcommands"); |
| 478 | = apr_array_make : enter=1, leave=1 apr_array_make : /usr/include/apr-1/apr_tables.h line=111 column=35 apr_array_make(pcommands : server/main.c line=456 column=17 pcommands, 1, sizeof(char *)); |
| 479 | = apr_array_make : enter=1, leave=1 apr_array_make : /usr/include/apr-1/apr_tables.h line=111 column=35 apr_array_make(pcommands : server/main.c line=456 column=17 pcommands, 1, sizeof(char *)); |
| 480 | = apr_array_make : enter=1, leave=1 apr_array_make : /usr/include/apr-1/apr_tables.h line=111 column=35 apr_array_make(pcommands : server/main.c line=456 column=17 pcommands, 1, sizeof(char *)); |
| 481 | |
| 482 | error = : pass=1 = ap_setup_prelinked_modules : enter=1, leave=1 ap_setup_prelinked_modules : include/http_config.h line=776 column=26 ap_setup_prelinked_modules(process : server/main.c line=450 column=18 process); |
| 483 | if (error : server/main.c line=449 column=17 error) { |
| 484 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP| : pass=0 |APLOG_EMERG, 0, NULL, "%s: %s", |
| 485 | error); |
| 486 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 487 | |
| 488 | |
| 489 | ap_run_rewrite_args : include/http_config.h line=813 column=18 ap_run_rewrite_args(process : server/main.c line=450 column=18 process); |
| 490 | |
| 491 | |
| 492 | |
| 493 | |
| 494 | apr_getopt_init : /usr/include/apr-1/apr_getopt.h line=103 column=27 apr_getopt_init(&opt : server/main.c line=457 column=19 opt, pcommands : server/main.c line=456 column=17 pcommands, process : server/main.c line=450 column=18 process-> : enter=1, leave=1 ->argc : include/httpd.h line=768 column=9 argc, process : server/main.c line=450 column=18 process-> : enter=1, leave=1 ->argv : include/httpd.h line=770 column=25 argv); |
| 495 | |
| 496 | while ((rv : server/main.c line=458 column=18 rv = : pass=1 = apr_getopt : enter=1, leave=1 apr_getopt : /usr/include/apr-1/apr_getopt.h line=122 column=27 apr_getopt(opt : server/main.c line=457 column=19 opt, AP_SERVER_BASEARGS, &c : server/main.c line=444 column=10 c, &optarg : server/main.c line=460 column=17 optarg)) |
| 497 | == APR_SUCCESS) { |
| 498 | |
| 499 | |
| 500 | switch (c : server/main.c line=444 column=10 c) { |
| 501 | case 'c': |
| 502 | new = : pass=0 = (char **)apr_array_push : enter=0, leave=0 apr_array_push : /usr/include/apr-1/apr_tables.h line=121 column=21 apr_array_push(ap_server_post_read_config : include/http_main.h line=52 column=44 ap_server_post_read_config); |
| 503 | new = : enter=0, leave=0 = apr_pstrdup : enter=0, leave=0 apr_pstrdup : /usr/include/apr-1/apr_strings.h line=95 column=21 apr_pstrdup(pcommands : server/main.c line=456 column=17 pcommands, optarg : server/main.c line=460 column=17 optarg); |
| 504 | break; |
| 505 | |
| 506 | case 'C': |
| 507 | new = : pass=0 = (char **)apr_array_push : enter=0, leave=0 apr_array_push : /usr/include/apr-1/apr_tables.h line=121 column=21 apr_array_push(ap_server_pre_read_config : include/http_main.h line=49 column=44 ap_server_pre_read_config); |
| 508 | new = : enter=0, leave=0 = apr_pstrdup : enter=0, leave=0 apr_pstrdup : /usr/include/apr-1/apr_strings.h line=95 column=21 apr_pstrdup(pcommands : server/main.c line=456 column=17 pcommands, optarg : server/main.c line=460 column=17 optarg); |
| 509 | break; |
| 510 | |
| 511 | case 'd': |
| 512 | def_server_root = : pass=0 = optarg : server/main.c line=460 column=17 optarg; |
| 513 | break; |
| 514 | |
| 515 | case 'D': |
| 516 | new = : pass=0 = (char **)apr_array_push : enter=0, leave=0 apr_array_push : /usr/include/apr-1/apr_tables.h line=121 column=21 apr_array_push(ap_server_config_defines : include/http_main.h line=55 column=44 ap_server_config_defines); |
| 517 | new = : enter=0, leave=0 = apr_pstrdup : enter=0, leave=0 apr_pstrdup : /usr/include/apr-1/apr_strings.h line=95 column=21 apr_pstrdup(pcommands : server/main.c line=456 column=17 pcommands, optarg : server/main.c line=460 column=17 optarg); |
| 518 | |
| 519 | if (strcmp : enter=0, leave=0 strcmp : /usr/include/string.h line=143 column=12 strcmp(optarg : server/main.c line=460 column=17 optarg, "DUMP_VHOSTS") == : true=0, false=0 == 0) |
| 520 | configtestonly = : pass=0 = 1; |
| 521 | |
| 522 | if (strcmp : enter=0, leave=0 strcmp : /usr/include/string.h line=143 column=12 strcmp(optarg : server/main.c line=460 column=17 optarg, "DUMP_MODULES") == : true=0, false=0 == 0) |
| 523 | configtestonly = : pass=0 = 1; |
| 524 | break; |
| 525 | |
| 526 | case 'e': |
| 527 | if (strcasecmp : enter=0, leave=0 strcasecmp : /usr/include/string.h line=536 column=12 strcasecmp(optarg : server/main.c line=460 column=17 optarg, "emerg") == : true=0, false=0 == 0) { |
| 528 | ap_default_loglevel = : pass=0 = APLOG_EMERG; |
| 529 | |
| 530 | if (strcasecmp : enter=0, leave=0 strcasecmp : /usr/include/string.h line=536 column=12 strcasecmp(optarg : server/main.c line=460 column=17 optarg, "alert") == : true=0, false=0 == 0) { |
| 531 | ap_default_loglevel = : pass=0 = APLOG_ALERT; |
| 532 | |
| 533 | if (strcasecmp : enter=0, leave=0 strcasecmp : /usr/include/string.h line=536 column=12 strcasecmp(optarg : server/main.c line=460 column=17 optarg, "crit") == : true=0, false=0 == 0) { |
| 534 | ap_default_loglevel = : pass=0 = APLOG_CRIT; |
| 535 | |
| 536 | if (strncasecmp : enter=0, leave=0 strncasecmp : /usr/include/string.h line=540 column=12 strncasecmp(optarg : server/main.c line=460 column=17 optarg, "err", 3) == : true=0, false=0 == 0) { |
| 537 | ap_default_loglevel = : pass=0 = APLOG_ERR; |
| 538 | |
| 539 | if (strncasecmp : enter=0, leave=0 strncasecmp : /usr/include/string.h line=540 column=12 strncasecmp(optarg : server/main.c line=460 column=17 optarg, "warn", 4) == : true=0, false=0 == 0) { |
| 540 | ap_default_loglevel = : pass=0 = APLOG_WARNING; |
| 541 | |
| 542 | if (strcasecmp : enter=0, leave=0 strcasecmp : /usr/include/string.h line=536 column=12 strcasecmp(optarg : server/main.c line=460 column=17 optarg, "notice") == : true=0, false=0 == 0) { |
| 543 | ap_default_loglevel = : pass=0 = APLOG_NOTICE; |
| 544 | |
| 545 | if (strcasecmp : enter=0, leave=0 strcasecmp : /usr/include/string.h line=536 column=12 strcasecmp(optarg : server/main.c line=460 column=17 optarg, "info") == : true=0, false=0 == 0) { |
| 546 | ap_default_loglevel = : pass=0 = APLOG_INFO; |
| 547 | |
| 548 | if (strcasecmp : enter=0, leave=0 strcasecmp : /usr/include/string.h line=536 column=12 strcasecmp(optarg : server/main.c line=460 column=17 optarg, "debug") == : true=0, false=0 == 0) { |
| 549 | ap_default_loglevel = : pass=0 = APLOG_DEBUG; |
| 550 | |
| 551 | |
| 552 | usage : server/main.c line=321 column=13 usage(process : server/main.c line=450 column=18 process); |
| 553 | |
| 554 | break; |
| 555 | |
| 556 | case 'E': |
| 557 | temp_error_log = : pass=0 = apr_pstrdup : enter=0, leave=0 apr_pstrdup : /usr/include/apr-1/apr_strings.h line=95 column=21 apr_pstrdup(process : server/main.c line=450 column=18 process-> : enter=0, leave=0 ->pool : include/httpd.h line=764 column=17 pool, optarg : server/main.c line=460 column=17 optarg); |
| 558 | break; |
| 559 | |
| 560 | case 'X': |
| 561 | new = : pass=0 = (char **)apr_array_push : enter=0, leave=0 apr_array_push : /usr/include/apr-1/apr_tables.h line=121 column=21 apr_array_push(ap_server_config_defines : include/http_main.h line=55 column=44 ap_server_config_defines); |
| 562 | new = : enter=0, leave=0 = "DEBUG"; |
| 563 | break; |
| 564 | |
| 565 | case 'f': |
| 566 | confname = : pass=0 = optarg : server/main.c line=460 column=17 optarg; |
| 567 | break; |
| 568 | |
| 569 | case 'v': |
| 570 | printf : /usr/include/stdio.h line=361 column=12 printf("Server version: %s\n", ap_get_server_description : enter=0, leave=0 ap_get_server_description : include/httpd.h line=454 column=26 ap_get_server_description()); |
| 571 | printf : /usr/include/stdio.h line=361 column=12 printf("Server built: %s\n", ap_get_server_built : enter=0, leave=0 ap_get_server_built : include/httpd.h line=469 column=26 ap_get_server_built()); |
| 572 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 0); |
| 573 | |
| 574 | case 'V': |
| 575 | show_compile_settings : server/main.c line=90 column=13 show_compile_settings(); |
| 576 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 0); |
| 577 | |
| 578 | case 'l': |
| 579 | ap_show_modules : include/http_config.h line=788 column=18 ap_show_modules(); |
| 580 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 0); |
| 581 | |
| 582 | case 'L': |
| 583 | ap_show_directives : include/http_config.h line=783 column=18 ap_show_directives(); |
| 584 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 0); |
| 585 | |
| 586 | case 't': |
| 587 | configtestonly = : pass=0 = 1; |
| 588 | break; |
| 589 | |
| 590 | case 'T': |
| 591 | = 0; |
| 592 | break; |
| 593 | |
| 594 | case 'S': |
| 595 | configtestonly = : pass=0 = 1; |
| 596 | new = : pass=0 = (char **)apr_array_push : enter=0, leave=0 apr_array_push : /usr/include/apr-1/apr_tables.h line=121 column=21 apr_array_push(ap_server_config_defines : include/http_main.h line=55 column=44 ap_server_config_defines); |
| 597 | new = : enter=0, leave=0 = "DUMP_VHOSTS"; |
| 598 | break; |
| 599 | |
| 600 | case 'M': |
| 601 | configtestonly = : pass=0 = 1; |
| 602 | new = : pass=0 = (char **)apr_array_push : enter=0, leave=0 apr_array_push : /usr/include/apr-1/apr_tables.h line=121 column=21 apr_array_push(ap_server_config_defines : include/http_main.h line=55 column=44 ap_server_config_defines); |
| 603 | new = : enter=0, leave=0 = "DUMP_MODULES"; |
| 604 | break; |
| 605 | |
| 606 | case 'h': |
| 607 | case '?': |
| 608 | usage : server/main.c line=321 column=13 usage(process : server/main.c line=450 column=18 process); |
| 609 | |
| 610 | |
| 611 | |
| 612 | |
| 613 | if (rv : server/main.c line=458 column=18 rv != : true=0, false=1 MC/DC independently affect : true=0, false=1 != APR_EOF || : true=0, false=1 || opt : server/main.c line=457 column=19 opt-> : enter=1, leave=1 ->ind : /usr/include/apr-1/apr_getopt.h line=58 column=9 ind < : true=0, false=1 MC/DC independently affect : true=0, false=1 < opt : server/main.c line=457 column=19 opt-> : enter=1, leave=1 ->argc : /usr/include/apr-1/apr_getopt.h line=64 column=9 argc) { |
| 614 | usage : server/main.c line=321 column=13 usage(process : server/main.c line=450 column=18 process); |
| 615 | |
| 616 | |
| 617 | plog, pglobal : server/main.c line=452 column=17 pglobal); |
| 618 | apr_pool_tag : /usr/include/apr-1/apr_pools.h line=513 column=19 apr_pool_tag(plog : server/main.c line=454 column=17 plog, "plog"); |
| 619 | ptemp, pconf : server/main.c line=453 column=17 pconf); |
| 620 | apr_pool_tag : /usr/include/apr-1/apr_pools.h line=513 column=19 apr_pool_tag(ptemp : server/main.c line=455 column=17 ptemp, "ptemp"); |
| 621 | |
| 622 | |
| 623 | |
| 624 | |
| 625 | |
| 626 | |
| 627 | |
| 628 | = def_server_root : server/main.c line=447 column=17 def_server_root; |
| 629 | if (temp_error_log : server/main.c line=448 column=17 temp_error_log) { |
| 630 | ap_replace_stderr_log : include/http_log.h line=109 column=26 ap_replace_stderr_log(process : server/main.c line=450 column=18 process-> : enter=0, leave=0 ->pool : include/httpd.h line=764 column=17 pool, temp_error_log : server/main.c line=448 column=17 temp_error_log); |
| 631 | |
| 632 | server_conf = : pass=1 = ap_read_config : enter=1, leave=1 ap_read_config : include/http_config.h line=804 column=26 ap_read_config(process : server/main.c line=450 column=18 process, ptemp : server/main.c line=455 column=17 ptemp, confname : server/main.c line=446 column=17 confname, &ap_conftree : include/util_cfgtree.h line=76 column=40 ap_conftree); |
| 633 | if (! : true=1, false=0 !server_conf : server/main.c line=451 column=17 server_conf) { |
| 634 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 635 | |
| 636 | |
| 637 | apr_hook_sort_all : /usr/include/apr-1/apr_hooks.h line=233 column=19 apr_hook_sort_all(); |
| 638 | |
| 639 | if (ap_run_pre_config : enter=0, leave=0 ap_run_pre_config : server/ pconf, plog : server/main.c line=454 column=17 plog, ptemp : server/main.c line=455 column=17 ptemp) != : true=0, false=0 != OK) { |
| 640 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP | : pass=0 |APLOG_ERR, 0, |
| 641 | |
| 642 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 643 | |
| 644 | |
| 645 | rv = : pass=0 = ap_process_config_tree : enter=0, leave=0 ap_process_config_tree : include/http_config.h line=916 column=17 ap_process_config_tree(server_conf : server/main.c line=451 column=17 server_conf, ap_conftree : include/util_cfgtree.h line=76 column=40 ap_conftree, |
| 646 | process-> : enter=0, leave=0 ->pconf : include/httpd.h line=766 column=17 pconf, ptemp : server/main.c line=455 column=17 ptemp); |
| 647 | if (rv : server/main.c line=458 column=18 rv == : true=0, false=0 == OK) { |
| 648 | ap_fixup_virtual_hosts : include/http_config.h line=827 column=18 ap_fixup_virtual_hosts(pconf : server/main.c line=453 column=17 pconf, server_conf : server/main.c line=451 column=17 server_conf); |
| 649 | ap_fini_vhost_config : include/http_vhost.h line=45 column=18 ap_fini_vhost_config(pconf : server/main.c line=453 column=17 pconf, server_conf : server/main.c line=451 column=17 server_conf); |
| 650 | |
| 651 | |
| 652 | |
| 653 | |
| 654 | |
| 655 | apr_hook_sort_all : /usr/include/apr-1/apr_hooks.h line=233 column=19 apr_hook_sort_all(); |
| 656 | |
| 657 | if (configtestonly : server/main.c line=445 column=9 configtestonly) { |
| 658 | ap_run_test_config : server/ pconf, server_conf : server/main.c line=451 column=17 server_conf); |
| 659 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, "Syntax OK"); |
| 660 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 0); |
| 661 | |
| 662 | |
| 663 | |
| 664 | |
| 665 | if (rv : server/main.c line=458 column=18 rv != : true=0, false=0 != OK) { |
| 666 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 667 | |
| 668 | |
| 669 | signal_server = : pass=0 = APR_RETRIEVE_OPTIONAL_FN(ap_signal_server); |
| 670 | if (signal_server : server/main.c line=461 column=45 signal_server) { |
| 671 | |
| 672 | |
| 673 | if (signal_server : enter=0, leave=0 signal_server : server/main.c line=461 column=45 signal_server(&exit_status : server/main.c line=671 column=13 exit_status, pconf : server/main.c line=453 column=17 pconf) != : true=0, false=0 != 0) { |
| 674 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, exit_status : server/main.c line=671 column=13 exit_status); |
| 675 | |
| 676 | |
| 677 | |
| 678 | apr_pool_clear : /usr/include/apr-1/apr_pools.h line=356 column=19 apr_pool_clear(plog : server/main.c line=454 column=17 plog); |
| 679 | |
| 680 | if ( ap_run_open_logs : enter=0, leave=0 ap_run_open_logs : server/ pconf, plog : server/main.c line=454 column=17 plog, ptemp : server/main.c line=455 column=17 ptemp, server_conf : server/main.c line=451 column=17 server_conf) != : true=0, false=0 != OK) { |
| 681 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP | : pass=0 |APLOG_ERR, |
| 682 | |
| 683 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 684 | |
| 685 | |
| 686 | if ( ap_run_post_config : enter=0, leave=0 ap_run_post_config : server/ pconf, plog : server/main.c line=454 column=17 plog, ptemp : server/main.c line=455 column=17 ptemp, server_conf : server/main.c line=451 column=17 server_conf) != : true=0, false=0 != OK) { |
| 687 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP | : pass=0 |APLOG_ERR, 0, |
| 688 | |
| 689 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 690 | |
| 691 | |
| 692 | apr_pool_destroy : /usr/include/apr-1/apr_pools.h line=385 column=19 apr_pool_destroy(ptemp : server/main.c line=455 column=17 ptemp); |
| 693 | |
| 694 | |
| 695 | apr_hook_deregister_all : /usr/include/apr-1/apr_hooks.h line=249 column=19 apr_hook_deregister_all(); |
| 696 | apr_pool_clear : /usr/include/apr-1/apr_pools.h line=356 column=19 apr_pool_clear(pconf : server/main.c line=453 column=17 pconf); |
| 697 | |
| 698 | for (mod : server/main.c line=459 column=14 mod = : pass=0 = ap_prelinked_modules : include/http_config.h line=745 column=32 ap_prelinked_modules; * dereference : enter=0, leave=0 *mod : server/main.c line=459 column=14 mod != : true=0, false=0 != NULL; mod : server/main.c line=459 column=14 mod++ : pass=0 ++) { |
| 699 | ap_register_hooks : include/http_config.h line=820 column=18 ap_register_hooks(* dereference : enter=0, leave=0 *mod : server/main.c line=459 column=14 mod, pconf : server/main.c line=453 column=17 pconf); |
| 700 | |
| 701 | |
| 702 | |
| 703 | |
| 704 | |
| 705 | |
| 706 | = NULL; |
| 707 | ptemp, pconf : server/main.c line=453 column=17 pconf); |
| 708 | apr_pool_tag : /usr/include/apr-1/apr_pools.h line=513 column=19 apr_pool_tag(ptemp : server/main.c line=455 column=17 ptemp, "ptemp"); |
| 709 | = def_server_root : server/main.c line=447 column=17 def_server_root; |
| 710 | server_conf = : pass=0 = ap_read_config : enter=0, leave=0 ap_read_config : include/http_config.h line=804 column=26 ap_read_config(process : server/main.c line=450 column=18 process, ptemp : server/main.c line=455 column=17 ptemp, confname : server/main.c line=446 column=17 confname, &ap_conftree : include/util_cfgtree.h line=76 column=40 ap_conftree); |
| 711 | if (! : true=0, false=0 !server_conf : server/main.c line=451 column=17 server_conf) { |
| 712 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 713 | |
| 714 | |
| 715 | apr_hook_sort_all : /usr/include/apr-1/apr_hooks.h line=233 column=19 apr_hook_sort_all(); |
| 716 | |
| 717 | if (ap_run_pre_config : enter=0, leave=0 ap_run_pre_config : server/ pconf, plog : server/main.c line=454 column=17 plog, ptemp : server/main.c line=455 column=17 ptemp) != : true=0, false=0 != OK) { |
| 718 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP | : pass=0 |APLOG_ERR, |
| 719 | |
| 720 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 721 | |
| 722 | |
| 723 | if (ap_process_config_tree : enter=0, leave=0 ap_process_config_tree : include/http_config.h line=916 column=17 ap_process_config_tree(server_conf : server/main.c line=451 column=17 server_conf, ap_conftree : include/util_cfgtree.h line=76 column=40 ap_conftree, process : server/main.c line=450 column=18 process-> : enter=0, leave=0 ->pconf : include/httpd.h line=766 column=17 pconf, |
| 724 | ptemp) != : true=0, false=0 != OK) { |
| 725 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 726 | |
| 727 | ap_fixup_virtual_hosts : include/http_config.h line=827 column=18 ap_fixup_virtual_hosts(pconf : server/main.c line=453 column=17 pconf, server_conf : server/main.c line=451 column=17 server_conf); |
| 728 | ap_fini_vhost_config : include/http_vhost.h line=45 column=18 ap_fini_vhost_config(pconf : server/main.c line=453 column=17 pconf, server_conf : server/main.c line=451 column=17 server_conf); |
| 729 | |
| 730 | |
| 731 | |
| 732 | |
| 733 | |
| 734 | apr_hook_sort_all : /usr/include/apr-1/apr_hooks.h line=233 column=19 apr_hook_sort_all(); |
| 735 | apr_pool_clear : /usr/include/apr-1/apr_pools.h line=356 column=19 apr_pool_clear(plog : server/main.c line=454 column=17 plog); |
| 736 | if (ap_run_open_logs : enter=0, leave=0 ap_run_open_logs : server/ pconf, plog : server/main.c line=454 column=17 plog, ptemp : server/main.c line=455 column=17 ptemp, server_conf : server/main.c line=451 column=17 server_conf) != : true=0, false=0 != OK) { |
| 737 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP | : pass=0 |APLOG_ERR, |
| 738 | |
| 739 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 740 | |
| 741 | |
| 742 | if (ap_run_post_config : enter=0, leave=0 ap_run_post_config : server/ pconf, plog : server/main.c line=454 column=17 plog, ptemp : server/main.c line=455 column=17 ptemp, server_conf : server/main.c line=451 column=17 server_conf) != : true=0, false=0 != OK) { |
| 743 | ap_log_error : include/http_log.h line=171 column=18 ap_log_error(APLOG_MARK, APLOG_STARTUP | : pass=0 |APLOG_ERR, |
| 744 | |
| 745 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 1); |
| 746 | |
| 747 | |
| 748 | apr_pool_destroy : /usr/include/apr-1/apr_pools.h line=385 column=19 apr_pool_destroy(ptemp : server/main.c line=455 column=17 ptemp); |
| 749 | |
| 750 | |
| 751 | ap_run_optional_fn_retrieve : server/ |
| 752 | |
| 753 | if (ap_mpm_run : enter=0, leave=0 ap_mpm_run : include/ap_mpm.h line=91 column=17 ap_mpm_run(pconf : server/main.c line=453 column=17 pconf, plog : server/main.c line=454 column=17 plog, server_conf : server/main.c line=451 column=17 server_conf)) |
| 754 | break; |
| 755 | |
| 756 | |
| 757 | |
| 758 | |
| 759 | |
| 760 | destroy_and_exit_process : server/main.c line=259 column=13 destroy_and_exit_process(process : server/main.c line=450 column=18 process, 0); |
| 761 | |
| 762 | return 0; /* Termination 'ok' */ |
| 763 | |
| 764 | |
| 765 | |
| 766 | |
| 767 | |
| 768 | |
| 769 | |
| 770 | |
| 771 | |
| 772 | suck_in_APR(void) |
| 773 | |
| 774 | |
| 775 | |
| 776 | return ap_ugly_hack : server/main.c line=774 column=24 ap_ugly_hack; |
| 777 | |
| 778 | |
| 779 |