Bug 69347 - xemacs spews many "past acceptable memory limits" warning messages
Summary: xemacs spews many "past acceptable memory limits" warning messages
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-07-20 17:30 UTC by Andrew Heybey
Modified: 2004-07-21 22:57 UTC (History)
0 users

See Also:


Attachments
file.diff (247 bytes, patch)
2004-07-20 17:30 UTC, Andrew Heybey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Heybey 2004-07-20 17:30:26 UTC
The port patches src/mem-limits.h to declare the "lim_data" variable
as rlim_t (a 64-bit type), but src/emacs.c still defines it as an
integer.  This makes the memory limit checking think that there are
zero bytes available.

Fix: Put this diff in files/patch-emacs.c of the port.
How-To-Repeat: 
Install the editors/xemacs port.  Run xemacs.  See the warning messages.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-07-21 02:51:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gj

Over to maintainer.
Comment 2 Gary Jennejohn freebsd_committer freebsd_triage 2004-07-21 22:56:34 UTC
State Changed
From-To: open->closed

Patch applied, thanks!