mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
[GH-ISSUE #88] CocoaSplit crashes when I write displayed text file #79
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/CocoaSplit#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gobzer on GitHub (Apr 8, 2020).
Original GitHub issue: https://github.com/zakk4223/CocoaSplit/issues/88
Hi,
CocoaSplit 2.1.12 crashes when displaying contents of a file being rewritten by an external process.
To reproduce:
python2
CocoaSplit 2.1.12 should crash.
Rewriting text files by an external process is useful either for chat or donations.
I tried to do the same on OBS, but it doesn't crash.
Attached crash report and console messages.
crash_write_to_file.txt
console_write_to_file.txt
@zakk4223 commented on GitHub (Apr 9, 2020):
Fixed in commit
16564b3780I'll have a new release out in a day or two
@gobzer commented on GitHub (Apr 13, 2020):
Yes. It's not crashing now. But sometimes it skips states.
For example. I count to infinity with a timed interval. On live view the the source sometimes becomes blank. Skips number or two:
@zakk4223 commented on GitHub (Apr 17, 2020):
(Hopefully) fixed in commit
db39e676f3File change events were causing double updates of the CATextLayer, one of which was a nil string. Sometimes the layout render would hit during the blank phase. Removed the nil update part and it seems better behaved now