Skip to content

runtime: regexdna fails on 8g on large input #2292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rsc opened this issue Sep 23, 2011 · 8 comments
Closed

runtime: regexdna fails on 8g on large input #2292

rsc opened this issue Sep 23, 2011 · 8 comments

Comments

@rsc
Copy link
Contributor

rsc commented Sep 23, 2011

regexdna is failing on 8g on a big test case.
I haven't looked into it.

---------- Forwarded message ----------
From: Alex Brainman <alex.brainman@eventree.com>
Date: Wed, Sep 21, 2011 at 19:50
Subject: regexdna failed
To: Russ Cox <rsc@golang.org>


Russ,

Perhaps, you care to know that this test

http://goo.gl/cfQ8j

is failing

>>>
runtime: memory allocated by OS not in usable range
runtime: out of memory: cannot allocate 105054208-byte block (435617792 in use)
throw: out of memory
<<<
@rsc
Copy link
Contributor Author

rsc commented Sep 23, 2011

Comment 1:

The 386 memory reservation is used up, and the code
hopes that the next allocation will be near the first one
for the address manipulation tables, but it is near the 
top of memory instead.
Linux is just screwing with us.

@rsc
Copy link
Contributor Author

rsc commented Dec 9, 2011

Comment 2:

Labels changed: added priority-later, removed priority-medium.

@rsc
Copy link
Contributor Author

rsc commented Sep 12, 2012

Comment 5:

Labels changed: added go1.1maybe.

@rsc
Copy link
Contributor Author

rsc commented Mar 12, 2013

Comment 6:

[The time for maybe has passed.]

Labels changed: removed go1.1maybe.

@rsc
Copy link
Contributor Author

rsc commented Jul 30, 2013

Comment 7:

Labels changed: added priority-someday, removed priority-later.

@rsc
Copy link
Contributor Author

rsc commented Dec 4, 2013

Comment 8:

Labels changed: added repo-main.

@rsc
Copy link
Contributor Author

rsc commented Mar 3, 2014

Comment 9:

Adding Release=None to all Priority=Someday bugs.

Labels changed: added release-none.

@ianlancetaylor
Copy link
Member

Comment 10:

As far as I can tell, this is working today.

Status changed to Fixed.

@rsc rsc added fixed labels Mar 26, 2014
@rsc rsc self-assigned this Mar 26, 2014
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants