GNU bug report logs -
#24301
11.89.4; Crashes Emacs upon Invokation
Previous Next
Reported by: Edward Lewis <ed.lewis <at> enlewis.com>
Date: Wed, 24 Aug 2016 18:48:01 UTC
Severity: normal
Tags: moreinfo
Found in version 11.89.4
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24301 in the body.
You can then email your comments to 24301 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-auctex <at> gnu.org
:
bug#24301
; Package
auctex
.
(Wed, 24 Aug 2016 18:48:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Edward Lewis <ed.lewis <at> enlewis.com>
:
New bug report received and forwarded. Copy sent to
bug-auctex <at> gnu.org
.
(Wed, 24 Aug 2016 18:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
--text follows this line--
Remember to cover the basics. Including a minimal LaTeX example
file exhibiting the problem might help.
Attempts to invoke ‘preview latex’ from menu, icon in Emacs, using keystrokes immediately crashes Emacs.
Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
of 2013-03-13 on bob.porkrind.org
Package: 11.89.4
current state:
==============
(setq
AUCTeX-version "11.89.4"
LaTeX-command-style '(("" "%(PDF)%(latex) %(file-line-error) %(extraopts) %S%(PDFout)"))
image-types '(png gif tiff jpeg xpm xbm pbm)
preview-image-type 'png
preview-image-creators '((dvipng (open preview-gs-open preview-dvipng-process-setup) (place preview-gs-place)
(close preview-dvipng-close))
(png (open preview-gs-open) (place preview-gs-place) (close preview-gs-close))
(jpeg (open preview-gs-open) (place preview-gs-place) (close preview-gs-close))
(pnm (open preview-gs-open) (place preview-gs-place) (close preview-gs-close))
(tiff (open preview-gs-open) (place preview-gs-place) (close preview-gs-close)))
preview-dvipng-image-type 'png
preview-dvipng-command "dvipng -picky -noghostscript %d -o \"%m/prev%%03d.png\""
preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
preview-gs-command nil
preview-gs-options '("-q" "-dDELAYSAFER" "-dNOPAUSE" "-DNOPLATFONTS" "-dPrinted" "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
preview-gs-image-type-alist '((png png "-sDEVICE=png16m") (dvipng png "-sDEVICE=png16m") (jpeg jpeg "-sDEVICE=jpeg")
(pnm pbm "-sDEVICE=pnmraw") (tiff tiff "-sDEVICE=tiff12nc"))
preview-fast-conversion t
preview-prefer-TeX-bb nil
preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
preview-scale-function 'preview-scale-from-face
preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\\PassOptionsToPackage{" ("," . preview-required-option-list)
"}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" preview-default-preamble "\\fi}\"%' %t")
preview-required-option-list '("active" "tightpage" "auctex" (preview-preserve-counters "counters"))
preview-preserve-counters nil
preview-default-option-list '("displaymath" "floats" "graphics" "textmath" "sections" "footnotes")
preview-default-preamble '("\\RequirePackage[" ("," . preview-default-option-list) "]{preview}[2004/11/05]")
preview-LaTeX-command-replacements nil
preview-dump-replacements '(preview-LaTeX-command-replacements
("\\`\\([^ ]+\\)\\(\\( +-\\([^ \\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'"
"\\1 -ini -interaction=nonstopmode \"&\\1\" " preview-format-name ".ini \\5")
)
preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\(.*\\)\\'" "\\1 -interaction=nonstopmode \"&" preview-format-name
"\" \\2")
)
preview-auto-cache-preamble 'ask
preview-TeX-style-dir "/Users/administrator/.emacs.d/elpa/auctex-11.89.4/latex"
)
Output from running `nil -h':
------
Example LaTeX file follows:
\documentclass[12pt,us]{article}
\renewcommand{\familydefault}{\sfdefault}
\setlength{\parindent}{0pt}
\setlength{\parskip}{12pt}
\usepackage[margin=1in]{geometry}
\usepackage{pdfpages,amsmath}
\usepackage{hyperref}
\hypersetup{pdfborder=[0 0 0],colorlinks=true,linkcolor=blue,bookmarksnumbered=true}
\begin{document}
The quick brown fox jumps over the lazy dogs back.
This will be test of preview.
$\frac{2}{4} = 0.5$
\[
\frac{2}{4} = 0.5
\]
\end{document}
Edward N. Lewis, PE
PO Box 611
Worthington, MA 01098-0611
USA
+1 (413) 238-0109 (TZ: GMT-4)
ed.lewis <at> enlewis.com
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#24301
; Package
auctex
.
(Wed, 24 Aug 2016 19:10:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 24301 <at> debbugs.gnu.org (full text, mbox):
Edward Lewis <ed.lewis <at> enlewis.com> writes:
> Attempts to invoke ‘preview latex’ from menu, icon in Emacs, using keystrokes immediately crashes Emacs.
>
> Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
> of 2013-03-13 on bob.porkrind.org
> Package: 11.89.4
>
> current state:
> ==============
[...]
> preview-gs-command nil
[...]
> Output from running `nil -h':
>
That looks like a problem. Any Ghostscript installed?
--
David Kastrup
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#24301
; Package
auctex
.
(Sun, 28 Aug 2016 20:05:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 24301 <at> debbugs.gnu.org (full text, mbox):
Hi David,
2016-08-24 21:09 GMT+02:00 David Kastrup <dak <at> gnu.org>:
> Edward Lewis <ed.lewis <at> enlewis.com> writes:
>
>> Attempts to invoke ‘preview latex’ from menu, icon in Emacs, using keystrokes immediately crashes Emacs.
>>
>> Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
>> of 2013-03-13 on bob.porkrind.org
>> Package: 11.89.4
>>
>> current state:
>> ==============
>
> [...]
>
>> preview-gs-command nil
>
> [...]
>
>> Output from running `nil -h':
>>
>
> That looks like a problem. Any Ghostscript installed?
Good point, but `preview-gs-command' set to nil doesn't make my Emacs
crash. If this is the only culprit of this problem we should prevent
Emacs from crashing, but I can't reproduce the crash itself. Edward,
we need help from you in order to fix the problem.
Bye,
Mosè
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#24301
; Package
auctex
.
(Mon, 04 Mar 2024 11:26:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 24301 <at> debbugs.gnu.org (full text, mbox):
Mosè Giordano <mose <at> gnu.org> writes:
> Hi David,
>
> 2016-08-24 21:09 GMT+02:00 David Kastrup <dak <at> gnu.org>:
>> Edward Lewis <ed.lewis <at> enlewis.com> writes:
>>
>>> Attempts to invoke ‘preview latex’ from menu, icon in Emacs, using
>>> keystrokes immediately crashes Emacs.
>>>
>>> Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
>>> of 2013-03-13 on bob.porkrind.org
>>> Package: 11.89.4
>>>
>>> current state:
>>> ==============
>>
>> [...]
>>
>>> preview-gs-command nil
>>
>> [...]
>>
>>> Output from running `nil -h':
>>>
>>
>> That looks like a problem. Any Ghostscript installed?
>
> Good point, but `preview-gs-command' set to nil doesn't make my Emacs
> crash. If this is the only culprit of this problem we should prevent
> Emacs from crashing, but I can't reproduce the crash itself. Edward,
> we need help from you in order to fix the problem.
(I'm going through old bug reports that unfortunately weren't resolved
at the time.)
More information was requested, but not provided. Therefore I'm closing
this report for now. We can reopen if new input arrives.
Best, Arash
Added tag(s) moreinfo.
Request was from
Arash Esbati <arash <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Mon, 04 Mar 2024 11:26:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
24301 <at> debbugs.gnu.org and Edward Lewis <ed.lewis <at> enlewis.com>
Request was from
Arash Esbati <arash <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Mon, 04 Mar 2024 11:26:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 02 Apr 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.