fork download
  1. [22:55: (master) Debug$] valgrind ./PokerServer
  2. ==4176== Memcheck, a memory error detector
  3. ==4176== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==4176== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==4176== Command: ./PokerServer
  6. ==4176==
  7. INFO: Logging Initialised!
  8. INFO: RNG Initialised
  9. INFO: Game Engine Initialised (10 players)
  10. INFO: Dealer: Bot #1
  11. INFO: Taking small blinds (blinds: 2, player: Bot #2
  12. INFO: Taking small blinds (blinds: 2, player: Bot #3
  13. INFO: Card Burnt
  14. ==4176== Conditional jump or move depends on uninitialised value(s)
  15. ==4176== at 0x40B633: GameEngineCore::Hand::GetStraightFlushValue() const (Hand.cpp:207)
  16. ==4176== by 0x40A79A: GameEngineCore::Hand::CalculateHandScore() (Hand.cpp:70)
  17. ==4176== by 0x40A6BF: GameEngineCore::Hand::AddCard(GameEngineCore::Card const&) (Hand.cpp:46)
  18. ==4176== by 0x409807: GameEngineCore::GamePlayer::CardDealt(GameEngineCore::Card const&) (GamePlayer.cpp:86)
  19. ==4176== by 0x4050CD: GameEngineCore::GameEngine::DealOutSingleRoundOfCards() (GameEngine.cpp:229)
  20. ==4176== by 0x40501F: GameEngineCore::GameEngine::DealOutBothPlayerCards() (GameEngine.cpp:211)
  21. ==4176== by 0x4046E3: GameEngineCore::GameEngine::PlayGame() (GameEngine.cpp:67)
  22. ==4176== by 0x417A05: game_engine_testing() (main.cpp:360)
  23. ==4176== by 0x4158AD: main (main.cpp:38)
  24. ==4176==
  25.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty