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

🐞 malloc Exception When Previously Temporary Tab is Closed #1886

Open
thecoolwinter opened this issue Sep 17, 2024 · 0 comments
Open

🐞 malloc Exception When Previously Temporary Tab is Closed #1886

thecoolwinter opened this issue Sep 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thecoolwinter
Copy link
Collaborator

thecoolwinter commented Sep 17, 2024

Description

See commented code in EditorAreaView.swift

A malloc exception occurs when the following happens:

  • Open a file
  • Edit the file, activating the onReceive modifier and marking the tab as no longer temporary
  • Close the file using the tab button
  • Exception occurs.

Version Information

CodeEdit: main branch, see comment in pr #1879

Additional Context

No response

Screenshots

No response

@thecoolwinter thecoolwinter added the bug Something isn't working label Sep 17, 2024
thecoolwinter added a commit to thecoolwinter/CodeEdit that referenced this issue Sep 17, 2024
tom-ludwig pushed a commit that referenced this issue Oct 7, 2024
* Rework LSP To Use Workspace Files, Standardize Errors

* Shutdown Servers When Workspace Closes

* Add Document Sync Tests

* Begin Sync Work, Need To Fix Status Bar Label

* Clean Up Documentation

* Fixed Cursor Position Label

* Fix Subtle FileManager Bug, Fix Duplicate File Reads

* Remove code causing a malloc exception, See #1886

* Fix File Opening Bug, Finish Cursor Fix

* Remove Extra Service

* Remove Extra `internal`

* Throttle Content Updates

* Throttle Edit Notifications, Tests

* Revert Editor Model Changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Todo
Development

No branches or pull requests

1 participant