Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GDB-Backtrace] GetUInt64Value #4266

Closed
Amit86 opened this issue Dec 11, 2011 · 3 comments
Closed

[GDB-Backtrace] GetUInt64Value #4266

Amit86 opened this issue Dec 11, 2011 · 3 comments

Comments

@Amit86
Copy link
Contributor

Amit86 commented Dec 11, 2011

Backtrace link: http://pastebin.com/LsGhVfzk

Hash: c87d4a0

Last 3 lines of Server.log:
Action Buttons for '224710' spec '0' Sent
MAP: Player 'Kayzen' entered instance '10' of map 'Wailing Caverns'
Creating player data for himself 224710

Object.h line 167:

        uint64 GetUInt64Value(uint16 index) const
        {
            ASSERT(index + 1 < m_valuesCount || PrintIndexError(index, false));
            return *((uint64*)&(m_uint32Values[index]));
        }
@Amit86
Copy link
Contributor Author

Amit86 commented Dec 11, 2011

More crashes of the same nature:
http://pastebin.com/Q3FwAG2k

@2010phenix
Copy link

confirm
am too have time to time this one, i think is a new way dupe overflow with
Player::UpdateSoulboundTradeItems

@Amit86
Copy link
Contributor Author

Amit86 commented Dec 11, 2011

dunno about that since the only player that was online was a game master who didnt need to dope items

WarHead added a commit to WarHead/uwom-server that referenced this issue Dec 17, 2011
…nto trinity

* 'master' of https://github.com/TrinityCore/TrinityCore:
  Correct some waypoint_scripts guids from last commit.
  DB/Upper & Lower Blackrock Spire:
  Scripts/Winter Veil: Fix possible exploit when kissing Winter Reveler. Also fix the visual cast of the debuff.
  Core/Spells: Fix correct targeting for Tricks of the Trade
  Fix code style and compile from 7e1c556
  Core/Spells: Envenom (Fix buff duration from master poisoner. aura was being considered negative due to the damage effect. aura should be considered positive)
  Core/Items: Deathbringer's Will and Deathbringer's Will (HC) should proc Haste for a Druid not attack power.
  Core/Spells: Added spells for Fire Elemental Totem and Earth Elemental Totem
  Core/Spells: Fixed Envenom damage
  Core/Spells: Fix second part of talent Nurturing Instinct
  Core/Petitions: Fix a typo in a sql query (d59c5e6)
  Fix a crash caused by m_itemSoulboundTradeable. Fix TrinityCore#4266.
  Fix typo from previous commit
  Fix warnings
  Core/Commands: Fixed crash when closing ticket in console, introduced in db8c10c
  Core/Scripts: fix quest A Not-So-Modest Proposal (10270)
  Core/Commands: Make GM Ticket commands console enabled. (Aokromes' Suggestions)--;
  Core/Channels: Don't send channel kick/ban notifications if kicker is GM and Channel.SilentlyGMJoin == 1. (Aokromes' Suggestions)--;
  Core/Commands: Show time left until shutdown in .server info. (Aokromes' Suggestions)--;
  Core/Spells: fix charge and chargedest effect through textures
WarHead added a commit to WarHead/uwom-server that referenced this issue Dec 17, 2011
… jail

* 'trinity' of https://github.com/WarHead/uwom-server:
  Correct some waypoint_scripts guids from last commit.
  DB/Upper & Lower Blackrock Spire:
  Scripts/Winter Veil: Fix possible exploit when kissing Winter Reveler. Also fix the visual cast of the debuff.
  Core/Spells: Fix correct targeting for Tricks of the Trade
  Fix code style and compile from 7e1c556
  Core/Spells: Envenom (Fix buff duration from master poisoner. aura was being considered negative due to the damage effect. aura should be considered positive)
  Core/Items: Deathbringer's Will and Deathbringer's Will (HC) should proc Haste for a Druid not attack power.
  Core/Spells: Added spells for Fire Elemental Totem and Earth Elemental Totem
  Core/Spells: Fixed Envenom damage
  Core/Spells: Fix second part of talent Nurturing Instinct
  Core/Petitions: Fix a typo in a sql query (d59c5e6)
  Fix a crash caused by m_itemSoulboundTradeable. Fix TrinityCore#4266.
  Fix typo from previous commit
  Fix warnings
  Core/Commands: Fixed crash when closing ticket in console, introduced in db8c10c
  Core/Scripts: fix quest A Not-So-Modest Proposal (10270)
  Core/Commands: Make GM Ticket commands console enabled. (Aokromes' Suggestions)--;
  Core/Channels: Don't send channel kick/ban notifications if kicker is GM and Channel.SilentlyGMJoin == 1. (Aokromes' Suggestions)--;
  Core/Commands: Show time left until shutdown in .server info. (Aokromes' Suggestions)--;
  Core/Spells: fix charge and chargedest effect through textures
WarHead added a commit to WarHead/uwom-server that referenced this issue Dec 17, 2011
* 'trinity' of https://github.com/WarHead/uwom-server:
  Correct some waypoint_scripts guids from last commit.
  DB/Upper & Lower Blackrock Spire:
  Scripts/Winter Veil: Fix possible exploit when kissing Winter Reveler. Also fix the visual cast of the debuff.
  Core/Spells: Fix correct targeting for Tricks of the Trade
  Fix code style and compile from 7e1c556
  Core/Spells: Envenom (Fix buff duration from master poisoner. aura was being considered negative due to the damage effect. aura should be considered positive)
  Core/Items: Deathbringer's Will and Deathbringer's Will (HC) should proc Haste for a Druid not attack power.
  Core/Spells: Added spells for Fire Elemental Totem and Earth Elemental Totem
  Core/Spells: Fixed Envenom damage
  Core/Spells: Fix second part of talent Nurturing Instinct
  Core/Petitions: Fix a typo in a sql query (d59c5e6)
  Fix a crash caused by m_itemSoulboundTradeable. Fix TrinityCore#4266.
  Fix typo from previous commit
  Fix warnings
  Core/Commands: Fixed crash when closing ticket in console, introduced in db8c10c
  Core/Scripts: fix quest A Not-So-Modest Proposal (10270)
  Core/Commands: Make GM Ticket commands console enabled. (Aokromes' Suggestions)--;
  Core/Channels: Don't send channel kick/ban notifications if kicker is GM and Channel.SilentlyGMJoin == 1. (Aokromes' Suggestions)--;
  Core/Commands: Show time left until shutdown in .server info. (Aokromes' Suggestions)--;
  Core/Spells: fix charge and chargedest effect through textures

Conflicts:
	src/server/game/Chat/Chat.cpp
	src/server/game/Spells/Auras/SpellAuraEffects.cpp
	src/server/game/Spells/SpellEffects.cpp
	src/server/scripts/World/npcs_special.cpp
	src/server/worldserver/RemoteAccess/RASocket.cpp

Konflikte gelöst.
WarHead added a commit to WarHead/uwom-server that referenced this issue Dec 18, 2011
…wintergrasp

* 'master' of https://github.com/WarHead/uwom-server: (21 commits)
  Correct some waypoint_scripts guids from last commit.
  DB/Upper & Lower Blackrock Spire:
  Scripts/Winter Veil: Fix possible exploit when kissing Winter Reveler. Also fix the visual cast of the debuff.
  Core/Spells: Fix correct targeting for Tricks of the Trade
  Fix code style and compile from 7e1c556
  Core/Spells: Envenom (Fix buff duration from master poisoner. aura was being considered negative due to the damage effect. aura should be considered positive)
  Core/Items: Deathbringer's Will and Deathbringer's Will (HC) should proc Haste for a Druid not attack power.
  Core/Spells: Added spells for Fire Elemental Totem and Earth Elemental Totem
  Skript: Turm Utgarde - Svala Fixes.
  Core/Spells: Fixed Envenom damage
  Core/Spells: Fix second part of talent Nurturing Instinct
  Core/Petitions: Fix a typo in a sql query (d59c5e6)
  Fix a crash caused by m_itemSoulboundTradeable. Fix TrinityCore#4266.
  Fix typo from previous commit
  Fix warnings
  Core/Commands: Fixed crash when closing ticket in console, introduced in db8c10c
  Core/Scripts: fix quest A Not-So-Modest Proposal (10270)
  Core/Commands: Make GM Ticket commands console enabled. (Aokromes' Suggestions)--;
  Core/Channels: Don't send channel kick/ban notifications if kicker is GM and Channel.SilentlyGMJoin == 1. (Aokromes' Suggestions)--;
  Core/Commands: Show time left until shutdown in .server info. (Aokromes' Suggestions)--;
  ...
asido pushed a commit to asido/TrinityCore that referenced this issue Mar 12, 2012
raczman pushed a commit to raczman/TrinityCore that referenced this issue Apr 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants