Changes

From Amahi Wiki
Jump to: navigation, search
865 bytes added ,  21:53, 7 April 2010
Created page with 'When a web app crash, your browser give you an error message that looks like "This webpage is not available.", or offer you to save a file (when it shouldn't). If a web page / w…'
When a web app crash, your browser give you an error message that looks like "This webpage is not available.", or offer you to save a file (when it shouldn't).

If a web page / web app crash, here's how you can give us the info we need.

# Go to: http://hda/setup?sub=servers&tab=app Click "Apache Web Server", then uncheck "Watchdog".
# [[Open Terminal as root]]
# service httpd stop
# yum -y install gdb
# gdb /usr/sbin/httpd
# In gdb: run -X<br/>Wait a minute or so, then try to make it crash: try to load the page / do what you did in the past to make it crash.<br/>gdb should show something like this: ''Program received signal SIGSEGV, Segmentation fault.''
# In gdb: bt<br/>Copy / paste what you get there on http://paste.amahi.org
# In gdb: quit
# killall httpd
# Go to: http://hda/setup?sub=servers&tab=app Click "Apache Web Server", then check "Watchdog".