• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Server Crash

aberick

New Member
Joined
Aug 10, 2011
Messages
35
Reaction score
1
Hello guys, sometimes my server crashs, i install gdb for look the error.

  1. #6 0x0000000000492dfa in DatabaseMySQL::query (this=0xc82900, query=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece.
  2. )
  3. at databasemysql.cpp:151
  4. #7 0x000000000050e3ba in DatabaseMySQL::beginTransaction (this=0x92b5d0)
  5. at databasemysql.h:47
  6. #8 DBTransaction::begin (this=0x92b5d0) at database.h:339
  7. #9 IOMapSerialize::saveMapBinaryTileBased (this=0x92b5d0)
  8. at iomapserialize.cpp:622
  9. #10 0x0000000000513fd4 in IOMapSerialize::saveMap (this=0x92b5d0,
  10. map=0xc5929a0) at iomapserialize.cpp:59
  11. #11 0x0000000000575dc8 in Map::saveMap (this=0xc5929a0) at map.cpp:97
  12. #12 0x00000000004b575c in Game::saveGameState (this=0x92dba0,
  13. flags=<value optimised out>) at game.cpp:294
  14. #13 0x00000000004b4139 in Game::setGameState (this=0x92dba0,


anyone know why? :x
I'm using ubuntu 10.04 and OTX server
This is the part of the source that occur the crash, what this mean ?
 
Back
Top