conan513 / SingleCore_TC

TrinityCore Open Source MMO Framework
http://www.trinitycore.org
GNU General Public License v2.0
180 stars 67 forks source link

Shutdown Assert: m_currMap #79

Open Subtixx opened 7 years ago

Subtixx commented 7 years ago

Description: The worldserver crashes with an assert of m_currMap

Current behaviour:

SingleCore_TC/src/server/game/Entities/Object/Object.cpp:1865 in GetBaseMap ASSERTION FAILED:
  m_currMap
Segmentation fault

Expected behaviour: Shutdown without an error

Steps to reproduce the problem:

  1. Start server
  2. let bots join
  3. Try to stop the server (Either with CTRL+C or using server shutdown)
  4. Crash

Branch(es): npcbots

TC hash/commit: 364631d67eaaa10cf4d6fc7268e9c547616d65d7

TDB version: TDB 335.61

Operating system: debian 9

conan513 commented 7 years ago

what brach is it?

Subtixx commented 7 years ago

npcbots So default when checking out

Btw I had a lot of trouble getting SingleCore_TC to work. Since it threw a lot of errors with 335.63 So I had to revert back to 335.61.

Never "debugged" with linux, so it's a shame that there is no stacktrace? Else I could investigate further.

EDIT: Also somehow we have only Level 1 bots, and 2 of them are active and only join the server?

conan513 commented 7 years ago

as I know there is some issue on debian systems and I don't know why I have a virtualbox repack, based on arch linux and it's working flawless

Subtixx commented 7 years ago

Is there anyway to get a stacktrace?