Bug 203866 - software error while performing devel-ack (+)
Summary: software error while performing devel-ack (+)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: devel
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernd Groh
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-24 04:24 UTC by Lawrence Lim
Modified: 2014-06-18 08:21 UTC (History)
2 users (show)

Fixed In Version: 2.18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-12 02:14:23 UTC
Embargoed:


Attachments (Terms of Use)

Description Lawrence Lim 2006-08-24 04:24:28 UTC
Description of problem:
Was trying to do devel-ack for Bug 203819 and observed the following trace.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

DBD::Pg::st execute failed: ERROR:  duplicate key violates unique constraint
"flags_pkey"
 [for Statement "INSERT INTO flags ( type_id, 
                                    bug_id, attach_id, 
                                    requestee_id, setter_id, status, 
                                    creation_date, modification_date)
                VALUES (10, 
                        203819, 
                        NULL,
                        NULL,
                        155492,
                        '+', 
                        '2006-08-24 00:21:28.978024-04',
                        '2006-08-24 00:21:28.978024-04')"] at Bugzilla/DB.pm line 71
	Bugzilla::DB::SendSQL('INSERT INTO flags ( type_id, \x{a}                     
         ...') called at Bugzilla/Flag.pm line 489
	Bugzilla::Flag::create('HASH(0x18223f0)', '\'2006-08-24 00:21:28.978024-04\'')
called at Bugzilla/Flag.pm line 409
	Bugzilla::Flag::process('HASH(0x1822090)', '2006-08-24 00:21:28.978024-04',
'Bugzilla::CGI=HASH(0x154df10)') called at
/var/www/html/bugzilla/process_bug.cgi line 2294


Note You need to log in before you can comment on or make changes to this bug.