Skip to content

500 error going to a commit in the Wireshark repository

Summary

If I try to go to one particular commit in the Wireshark repository, I eventually get a 500 error. The previous commit, and the next commit after that commit, don't have this problem.

Steps to reproduce

Go to

wireshark/wireshark@2eb7b05b

Example Project

https://gitlab.com/wireshark/wireshark/

What is the current bug behavior?

A 500 "Whoops, something went wrong on our end." page, where "Whoops, something went wrong on our end." is presumably a translation of "Internal server error".

What is the expected correct behavior?

A regular page showing a commit, as happens if you go to the previous commit at

wireshark/wireshark@4d8581d7

or to the next commit at

wireshark/wireshark@198df02f

Cloning the repository with

git clone git@gitlab.com:wireshark/wireshark.git

and then doing

git show 2eb7b05b8c9c6408268f0d1e81f0a18a02610f1c

works.

Output of checks

This bug happens on GitLab.com.