You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I skimmed the issue too quickly. I see this is on an intel-based Mac, per the issue template. Well we're still on macOS 12 CI images here on GitHub Actions (x86 builds). Still could be some other thing auto-updated in the CI image, but maybe one of our code changes as well.
I wonder if you have any unusual characters or text encodings in any of your files, not UTF-8? We had to pin to a certain copy of libiconv, and I believe it may have some issues with certain file encodings? It's a C library, so closer toward the sort of thing that might crash then most of our JS code, I suppose.
Sorry, I skimmed the issue too quickly. I see this is on an intel-based Mac, per the issue template. Well we're still on macOS 12 CI images here on GitHub Actions (x86 builds). Still could be some other thing auto-updated in the CI image, but maybe one of our code changes as well.
Despite the fact that we're producing Intel Mac binaries on macOS 12, we're still using the new libiconv for those builds since 1.119, so I can't rule that out as a cause.
Thanks in advance for your bug report!
What happened?
Sometimes when opening a file via the CLI the app crashes.
This is new since v119
I haven't reproduced this in safe mode because it's already infrequent and hard to reproduce. But I had to check the box so I could submit.
Pulsar version
119
Which OS does this happen on?
🍎 macOS
OS details
Sonoma
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
Hard to reproduce but:
Then it crashes.
It has also happened when simply renaming a file within the project.
Additional Information:
No response
The text was updated successfully, but these errors were encountered: