Bug#829321:

2021-02-22 Thread J. Smith
I was unable to reproduce this. If it still happens with Emacs 27.1, I encourage you to send a complete, minimal example to the Emacs developers using M-x report-emacs-bug.

Bug#829321: Segmentation fault when evaluating code with babel (on Emacs org-mode)

2016-07-03 Thread Alef Farah
I tested with -nw and it does not crash. After that I opened the file with the GUI and it instantly crashed (the results of the codeblock execution were now displayed on the file, since it was successfully evaluated when using -nw). The contents are quite large. I am attaching the problematic file.

Bug#829321: Segmentation fault when evaluating code with babel (on Emacs org-mode)

2016-07-02 Thread Rob Browning
Rob Browning writes: > Alef Farah writes: > >> Emacs closes abruptly and displays a "Segmentation fault" error: > > Did you happen to (or could you) test in a console emacs i.e. from > "emacs -nw"? I suspect that might avoid the crash, but it'd be nice to > know. > > And in case this is a trans

Bug#829321: Segmentation fault when evaluating code with babel (on Emacs org-mode)

2016-07-02 Thread Rob Browning
Alef Farah writes: > Emacs closes abruptly and displays a "Segmentation fault" error: Did you happen to (or could you) test in a console emacs i.e. from "emacs -nw"? I suspect that might avoid the crash, but it'd be nice to know. And in case this is a transient content issue, it might also be

Bug#829321: Segmentation fault when evaluating code with babel (on Emacs org-mode)

2016-07-02 Thread Alef Farah
Package: emacs Version: 46.1 When evaluating the following codeblock with babel from org-mode: > #+begin_src sh :results output verbatim > wget http://reddit.com -O out.html > head out.html > #+end_src Emacs closes abruptly and displays a "Segmentation fault" error: > Fatal error 11: Segmentati