Re: Problems with apreq2 on OS X
Patrick Galbraith <[email protected]>
| Newsgroups | gmane.comp.apache.apreq |
|---|---|
| Message-ID | <[email protected]> |
Philip M. Gollucci wrote: > this one time in band camp Patrick Galbraith said on 10/29/06 16:26: > >> Dave, >> >> Speaking of which - how do you use gdb with mod_perl/libapreq? I'm >> used to using it and other debuggers (Visual Studio, etc, DDD with >> gdb, Xcode) with mysqld and DBD::mysql, but how do you attach it to a >> mod_perl script, httpd, mod_perl, libapreq (?) to see what's going >> on? I have libapreq working on OS X, but something is giving me a bus >> error and I'd like to know where that's coming from. > > I believe you are looking for this: > http://perl.apache.org/docs/2.0/devel/debug/c.html#Starting_the_Server_Fast_under_gdb > > > and/or > http://httpd.apache.org/dev/debugging.html#gdb > > Philip, Thanks millions! The crash I experienced was actually in DBD::mysql, which I was able to fix with your info. I will release 3.0009 this week! Patrick