all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: match-data aborts on mac os x
Date: 15 Jul 2004 03:48:44 +0200	[thread overview]
Message-ID: <x5vfgqkpkz.fsf@lola.goethe.zz> (raw)
In-Reply-To: <3721F9D6-D5ED-11D8-99CD-000D93AD2E12@lunch.org>

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

bryan o'connor <bryan@lunch.org> writes:

> > Does the following patch (where I, on a hunch, try using XSETBUFFER
> > whenever assigning a buffer, without a clue about whether this has any
> > relevance or not) change anything?
> 
> unfortunately no difference.  the backtrace looks similar.

Undo the patch.  Does the following patch help in any manner?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 350 bytes --]

--- search.c	01 Jul 2004 00:48:54 +0200	1.183
+++ search.c	15 Jul 2004 03:46:20 +0200	
@@ -2974,6 +2974,9 @@
   last_thing_searched = Qnil;
   staticpro (&last_thing_searched);
 
+  saved_last_thing_searched = Qnil;
+  staticpro (&saved_last_thing_searched);
+
   defsubr (&Slooking_at);
   defsubr (&Sposix_looking_at);
   defsubr (&Sstring_match);

[-- Attachment #3: Type: text/plain, Size: 52 bytes --]



-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  parent reply	other threads:[~2004-07-15  1:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-14 20:09 match-data aborts on mac os x bryan o'connor
2004-07-14 20:16 ` David Kastrup
2004-07-14 20:51   ` bryan o'connor
2004-07-14 22:28     ` David Kastrup
2004-07-14 23:26       ` bryan o'connor
2004-07-15  0:08         ` David Kastrup
2004-07-15  1:48         ` David Kastrup [this message]
2004-07-15  2:38           ` bryan o'connor
2004-07-15  2:42             ` David Kastrup
2004-07-15 14:30       ` Stefan
2004-07-15  0:12     ` David Kastrup
2004-07-15  0:19       ` bryan o'connor
2004-07-15  0:31         ` David Kastrup

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=x5vfgqkpkz.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --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.