mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #5840] [Bug] Crash on startup when previously in an anonymous session #2595
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2595
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 @SeanSiders on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5840
Bug Description
AppFlowy consistently crashes when reopening the application through an anonymous session.
How to Reproduce
Upon clicking "Reopen" in the crash report, the crash occurs again
Expected Behavior
The application should open in the anonymous session I was previously in.
Operating System
Sonoma 14.5
AppFlowy Version(s)
0.6.4
Screenshots
Additional Context
ARM-64
M3 chip MacBook Pro
It's important to note that I did successfully build the frontend on the main branch via
AF-desktop: Clean + Rebuild Allas advised for first-time contributors prior to anything. In this build, I chose the anonymous session option. I later installed AppFlowy 0.6.4 and started playing around with that (No Crash Yet). I then moved back to the development build withAF-desktop: Clean + Rebuild Allonce again. It appears the crash occurs while initializing the Rust SDK (stack trace provided below).It's not clear to me whether the core issue involves the release version (0.6.4), main branch version, or in how I used both interchangeably. Last thing I'd like to note, is that I consistently receive this security warning ONLY while running
AF-desktop: Clean + Rebuild All; after selecting "Open Anyway" the crash occurs.@SeanSiders commented on GitHub (Jul 30, 2024):
STACK TRACE FOLLOWING
AF-desktop: Clean + Build All@SeanSiders commented on GitHub (Jul 30, 2024):
The crash report was too long to copy & paste:
AppFlowy Crash Report (0.6.4).txt
@SeanSiders commented on GitHub (Jul 30, 2024):
STACKTRACE FOLLOWING
AF-desktop: Build Allw/RUST_BACKTRACE=fullTracing via the debugger, the crash occurs somewhere after this line of code in
app_flowy_backend.dart:@SeanSiders commented on GitHub (Aug 7, 2024):
This appears to be an issue related to the MacOS Silicon architecture. There are a few ways of resolving this:
#3329