2. I now get this error message on the daemon activity log:

==> /var/log/scmbug/activity.log <==
Tue Mar 27 10:14:29 2007 10.147.26.81:49906 Processing connection from
Tue Mar 27 10:14:29 2007 10.147.26.81:49906 Processing an
'activity_commit' for bug id '3305' from SCM user 't25125'
Tue Mar 27 10:14:29 2007 10.147.26.81:49906 The changeset comment
could not be added. This must be due to a bug in the bug-tracker
backend.
Tue Mar 27 10:14:29 2007 10.147.26.81:49906 Connection from  processed
Tue Mar 27 10:14:29 2007 reaped 23036

How do I debug this further?  This is against bugzilla 2.20.

I assume this is related to the subroutine
bugzilla_2_20_fixed_AppendComment, specifically:

   $dbh->do(q{INSERT INTO longdescs
                     (bug_id, who, bug_when, thetext, isprivate, work_time)
              VALUES (?,?,?,?,?,?)}, undef,
            ($bugid, $whoid, $timestamp, $comment, $privacyval, $work_time));
   $dbh->do("UPDATE bugs SET delta_ts = ? WHERE bug_id = ?",
            undef, ($timestamp, $bugid));

I've checked the database config, and it looks good.  I've also
checked the table structures and they look ok.  What's the easiest way
of getting some debug out of this?  Apart from writing some very basic
cgi scripts many many years ago I have zero perl experience and don't
know how to get the info I want out of this - surely there must be a
way to provide more useful debug information.  Any tips?

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

Reply via email to