Bug 294672 - Kile (Win7) crashes when compiling math align-environment containing a label with PDFLaTex
Summary: Kile (Win7) crashes when compiling math align-environment containing a label ...
Status: RESOLVED WORKSFORME
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR crash
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 10:26 UTC by Nils
Modified: 2017-11-26 06:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nils 2012-02-23 10:26:51 UTC
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
Comment 1 Mhmd 2013-02-18 15:45:14 UTC
I have exactly the same problem. It crashes only the first time, the second time it works fine.
How can we solve this?
Comment 2 Michel Ludwig 2017-11-26 06:48:42 UTC
Can you try the latest version of Kile and check whether the problem still occurs? Thanks.