Doug MacEachern wrote:

>>I wanted to build with 5.6.1 in yet another attempt to find out why 
>>
>>gdb doesn't work with mod_perl for me. That's when I saw this problem. 
>>
> 
> but you can use gdb, you said yourself it works with:
> % gdb ~/apache/bin/httpd
> (gdb) run -DONE_PROCESS -d `pwd`/t -f `pwd`/t/conf/httpd.conf
> 
> why t/TEST -d doesn't work, i have no idea.


OK, I've looked more into it, here are the two problems:

1. it's impossible to gain control over gdb, since it's started via fork 
("|bash), I've no idea how does it work for you (you said you can Ctrl-C it)

if I run the gdb process manually, it works (after about 1m of waiting)

Can we use some other way to set the limit? e.g. in the Makefile, before 
the tests are run? And then restore it to the original? For manual run 
of ./t/TEST we can set it manually.

2. The second issue is that it takes ages to start. I'm still looking 
into dns/network problems suggested by Vivek.

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to