You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified packages/ltx2htm/latex2html.pl to output a backtrace on error, but didn't generate a backtrace when run as part of the build. When I ran the program by hand (using the -l option to avoid the automatic call to main/1), it trapped to the debugger and I could use the g command to get a backtrace. (The traceback shows catch_with_backtrace twice -- is this expected?)
I modified
packages/ltx2htm/latex2html.pl
to output a backtrace on error, but didn't generate a backtrace when run as part of the build. When I ran the program by hand (using the-l
option to avoid the automatic call tomain/1
), it trapped to the debugger and I could use theg
command to get a backtrace. (The traceback showscatch_with_backtrace
twice -- is this expected?)When I ran this by hand (reproducing what the build did), I got:
When I ran this as part of the build, I got:
The text was updated successfully, but these errors were encountered: