[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2023-06-14 Thread themusicgod1
** Changed in: emacs25 (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2019-02-18 Thread themusicgod1
emacs26 in disco gives the error "Re-entering top level after C stack overflow" which seems like an appropriate error. ** Changed in: emacs25 (Ubuntu) Status: New =>

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2018-06-10 Thread themusicgod1
** Tags added: cosmic -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp Status in emacs23 package

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2017-11-27 Thread Bug Watch Updater
** Changed in: emacs25 (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows segfaults with

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2017-11-27 Thread themusicgod1
** Bug watch added: Debian Bug tracker #882957 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882957 ** Also affects: emacs25 (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882957 Importance: Unknown Status: Unknown -- You received this bug notification

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2017-11-27 Thread era
Do you mean this is a new way to repro? Which replaces the old? (For all versions, or just the latest one you tried?) If we are to finally report this upstream, can you provide a brief use case to assess the priority of this? If it's just an academic curiosity, I don't really see the point; but

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2017-11-21 Thread themusicgod1
Looks like my example code needed 'map' (defun map (f l) "map function?" (if (nullp l) '() (if (listp l) (if (= 1 (length l)) (list (funcall f (car l))) (if (> (length l) 1) (cons (map f (car l))

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2017-06-13 Thread themusicgod1
** Tags added: artful -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs23 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp Status in emacs23 package

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2017-06-13 Thread themusicgod1
reproduced same kind of issue in emacs 25 using slightly more complicated lisp code, plenty of ram left: first file seqfile1: (setq undo-outer-limit (expt 2 23)) (setq max-lisp-eval-depth (expt 2 17)) (setq max-specpdl-size (expt 2 17)) (setq message-log-max 4) (setq

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2017-04-08 Thread themusicgod1
I don't remember and don't see anything in debian's bug tracking system. That said... I can no longer crash emacs25 in zesty with the above sample code. The code still doesn't work...but the bug in question here (crashing the entirety of emacs) no longer exists. -- You received this bug

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2016-10-16 Thread era
Did you ever attempt to report this upstream? Does the bug exist in a recent emacs-snapshot? If so, we should probably forward this to the Emacs maintainers rather than have it linger here. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2016-10-16 Thread themusicgod1
** Tags added: yakkety -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs23 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp Status in emacs23 package

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2016-09-04 Thread themusicgod1
still valid in ubuntu 16.04 / emacs 24.5+1-6ubuntu1 ** Tags added: xenial -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs23 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2015-09-12 Thread themusicgod1
** Also affects: emacs24 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs23 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2014-12-21 Thread themusicgod1
Still valid in Ubuntu 15.10 / emacs 24.4+1-4ubuntu1 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs23 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows segfaults with 'simple'

[Desktop-packages] [Bug 508618] Re: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp

2013-11-20 Thread themusicgod1
just making clear this still does exist in emacs24 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs23 in Ubuntu. https://bugs.launchpad.net/bugs/508618 Title: Setting max-specpdl-size of 34295 allows segfaults with 'simple' elisp