bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19432: backtrace for errors that occur inside process sentinels


From: Lars Ingebrigtsen
Subject: bug#19432: backtrace for errors that occur inside process sentinels
Date: Mon, 29 Feb 2016 16:47:51 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>>> Please provide a way to get backtraces for errors that occur inside
>>> process sentinels.
>>
>> (setq debug-on-error t) works for me:
>>
>>    emacs -Q --eval '(setq debug-on-error t)'                          \
>>             --eval '(let ((proc (start-process "foo" nil "true")))    \
>>                       (set-process-sentinel proc (lambda (&rest args) \
>>                                                    (+ args 2))))'
>>
>> brings up a *Backtrace* buffer just fine.
>
> So this doesn't seem reproducible.  Jonas, do you have a recipe how to
> trigger this bug?

More information was requested, but no response was given within a few
months, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.
-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]