• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux gdb crash report

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./a'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000000000041884a in Item::getID (this=0x0) at item.h:184
184 item.h: No such file or directory.
(gdb) bt full
#0 0x000000000041884a in Item::getID (this=0x0) at item.h:184
No locals.
#1 0x000000000057f0f7 in LuaInterface::luaDoTransformItem (L=0x7f44a4b37070)
at luascript.cpp:3611
newId = 5745
env = 0xa1da40 <LuaInterface::m_scriptEnv>
__func__ = "luaDoTransformItem"
newItem = 0x3
subType = -1
uid = 86059
item = 0x0
it = @0x7f4400000002: {_vptr.ItemType = 0x7f44a400, loaded = false,
stopTime = 12, showCount = 68, stackable = 127,
showDuration = false, showCharges = false, showAttributes = false,
dualWield = false, allowDistRead = false, canReadText = 4,
canWriteText = false, forceSerialize = false, isVertical = false,
isHorizontal = false, isHangable = false, usable = false,
movable = false, pickupable = 4, rotable = false,
replacable = false, lookThrough = false, walkStack = false,
hasHeight = false, blockSolid = false, blockPickupable = false,
blockProjectile = false, blockPathFind = false,
allowPickupable = false, alwaysOnTop = false, floorChange = {false,
117, false, false, false, false, false, false, false},
 
another one happened


(gdb) bt full
#0 0x000000000041884a in Item::getID (this=0x0) at item.h:184
No locals.
#1 0x000000000057f0f7 in LuaInterface::luaDoTransformItem (L=0x7f45fd6b1980)
at luascript.cpp:3611
newId = 4294967292
env = 0xa1da40 LuaInterface::m_scriptEnv
func = "luaDoTransformItem"
newItem = 0x1
subType = -1
uid = 0
item = 0x0
it = @0x7f45abe3d470: {
_vptr.ItemType = 0x6e16d0 ,
loaded = false, stopTime = 95, showCount = 227, stackable = 171,
showDuration = 69, showCharges = 127, showAttributes = false,
dualWield = false, allowDistRead = 208, canReadText = 211,
canWriteText = 227, forceSerialize = 171, isVertical = 69,
isHorizontal = 127, isHangable = false, usable = false,
movable = 156, pickupable = 128, rotable = 18, replacable = 122,
lookThrough = 10, walkStack = false, hasHeight = false,
blockSolid = false, blockPickupable = false,
blockProjectile = false, blockPathFind = 128, allowPickupable = 2,
alwaysOnTop = 2, floorChange = {false, false, false, 160, 211, 227,

any idea?
 
Back
Top