all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Timer errors in last few days (bignump change?)
Date: Wed, 5 Sep 2018 14:39:49 -0400	[thread overview]
Message-ID: <CAFyQvY3nZ03c0H-AKXfr1eojZOoRo+SZs6e=sLfWLryqOp2kjQ@mail.gmail.com> (raw)
In-Reply-To: <CAFyQvY2+KiDWX_GzLC7866s+mS77STT7mRYTimYpy5VkvLZFHQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]

When I try to do this:

M-: (apply #'encode-time (parse-time-string "2018-09-05"))

I get:

Debugger entered--Lisp error: (wrong-type-argument fixnump nil)
  encode-time(nil nil nil 5 9 2018 nil nil nil)
  apply(encode-time (nil nil nil 5 9 2018 nil nil nil))
  eval((apply #'encode-time (parse-time-string "2018-09-05")) t)
  eval-expression((apply #'encode-time (parse-time-string "2018-09-05"))
nil nil 127)
  funcall-interactively(eval-expression (apply #'encode-time
(parse-time-string "2018-09-05")) nil nil 127)
  call-interactively(eval-expression nil nil)
  command-execute(eval-expression)


On Wed, Sep 5, 2018 at 1:54 PM Kaushal Modi <kaushal.modi@gmail.com> wrote:

> Hello,
>
> I have been building Emacs regularly from the master branch.
>
> In the last 2-3 days, this new error starts popping up frequently.
>
> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
>   timer-next-integral-multiple-of-time((63065 20560) 60)
>   display-time-event-handler()
>   apply(display-time-event-handler nil)
>   timer-event-handler([t 23440 6080 0 60 display-time-event-handler nil
> nil 0])
>
> timer-next-integral-multiple-of-time accepts TIME and SECS (integer) as
> arguments, and the values (63065 20560) and 60 seem fine (or not?).
>
> Before I dig deeper into debugging if some package went rogue, do you
> think this number-or-marker-p error is related to bignump changes under the
> hood?
> --
>
> Kaushal Modi
>
-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 2242 bytes --]

  reply	other threads:[~2018-09-05 18:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05 17:54 Timer errors in last few days (bignump change?) Kaushal Modi
2018-09-05 18:39 ` Kaushal Modi [this message]
2018-09-05 18:43   ` Noam Postavsky
2018-09-05 18:45   ` Eli Zaretskii
2018-09-05 18:49     ` Kaushal Modi
2018-09-05 18:53       ` Kaushal Modi
2018-09-05 19:23         ` Eli Zaretskii
2018-09-05 22:34 ` Paul Eggert
2018-09-05 22:44   ` Kaushal Modi
2018-09-05 22:55     ` Kaushal Modi
2018-09-05 23:28     ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFyQvY3nZ03c0H-AKXfr1eojZOoRo+SZs6e=sLfWLryqOp2kjQ@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.