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

Crash on DM scroll #38

Closed
Zander671 opened this issue Oct 12, 2021 · 1 comment · Fixed by #39
Closed

Crash on DM scroll #38

Zander671 opened this issue Oct 12, 2021 · 1 comment · Fixed by #39

Comments

@Zander671
Copy link

This seems to be similar to the issue I had in #37. When I scroll up to the point that new messages need to be fetched, abaddon crashes. Just like #37, it only happens on Arch Linux with the AUR packages and not when I compile the program myself.
Output:

sending {"d":null,"op":1}
sending {"d":{"capabilities":125,"client_state":{"guild_hashes":{},"highest_last_message_id":"0","read_state_version":0,"user_guild_settings_version":-1},"compress":false,"presence":{"activities":[],"afk":false,"since":0,"status":"online"},"properties":{"browser":"Chrome","browser_user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36","browser_version":"67.0.3396.87","client_build_number":91734,"client_event_source":null,"device":"","os":"Windows","os_version":"10","referrer":"","referrer_current":"","referring_domain":"","referring_domain_current":"","release_channel":"stable","system_locale":"en-US"},"token":"<TOKEN>"},"op":2}
Unknown event SESSIONS_REPLACE
GET /channels/302289852991537154/messages?limit=50
GET /channels/302289852991537154/messages?limit=50&before=879868259954987068
/usr/include/c++/11.1.0/optional:440: constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = Snowflake; _Dp = std::_Optional_base<Snowflake, true, true>]: Assertion 'this->_M_is_engaged()' failed.
/usr/bin/abaddon: line 3: 121519 Aborted (core dumped) ./abaddon

@javsanpar
Copy link

You can compile ArchLinux packages with debug symbols if you edit /etc/makepkg.conf.

More info: https://wiki.archlinux.org/title/Debugging/Getting_traces#Compilation_settings

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

Successfully merging a pull request may close this issue.

2 participants