Closed
Bug 154638
Opened 23 years ago
Closed 22 years ago
post_bug.cgi fails on certain Win32 setups w/ processmail
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: big_eugene, Assigned: myk)
References
Details
(Whiteboard: [Blocker will fix] Win32 [needed for Win32bz])
When I submit new Bug report I receive error:
-------------------
Internal Server Error
----------------------
And in error.log file I can find following:
----------------------------------------------
Premature end of script headers: d:/usr/bugzilla-2.16rc1/post_bug.cgi
Use of uninitialized value in split at d:/Perl/lib/Cwd.pm line 103 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl tells you what operation
you used the undefined value in. Note, however, that perl optimizes your
program and the operation displayed in the warning may not necessarily
appear literally in your program. For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.
processmail.pl: Use of uninitialized value in split at d:/Perl/lib/Cwd.pm line
103.
-----------------------------------------------------------
Comment 1•23 years ago
|
||
->creating bugs
Assignee: justdave → myk
Component: Bugzilla-General → Creating/Changing Bugs
Comment 3•23 years ago
|
||
Dave meant that he moved this bug to the "Creating bugs" component.
This is just another symptom of our processmail piping disease. See bug 124174
and related. The patch for that bug will also aid you in this one.
Depends on: 124174
Summary: Error in post_bug.cgi → post_bug.cgi fails on certain Win32 setups w/ processmail
Whiteboard: [Blocker will fix] Win32
Target Milestone: --- → Bugzilla 2.18
Updated•22 years ago
|
Whiteboard: [Blocker will fix] Win32 → [Blocker will fix] Win32 [needed for Win32bz]
Comment 4•22 years ago
|
||
This should have been fixed by the checkin for bug 124174. I would appreciate
if anyone has a Win32 setup running the tip to pick this up and test it to make
sure.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•