Open
Description
Description
v0.3.4 repeatedly crashes immediately on start. This is new to v0.3.4. (Edited and corrected issue title to refer to the correct version)
To Reproduce
Attempt to start the app.
Expected Behavior
App starts and shows previously open files. (Edited to fix typo.)
Version Information
CodeEdit: 0.3.4
macOS: 13.7.5
Xcode: (none; not installed)
Additional Context
I can provide a copy of the crash log(s) if useful?
Screenshots
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📋 Todo
Milestone
Relationships
Development
No branches or pull requests
Activity
[-]🐞 v0.3.5 crashes immediately on start[/-][+]🐞 v0.3.4 crashes immediately on start[/+]FastestMolasses commentedon Apr 11, 2025
@we3geeks If you could provide crash logs that would be very useful
mischnic commentedon Apr 12, 2025
we3geeks commentedon Apr 12, 2025
Glad to; see below:
kocoai commentedon Apr 13, 2025
Same here, crash when opening any file (macOS 13)
austincondiff commentedon Apr 13, 2025
It looks like it is exclusive to macOS 13.
thecoolwinter commentedon Apr 17, 2025
Going to be looking into this, will report back!
thecoolwinter commentedon Apr 21, 2025
Looks like these are the guilty lines after symbolicating that crash report.
That's not a whole lot to go on, but it does seem to indicate to me that it's from a
fatalError
somewhere. The Slice.withContiguousStorage further indicates that it may be an out-of-bounds exception. This makes me think that it may have been fixed with a recent change in our source editor, but I don't have a lot to back that up based on the report.