Hi Alex,

Are you aware of:

http://bugzilla.mkgnu.net/show_bug.cgi?id=266

... and the issues described there ? You need to understand that this
work would break the Version Description Generator tool, unless you do
extra work in an activity_vdd to properly parse out the traceability
links.

On Sun, 2008-04-20 at 09:43 -0700, Alex Obradovic wrote:
> So after making all these changes, something is causing my process to
> hang and never finish:
> 
> www-data 15908  0.0  0.2   6836  5264 ?        S    03:43   0:00
> /usr/bin/perl -I /var/repository/easyaccounting/hooks/lib/scmbug
> /var/repository/easyaccounting/hooks/bin/scmbug_activity.pl
> /var/repository/easyaccounting/hooks/etc/scmbug/glue.conf
> activity_verify /var/repository/easyaccounting 12-1

My best guess is that the daemon is still expecting to receive data.
Meaning, that the glue sends less data (less fields) than the daemon
accepts after your change, hence the daemon expects more data until it
can process the request. You probably did not add the viewvc field sent
to the right place in the Connection.pm (and matched it in the right
place in the Daemon).

The 'netcat' tool may be helpful in debugging what you are sending to
the Daemon, and then seeing if the Daemon expects more.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to