Server IP : 192.64.118.117 / Your IP : 18.116.62.169 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/cpanel/ea-ruby27/src/passenger-release-6.0.23/test/ |
Upload File : |
# This is a sample .gdbinit file that can aid you in debugging # Phusion Passenger with GDB. Modify it to your liking and copy # it to test/.gdbinit. See also CONTRIBUTING.md. # Ignore some signals. handle SIGUSR1 noprint pass handle SIGPIPE noprint pass # Use Intel syntax for disassembles. set disassembly-flavor intel # Convenience command. define rake shell rake $arg0 end # Break on breakpoint() function. break Passenger::breakpoint # Linux-only. Comment out when not on Linux. set print thread-events off set detach-on-fork off # On OS X, you may sometimes want to enable memory debugger libraries. #set env DYLD_INSERT_LIBRARIES /usr/lib/libgmalloc.dylib #set env MALLOC_FILL_SPACE YES #set env MALLOC_PROTECT_BEFORE YES #set env MallocStackLogging YES #set env MallocGuardEdges YES #set env MallocScribble YES #set env MallocPreScribble YES #set env MallocCheckHeapStart 10 #set env MallocCheckHeapEach 1 #set env MallocCheckHeapAbort YES #set env MallocBadFreeAbort YES