[DiscordArchive] Are you using the gdb script that will print the whole assert log ?
[DiscordArchive] Are you using the gdb script that will print the whole assert log ?
Archived author: jackpoz • Posted: 2025-08-18T16:13:33.015000+00:00
Original source
Are you using the gdb script that will print the whole assert log ?
Archived author: robinsch • Posted: 2025-08-18T16:16:15.345000+00:00
Original source
Yes but I think if the buildserver touches the .so on the remote than it fucks it up for reasons, same with perf.
Archived author: robinsch • Posted: 2025-08-18T16:16:32.536000+00:00
Original source
but it hasnt happend since
Archived author: jackpoz • Posted: 2025-08-18T16:16:58.478000+00:00
Original source
https://github.com/TrinityCore/TrinityCo...cpp#L13815
[Embed: TrinityCore/src/server/game/Entities/Unit/Unit.cpp at 33a8d42bd7926...]
TrinityCore Open Source MMO Framework (master = 11.2.0.62493, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.2.60895) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...t/Unit.cpp
Archived author: jackpoz • Posted: 2025-08-18T16:17:23.373000+00:00
Original source
Because assert message contains info about what is being asserted
Archived author: jackpoz • Posted: 2025-08-18T16:20:46.932000+00:00
Original source
Until the unit being deleted is still referenced by another object, then you have a random crash somewhere else (that's the point of all these asserts)
Archived author: jackpoz • Posted: 2025-08-18T16:23:43.733000+00:00
Original source
An old combo that was fixed was to tame a tamed pet or a just tamed pet ♂️
Archived author: jackpoz • Posted: 2025-08-18T16:31:19.499000+00:00
Original source
https://github.com/TrinityCore/TrinityCore/issues/26325 is the m_Controlled issue
[Embed: Assertion crash in Unit destructor · Issue #26325 · TrinityCore/T...]
Description: Assertion crash in Unit destructor. https://gist.github.com/silviu20092/8d98...a99790c96f Steps to reproduce the problem: Seems to be random and pretty rare, I don't...
https://github.com/TrinityCore/TrinityCore/issues/26325
Archived author: jackpoz • Posted: 2025-08-18T16:31:57.051000+00:00
Original source
One case was if the minion was added to a owner not in world, not that I got to reproduce it
Archived author: robinsch • Posted: 2025-08-18T16:32:51.110000+00:00
Original source
it def is still an issue