Changes between Initial Version and Version 1 of Ticket #2544, comment 1
- Timestamp:
- 09/08/23 13:37:10 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2544, comment 1
initial v1 1 1 Bt for all cores are same 2 2 ``` 3 3 (gdb) core-file core.nginx.240250 4 4 warning: Can't open file /dev/zero (deleted) during file-backed mapping note processing … … 23 23 #6 0x000055d67123c62d in ngx_master_process_cycle (cycle=cycle@entry=0x55d6737d0700) at src/os/unix/ngx_process_cycle.c:131 24 24 #7 0x000055d671214e0f in main (argc=<optimized out>, argv=<optimized out>) at src/core/nginx.c:382 25 ``` 26 ``` 25 27 (gdb) core-file core.nginx.241691 26 28 warning: Can't open file /dev/zero (deleted) during file-backed mapping note processing … … 43 45 #6 ngx_master_process_cycle (cycle=cycle@entry=0x55d6737d0700) at src/os/unix/ngx_process_cycle.c:175 44 46 #7 0x000055d671214e0f in main (argc=<optimized out>, argv=<optimized out>) at src/core/nginx.c:382 45 (gdb) core-file core.nginx.241692 47 ```