Brandon, thanks for the reply. I've determined that the status code comes from glpkmex, not glpk. I can't find any documentation on glpkmex. However, in the glpk.m file is the following:
% If an error occurs, status will contain one of the following
% codes.
% Simplex method:
% 101 invalid basis
% 102 singular matrix
% 103 ill-conditioned matrix
% 104 invalid bounds
% 105 solver failed
% 106 objective lower limit reached
% 107 objective upper limit reached
% 108 iteration limit exceeded
% 109 time limit exceeded
% 110 no primal feasible solution
Which isn't very helpful...But I guess this might be a better question for the glpkmex developers.
In the off chance: Has anyone had an issue like this before? What did you do to fix it?