unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* CVS problems
@ 2003-12-03 11:21 Werner LEMBERG
  2003-12-03 11:59 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Werner LEMBERG @ 2003-12-03 11:21 UTC (permalink / raw)



Since two days I can't update the emacs CVS (and all other CVS
repositories from subversions.  I always get the message

  cvs [update aborted]: end of file from server 
                        (consult above messages if any)

Is this a known problem?


    Werner

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CVS problems
  2003-12-03 11:21 CVS problems Werner LEMBERG
@ 2003-12-03 11:59 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2003-12-03 11:59 UTC (permalink / raw)
  Cc: emacs-devel

In article <20031203.122154.42791409.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:
> Since two days I can't update the emacs CVS (and all other CVS
> repositories from subversions.  I always get the message

>   cvs [update aborted]: end of file from server 
>                         (consult above messages if any)

> Is this a known problem?

I don't have that problem.  Actually I commited some changes
today.  Anyway, the patch for segfault is just as attached.
Could you apply it to your local file and test it?

---
Ken'ichi HANDA
handa@m17n.org


Index: composite.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/composite.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -c -r1.29 -r1.30
cvs server: conflicting specifications of output style
*** composite.c	1 Sep 2003 15:45:52 -0000	1.29
--- composite.c	1 Dec 2003 12:33:13 -0000	1.30
***************
*** 843,849 ****
      args[0] = QCtest;
      args[1] = Qequal;
      args[2] = QCweakness;
!     args[3] = Qt;
      args[4] = QCsize;
      args[5] = make_number (311);
      composition_hash_table = Fmake_hash_table (6, args);
--- 843,851 ----
      args[0] = QCtest;
      args[1] = Qequal;
      args[2] = QCweakness;
!     /* Fixme: It seems that a weak hash table leads to segfault in GC,
!        but I have not yet found why.  -- handa@m17n.org */
!     args[3] = Qnil;
      args[4] = QCsize;
      args[5] = make_number (311);
      composition_hash_table = Fmake_hash_table (6, args);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-03 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-03 11:21 CVS problems Werner LEMBERG
2003-12-03 11:59 ` Kenichi Handa

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).