Hi all. We're having problems with our mpaserver+pmapper apps. I do several repeated requests for a pmapper page using wget with a command like:
wget --load-cookies cookie.txt \ 'http://192.168.0.10/pmapper/parco_pi/load.php?&groups=Pisa+Lucca+DTM' Sometimes the request fails with a timeout: <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>/home/Documenti/pub/pmapper/parco_pi/incphp/map.php</b> on line <b>270</b><br /> I straced the final part of the Apache process, it seems that it is locked in a loop. See the attachment. Other times the request for a pmapper page crashes the Apache server, in this case wget exits with: Connecting to 192.168.0.10:80... connected. HTTP request sent, awaiting response... No data received. Into the Apache log I read: [Fri Dec 16 15:56:16 2005] [notice] child pid 1348 exit signal Segmentation fault (11) Unfortunately in the last case the process dies too quickly to let me to strace it. Does anybody have a hint on how to solve this? All the best. pc -- Paolo Cavallini email+jabber: [EMAIL PROTECTED] www.faunalia.it Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953 -- Paolo Cavallini email+jabber: [EMAIL PROTECTED] www.faunalia.it Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953 -------------- next part -------------- A non-text attachment was scrubbed... Name: strace_apache.log.gz Type: application/octet-stream Size: 1533 bytes Desc: not available Url : http://www.faunalia.com/pipermail/pmapper-users/attachments/20051216/3973efbc/strace_apache.log.obj From [EMAIL PROTECTED] Fri Dec 16 17:03:51 2005 From: [EMAIL PROTECTED] (DJ Broerse) Date: Fri Dec 16 17:05:36 2005 Subject: [Pmapper-users] Pmapper modifications Message-ID: <[EMAIL PROTECTED]> An HTML attachment was scrubbed... URL: http://www.faunalia.com/pipermail/pmapper-users/attachments/20051216/fa698ac5/attachment.htm From [EMAIL PROTECTED] Fri Dec 16 18:19:47 2005 From: [EMAIL PROTECTED] (Armin Burger) Date: Fri Dec 16 18:20:25 2005 Subject: [Pmapper-users] apache crash In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Paolo, is that just happening when you use the wget or also when you use the normal user interface? I never tried if any of the single PHP files can really create maps. I don't know if the cookies.txt contains all necessary session variables that are needed for a map creation. Armin Paolo Cavallini wrote: > Hi all. > We're having problems with our mpaserver+pmapper apps. > > I do several repeated requests for a pmapper page using wget > with a command like: > > wget --load-cookies cookie.txt \ > 'http://192.168.0.10/pmapper/parco_pi/load.php?&groups=Pisa+Lucca+DTM' > > Sometimes the request fails with a timeout: > > <b>Fatal error</b>: Maximum execution time of 30 seconds > exceeded in > <b>/home/Documenti/pub/pmapper/parco_pi/incphp/map.php</b> on > line <b>270</b><br /> > > I straced the final part of the Apache process, it seems that it > is locked in a loop. See the attachment. > > Other times the request for a pmapper page crashes the Apache > server, in this case wget exits with: > > Connecting to 192.168.0.10:80... connected. > HTTP request sent, awaiting response... No data received. > > Into the Apache log I read: > > [Fri Dec 16 15:56:16 2005] [notice] child pid 1348 exit signal > Segmentation fault (11) > > Unfortunately in the last case the process dies too quickly > to let me to strace it. > > Does anybody have a hint on how to solve this? > All the best. > pc > > > ------------------------------------------------------------------------ > > _______________________________________________ > Pmapper-users mailing list > [EMAIL PROTECTED] > http://faunalia.it/cgi-bin/mailman/listinfo/pmapper-users
