[DiscordArchive] hello, i want to ask, whats best way to make stress tests on trinitycore (3.3.5 and master branches)
[DiscordArchive] hello, i want to ask, whats best way to make stress tests on trinitycore (3.3.5 and master branches)
Archived author: andriuspel • Posted: 2020-03-29T17:34:15.273000+00:00
Original source
but i want to do more stress tests to be prepared, just willing to know what options exists
Archived author: andriuspel • Posted: 2020-03-29T17:35:18.309000+00:00
Original source
bgs on my project was runnign like 3 years without issues and just suddenly
Archived author: andriuspel • Posted: 2020-03-29T17:35:47.391000+00:00
Original source
we received over +15 crashes in one day (yesterday), i was like in utter nightmare at yesterday's situation
Archived author: andriuspel • Posted: 2020-03-29T17:36:29.025000+00:00
Original source
sec, i iwll point which crash was mostly but if needed i can make issue report too
Archived author: andriuspel • Posted: 2020-03-29T17:37:51.355000+00:00
Original source
https://github.com/TrinityCore/TrinityCo...r.cpp#L108 at this line we managed to get nullptr crash, also this for loop uses pre C++11 iterator point removal which can lead to unhandled behavior
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 8.3.0.33775, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...undMgr.cpp
Archived author: Jinnai • Posted: 2020-03-29T17:55:59.023000+00:00
Original source
Point that out as an issue on github with details
Archived author: Searcas7 • Posted: 2020-03-29T18:11:38.159000+00:00
Original source
+ keep updated your core to latest otherwise you can't blame TC
Archived author: MaxtorCoder • Posted: 2020-03-29T18:22:21.319000+00:00
Original source
I mean, you can literally check if the variable is null.
Archived author: MaxtorCoder • Posted: 2020-03-29T18:22:28.942000+00:00
Original source
Would be an ez fix tbf
Archived author: andriuspel • Posted: 2020-03-29T18:49:14.661000+00:00
Original source
<@!376821416105869315> i already added nullptr checks, i made C++11 based point removal and cleanup code a bit, anyways my main question was how to perform stress tests on it