Skip to content

latex editor gives no indication when it is killed due to running out of time #3042

Closed
@williamstein

Description

@williamstein
  1. Make a latex file like this:
\documentclass{article}
\usepackage{sagetex}
\begin{document}
Consider $\sage{factor(2^997-1)}$...
\end{document}
  1. Build it. -- of course sage can't factor that huge number, so it times out
  2. You don't see an error anywhere though, saying that Sage was timed out.

To work on this, edit the file cocalc/src/smc-webapp/frame-editors/latex-editor/sagetex.ts and change the timeout from 360 to something smaller like 5.

There may be similar problems with other timeouts (e.g., for rmd-editor and r markdown). [hsy] this is #4378 now.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions