Page MenuHomePhabricator

Undefined index in DifferentialHunkParser
Closed, ResolvedPublic

Description

We started seeing these recently.

ERROR 8: Undefined index: 50 at [/var/devtools/phabricator/src/applications/differential/parser/DifferentialHunkParser.php:120]

#0 DifferentialHunkParser::setNewLineTypeMap(Array of size 49 starting with: { 1 => null }) called at [/var/devtools/phabricator/src/applications/differential/parser/DifferentialChangesetParser.php:543]

ERROR 8: Undefined index: 51 at [/var/devtools/phabricator/src/applications/differential/parser/DifferentialHunkParser.php:99]

#0 DifferentialHunkParser::setOldLineTypeMap(Array of size 50 starting with: { 1 => null }) called at [/var/devtools/phabricator/src/applications/differential/parser/DifferentialChangesetParser.php:542]

Event Timeline

lifeihuang assigned this task to epriestley.
lifeihuang raised the priority of this task from to Needs Triage.
lifeihuang updated the task description. (Show Details)
lifeihuang added a project: Facebook.
lifeihuang changed the visibility from "Public (No Login Required)" to "Custom Policy".
lifeihuang added a subscriber: lifeihuang.
epriestley added a subscriber: Unknown Object (MLST).Nov 15 2013, 2:28 PM

Those lines don't correspond to anything index-ish at HEAD. What commit are those lines against?

epriestley changed the visibility from "Custom Policy" to "Public (No Login Required)".Nov 15 2013, 2:29 PM

(I set the policy on this back to "Public" since I think you locked yourself out of it.)

Closing for lack of feedback.

epriestley added a subscriber: hach-que.

@hach-que hit this near HEAD, P1198 has a trace.