unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Endless Loop with diary entries
@ 2002-08-08  6:24 Harald.Maier.BW
  0 siblings, 0 replies; only message in thread
From: Harald.Maier.BW @ 2002-08-08  6:24 UTC (permalink / raw)
  Cc: Ed Reingold, emacs-devel

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Hello all,

I followed the discussion in the emacs-devel mailing list about the
calendar problem. On my system I figured out a similar problem that is
too related to this problem. If I execute the following lines in a
.emacs file then the current cvs emacs (see the compilation date)
hangs in a endless loop in xdisp.c. Personal, I don't think that this
problem is related to the author of the diary system. The problem
seems to be related to the changes in xdisp.c because before Aug 8 it
worked fine and I also don't have problems with emacs-21.2.90.


,----[ .emacs ]
| (setq number-of-diary-entries 30)
| (diary)
`----

,----[ ~/diary ]
| Aug 12 
| 	Test
`----

If I do a 

  kill -TSTP <pid>

then gdb stops for example in this functions:

  get_next_display_element (it=0xbfffdaa4)         at xdisp.c:4230
  next_element_from_display_vector (it=0xbfffdaa4) at xdisp.c:4592
  set_iterator_to_next (it=0xbfffdaa4, reseat_p=0) at xdisp.c:4409
  next_element_from_display_vector (it=0xbfffe244) at xdisp.c:4554

Harald


,----[ version info ]
| In GNU Emacs 21.3.50.2 (i686-pc-linux-gnu, Motif Version 2.1.10)
|  of 2002-08-06 on eos
| configured using `configure --with-x-toolkit=motif'
| 
| Important settings:
|   value of $LC_ALL: nil
|   value of $LC_COLLATE: POSIX
|   value of $LC_CTYPE: nil
|   value of $LC_MESSAGES: nil
|   value of $LC_MONETARY: nil
|   value of $LC_NUMERIC: nil
|   value of $LC_TIME: nil
|   value of $LANG: de_DE@euro
|   locale-coding-system: iso-latin-9
|   default-enable-multibyte-characters: t
| 
| Recent input:
| <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
| <menu-bar> <help-menu> <report-emacs-bug>
| 
| Recent messages:
| (/home/maierh/build/cvs/emacs/src/emacs -q --no-site-file -l /home/maierh/build/cvs/test/.emacs)
| Loading disp-table...done
| Loading encoded-kb...done
| Loading tool-bar...done
| Loading image...done
| Loading tooltip...done
| For information about the GNU Project and its goals, type C-h C-p.
| Loading emacsbug...done
`----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-08  6:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-08  6:24 Endless Loop with diary entries Harald.Maier.BW

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).