Re: XEmacs segfault
Ralf Angeli <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* David Kastrup (2005-02-02) writes: > It is probably some sort of initialization problem, like the first > group used in matching for a process-sentinel or a new session not > being allowed to be shy, or like there must not be more shy groups > used at any given time than non-shy groups have been used previously > in the session or something. The fix in XEmacs involved the following change log entry: 2005-01-26 Arnaud Giersch <[email protected]> * regex.c (re_match_2_internal): Correctly initialize loop which clears uninitialized registers. The diff can be found at the following URL: <URL:http://cvs.xemacs.org/viewcvs.cgi/XEmacs/xemacs/src/regex.c.diff?r1=1.25.2.11&r2=1.25.2.12&only_with_tag=release-21-4> -- Ralf