[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: infloop when removing character
From: |
Simon Josefsson |
Subject: |
Re: infloop when removing character |
Date: |
Fri, 08 Aug 2003 00:05:28 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> Program received signal SIGTSTP, Stopped (user).
> 0x08140f15 in scan_newline (start=1086115847, start_byte=513066, limit=1,
> limit_byte=1, count=-9641, allow_quit=0) at search.c:809
> 809 while (--cursor != ceiling_addr && *cursor != '\n')
> (gdb) p count
> $9 = -9641
>
> Something made count smaller. Apparently some other code did run.
> Can you find out what happened?
Yes, the next time it happens. I hope to come up with a way to
reproduce it, it has happened maybe 5 times now.