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

[B] Wall site crash when mentioning members under certain conditions. #1865

Closed
scfduffy opened this issue Mar 24, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@scfduffy
Copy link

I'm running ossn at libsoc.net.

If someone mentions a member in a post and the member mentioned is subsequently deleted, the site squirts out until the mentioned member point is reached then crashes with a call trace dump. This can be fixed by admin by deleting the post but while the post exists, anyone with that post on their feed sees a big ugly crash report.

So member A says 'hello B' and tags member B into a post. Member B gets deleted from userlist and member A,C through Z visit the site and get that post on their feed. The feed stops after that post with a call trace report.

Something like 'if (memberExists(mentionedMember)) {...}' is needed somewhere as on a large site, admins may not be able to see a crash is happening for users with that post on their feed.

@lianglee lianglee self-assigned this Mar 24, 2021
@lianglee lianglee added the bug label Mar 24, 2021
@lianglee lianglee changed the title Site crash when mentioning members under certain conditions. [B] Wall site crash when mentioning members under certain conditions. Apr 16, 2021
@lianglee
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants