jain30 Posted January 9, 2007 Share Posted January 9, 2007 i wrote one apache module and while runnin this module we are getting some segmentation fault error and child process are dying and now i want to debug my module.please anyone helps me to debug my module.thanksJain Link to comment https://forums.phpfreaks.com/topic/33445-how-to-debug-apache-module/ Share on other sites More sharing options...
effigy Posted January 9, 2007 Share Posted January 9, 2007 Check the error log and see if [url=http://httpd.apache.org/dev/debugging.html]this[/url] helps. Link to comment https://forums.phpfreaks.com/topic/33445-how-to-debug-apache-module/#findComment-156640 Share on other sites More sharing options...
jain30 Posted January 10, 2007 Author Share Posted January 10, 2007 in error logs it is giving*** glibc detected *** double free or corruption (!prev): 0x08627e70 ***[Sun Nov 24 06:37:20 2002] [notice] child pid 23697 exit signal Aborted (6)*** glibc detected *** double free or corruption (!prev): 0x086228c0 ***[Sun Nov 24 07:13:29 2002] [notice] child pid 25364 exit signal Aborted (6)[Sun Nov 24 07:13:30 2002] [notice] child pid 27225 exit signal Segmentation fault (11)now i want to debug the module for knwoing where it is crashing i just want to see the stck when any child process die.Thanksparul Link to comment https://forums.phpfreaks.com/topic/33445-how-to-debug-apache-module/#findComment-157098 Share on other sites More sharing options...
effigy Posted January 10, 2007 Share Posted January 10, 2007 I do not know enough about this. Did you try the debugging link? You may also want to resort to [url=http://www.google.com/search?q=apache%20module%20%22glibc%20detected%22%20%22double%20free%20or%20corruption%22&sa=N&hl=en&lr=&ie=UTF-8&oe=UTF-8&tab=gw]Google[/url]. Link to comment https://forums.phpfreaks.com/topic/33445-how-to-debug-apache-module/#findComment-157380 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.