Version: unspecified (using KDE 4.8.0) OS: MS Windows Because the web-form would not let me specify it, I am use Kile version 2.9.60 on Windows 7 (64-bit). Kile chokes every time I add \label{some_label} to a math formula inside \begin{align} ... \end{align}. Curiously, it does not crash for the (outdated) eqnarray-environment. Reproducible: Always Steps to Reproduce: Just compile this short example and it crashes <+++> \documentclass[a4paper,10pt]{article} \usepackage[utf8x]{inputenc} \usepackage{amsmath} \usepackage{amssymb} %opening \title{} \author{} \begin{document} \maketitle \begin{abstract} \end{abstract} \section{} \begin{align} A\mathbf{x} &= \mathbf{b} \label{eq} \end{align} \end{document} <---> Actual Results: Kile crashes, bug report application opens. Expected Results: A compiled PDF-document. Using the LaTex distribution MikTex 2.9 and Ghostscript 8.71
I have exactly the same problem. It crashes only the first time, the second time it works fine. How can we solve this?
Can you try the latest version of Kile and check whether the problem still occurs? Thanks.