Bug 162861 - kile crashes for a particular latex (beamer) input file with \plainframe{} .
Summary: kile crashes for a particular latex (beamer) input file with \plainframe{} .
Status: RESOLVED WORKSFORME
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-30 08:44 UTC by Merlin
Modified: 2008-05-31 00:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Merlin 2008-05-30 08:44:37 UTC
Version:           1:2.0-1 (using KDE 3.5.9)
Installed from:    Ubuntu Packages
Compiler:          gcc 
OS:                Linux

To put it in a script way, this script makes kile crash:

------------------------------------------------------
cat > crash.tex <<EOF

\begin{}
\end{}

\plainframe{
\begin{}
\label{}
\end{}
}

EOF

kile crash.tex
---------------------------------------------------------------------

Adding any other text (\documentclass{beamer}, \begin{document} \end{document}) does not change this fact.
Whatever you put inside the first "\begin{} \end{}" (e.g. frame)
or the second (equation, eqnarray) does not change this fact.

Reply: 

QSettings: failed to open file '/etc/qt3/qt_plugins_3.3rc'
kile: ERROR: Could not create symlink: /home/meheut/.lyx/lyxpipe.in --> /tmp/kde-meheut/kileZ8t8WK/.lyx/lyxpipe.in
kile: ERROR: Could not create symlink: /home/meheut/.lyx/lyxpipe.out --> /tmp/kde-meheut/kileZ8t8WK/.lyx/lyxpipe.out
kdecore (KProcess): WARNING: _attachPty() 22
KCrash: Application 'kile' crashing...

Except for the last line, this is alway what I have when I open (without any problem) a normal document with kile.

Backtrace:

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0x7f2e27a206f0 (LWP 13855)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#5  0x00007f2e22b3c4fa in QString::deref () from /usr/lib/libqt-mt.so.3
#6  0x00007f2e22b3d296 in QString::operator= () from /usr/lib/libqt-mt.so.3
#7  0x0000000000528d36 in ?? ()
#8  0x0000000000529659 in ?? ()
#9  0x00007f2e22833fd0 in QObject::activate_signal ()
   from /usr/lib/libqt-mt.so.3
#10 0x00000000004e9117 in ?? ()
#11 0x00000000004ec442 in ?? ()
#12 0x00000000005599fc in ?? ()
#13 0x0000000000559ba4 in ?? ()
#14 0x000000000055a5a1 in ?? ()
#15 0x00000000004b32a9 in ?? ()
#16 0x00000000004d14eb in ?? ()
#17 0x00007f2e1eff91c4 in __libc_start_main () from /lib/libc.so.6
#18 0x0000000000442599 in ?? ()
#19 0x00007fff2fa53df8 in ?? ()
#20 0x0000000000000000 in ?? ()
Comment 1 Thomas Braun 2008-05-30 18:28:35 UTC
Hello,

could you try with kile 2.0.1, we had there a bugfix which could be related.
And I could not crash kile 2.0.1 with your file.

Thanks,
Thomas
Comment 2 Merlin 2008-05-30 23:53:59 UTC
Hi Thomas,

Indeed, I had my report messed up a little bit:
the correct file would be:


cat > crash.tex <<EOF
\begin{frame}
\end{frame}

\plainframe{
\begin{}
\label{}
\end{}

}
EOF

kile crash.tex



And you are right, this does not crash with kile 2.0.1 (that I had some
trouble installing nevertheless)



2008/5/30 Thomas Braun <braun@physik.fu-berlin.de>:

[bugs.kde.org quoted mail]



Hi Thomas,<br><br>Indeed, I had my report messed up a little bit: <br>the correct file would be: <br><br><br>cat &gt; crash.tex &lt;&lt;EOF<br>\begin{frame}<br>\end{frame}<br><br>\plainframe{<br>\begin{}<br>\label{}<br>\end{}<br>
<br>}<br>EOF<br><br>kile crash.tex<br><br><br><br>And you are right, this does not crash with kile 2.0.1 (that I had some trouble installing nevertheless)<br><br><br><br><div class="gmail_quote">2008/5/30 Thomas Braun &lt;<a href="mailto:braun@physik.fu-berlin.de">braun@physik.fu-berlin.de</a>&gt;:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">------- You are receiving this mail because: -------<br>
You reported the bug, or are watching the reporter.<br>
<br>
<a href="http://bugs.kde.org/show_bug.cgi?id=162861" target="_blank">http://bugs.kde.org/show_bug.cgi?id=162861</a><br>
braun physik fu-berlin de changed:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; What &nbsp; &nbsp;|Removed &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |Added<br>
----------------------------------------------------------------------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CC| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|braun physik fu-berlin de<br>
<br>
<br>
<br>
------- Additional Comments From braun physik fu-berlin de &nbsp;2008-05-30 18:28 -------<br>
Hello,<br>
<br>
could you try with kile 2.0.1, we had there a bugfix which could be related.<br>
And I could not crash kile 2.0.1 with your file.<br>
<br>
Thanks,<br>
<font color="#888888">Thomas<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Merlin M
Comment 3 Merlin 2008-05-30 23:57:42 UTC
This bug no longer exists with kile 2.0.1
Comment 4 Merlin 2008-05-31 00:10:59 UTC
And I forgot to say:  thank you very much indeed!

2008/5/30 Thomas Braun <braun@physik.fu-berlin.de>:

[bugs.kde.org quoted mail]



And I forgot to say:&nbsp; thank you very much indeed!<br><br><div class="gmail_quote">2008/5/30 Thomas Braun &lt;<a href="mailto:braun@physik.fu-berlin.de">braun@physik.fu-berlin.de</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
------- You are receiving this mail because: -------<br>
You reported the bug, or are watching the reporter.<br>
<br>
<a href="http://bugs.kde.org/show_bug.cgi?id=162861" target="_blank">http://bugs.kde.org/show_bug.cgi?id=162861</a><br>
braun physik fu-berlin de changed:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; What &nbsp; &nbsp;|Removed &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |Added<br>
----------------------------------------------------------------------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CC| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|braun physik fu-berlin de<br>
<br>
<br>
<br>
------- Additional Comments From braun physik fu-berlin de &nbsp;2008-05-30 18:28 -------<br>
Hello,<br>
<br>
could you try with kile 2.0.1, we had there a bugfix which could be related.<br>
And I could not crash kile 2.0.1 with your file.<br>
<br>
Thanks,<br>
<font color="#888888">Thomas<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Merlin M