Skip to content
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

Change all occurrences in a single 100MB line leads to a crash when autosave on #31545

Open
michelkaporin opened this issue Jul 27, 2017 · 1 comment
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality
Milestone

Comments

@michelkaporin
Copy link
Contributor

Testing #30243.

32-bit Windows

  1. Enable autosave.
  2. Open 100MB file generated by Dummy File Creator (non-random content). I got single line generated.
  3. Type 'sd' in several places on the same line.
  4. Do an edit via 'Change all occurrences' from the context menu.
    Observe crash.

Should we disable triggering autosave for large files?

@alexdima alexdima changed the title Change all occurrences in 100MB file leads to a crash when autosave on Change all occurrences in a single 100MB line leads to a crash when autosave on Aug 10, 2017
@alexdima
Copy link
Member

A file with a single line of 100MB is a beast of its own and presents additional challenges than a file with 100MB distributed over multiple lines.

@alexdima alexdima added feature-request Request for new features or functionality editor-core Editor basic functionality labels Aug 10, 2017
@alexdima alexdima added this to the Backlog milestone Aug 10, 2017
@alexdima alexdima removed their assignment Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-core Editor basic functionality feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants