Bug 140899

Summary: editors/xemacs: Fatal error: assertion failed, file regex.c, line 6357, ABORT()
Product: Ports & Packages Reporter: emss
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description emss 2009-11-26 14:40:02 UTC
Hello,

I'm using XEmacs as xemacs-devel-mule, from time to time I experience crashes related to regex.c while using gnus.
The problem has been reported to mainstream and a fix has been provided :
http://tracker.xemacs.org/XEmacs/its/issue630

An adapted diff is attached.

Regards

Fix: Add following diff to files subdirectory :
$ cat patch-regex.c-Issue630
How-To-Repeat: See : http://tracker.xemacs.org/XEmacs/its/issue630
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-11-26 15:06:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-10 07:29:28 UTC
pgollucci    2009-12-10 07:29:19 UTC

  FreeBSD ports repository

  Modified files:
    editors/xemacs       Makefile 
  Added files:
    editors/xemacs/files patch-src__regex.c 
  Log:
  - Address crashes related to http://tracker.xemacs.org/XEmacs/its/issue630 [1]
  
  PR:             ports/140899 [1] (based on)
  Submitted by:   Eric Masson <emss@free.fr>
  
  Revision  Changes    Path
  1.117     +3 -2      ports/editors/xemacs/Makefile
  1.1       +37 -0     ports/editors/xemacs/files/patch-src__regex.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2009-12-10 07:29:29 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!