
no-reply at lighthouseapp
Oct 18, 2009, 3:22 PM
Post #1 of 1
(47 views)
Permalink
|
|
[Bricolage #56] Bric_queued becomes unresponsive after a while
|
|
// Add your reply above here ================================================== Krzysztof Rudnik updated this ticket at October 18th, 2009 @ 10:22 PM I've found 2 replicable situations that freeze bric_queue. In both cases preview goes cleanly. I am using SuseLinux 11.1 1. in template: <%perl> use Cwd; warn "before..."; my $x = cwd(); warn "after= $x"; </%perl> If this code is executed by bric_queue then the second warn never happens and bric_queue freezes. When this code is executed from a module that uses Cwd then in preview mode in bric error.log the following line appears: /bin/pwd: in `..' there is no i-node with ... but preview goes well. When cwd() is replaced by getcwd() then everything goes well in both modes (one gets "after= /" in logs) 2. Any call of system() freezes bric_queue. After system('ls') one gets directory listing in bric_queue.log but publish process stops and bric_queue freezes; When I try to publish with bric_dist_mon then nothing wrong happens except that the first run of bric_dist_mon -c ... does nothing (nothing gets published) but the second one does what it should - strange. BTW, during these experiments I filled up my Job manager with a quite large number of publish jobs that can't be canceled "because they are currently executing". How can I get rid of them? I am not sure if this comment helps with the issue described in the ticket thanks Krzysztof -------------------------------------------------------------------------------- Assigned: Bugs (at bricolage) State: new Milestone: 1.11.2 View this ticket online: http://bricolage.lighthouseapp.com/projects/29601/tickets/56-bric_queued-becomes-unresponsive-after-a-while Stop being notified of this ticket's changes: http://bricolage.lighthouseapp.com/projects/29601/tickets/56-bric_queued-becomes-unresponsive-after-a-while/watch Update your Profile: http://bricolage.lighthouseapp.com/profile Support: support[at]lighthouseapp.com or http://help.lighthouseapp.com
|