Re: [可能是垃圾邮件] Re: how to catch segment fault

2008-06-25 Thread Kevac Marko
Yes, but it allows you to debug your module with gdb (with or without core file) with ease. Run gdb bin/httpd, print 'r -X'. It will start Apache in single mode (with one process). Than load server somehow and wait for gdb to catch sigfault. It will show you precise line of code where sigfault

Re: [可能是垃圾邮件] Re: [可能是 垃圾邮件] Re: how to catch segment fault

2008-06-25 Thread langwnwk
Kevac Marko wrote: Yes, but it allows you to debug your module with gdb (with or without core file) with ease. Run gdb bin/httpd, print 'r -X'. It will start Apache in single mode (with one process). Than load server somehow and wait for gdb to catch sigfault. It will show you precise line of