Bug 62437 - [PATCH] xemacs regexp stack overflow on compile->goto-error
Summary: [PATCH] xemacs regexp stack overflow on compile->goto-error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gary Jennejohn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 14:30 UTC by Palle Girgensohn
Modified: 2004-04-18 21:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn 2004-02-06 14:30:18 UTC
When compiling in xemacs, if compile & make output has reasonably long
lines (I think), middle-clicking (or hitting return) on the error to
get to the source throws an error, since the stack for regexp is
overflowed.

Fix: 

The patch at 
<http://list-archive.xemacs.org/xemacs-patches/200310/msg00163.html>
fixes this. Would be great to add it to freebsd cvs as
editors/xemacs/files/patch-regex, and bump the portrevision.
How-To-Repeat: compile some stuff that gives an error
middle click the error to get to the source
if you're lucky, you'll get there, but often, probably if the lines
are too long, you'll get a "Stack overflow in regexp matcher" error.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-06 14:31:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gj

Over to maintainer.
Comment 2 Gary Jennejohn freebsd_committer freebsd_triage 2004-04-18 21:28:45 UTC
State Changed
From-To: open->closed

Recommended patch applied. Thanks!