Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: malloc limitations Pin
David Crow8-Jul-10 3:11
David Crow8-Jul-10 3:11 
AnswerRe: malloc limitations Pin
rupeshkp7288-Jul-10 3:22
rupeshkp7288-Jul-10 3:22 
AnswerRe: malloc limitations Pin
Aescleal8-Jul-10 4:59
Aescleal8-Jul-10 4:59 
GeneralRe: malloc limitations Pin
rupeshkp7288-Jul-10 5:55
rupeshkp7288-Jul-10 5:55 
Questionhash tables concepts Pin
rupeshkp7288-Jul-10 2:21
rupeshkp7288-Jul-10 2:21 
AnswerRe: hash tables concepts Pin
Chris Losinger8-Jul-10 2:24
professionalChris Losinger8-Jul-10 2:24 
GeneralRe: hash tables concepts Pin
rupeshkp7288-Jul-10 2:27
rupeshkp7288-Jul-10 2:27 
QuestionApplication Crash Pin
T.RATHA KRISHNAN8-Jul-10 1:19
T.RATHA KRISHNAN8-Jul-10 1:19 
Hi!
When I run my application, it crashes and says "SlogOut3D.exe has triggered a breakpoint". When I break the
Exception, it goes to a file "irrArray.h". It stops at the following line:

//! Direct const access operator
const T& operator [](u32 index) const
{
    _IRR_DEBUG_BREAK_IF(index>=used) // access violation

    return data[index];
}


Here is the Call Stack:

> SlogOut3D.exe!irr::core::string<char,irr::core::irrAllocator<char> >::c_str() Line 410 + 0x3 bytes C++
SlogOut3D.exe!CGameMenuPlayerProfileState::fillStructure(const irr::core::array<irr::core::string<char,irr::core::irrAllocator<char> >,irr::core::irrAllocator<irr::core::string<char,irr::core::irrAllocator<char> > > > result={...}, playerData profileData={...}) Line 334 + 0x11 bytes C++
SlogOut3D.exe!CGameMenuPlayerProfileState::GUIEvent(CGameManager * pManager=0x0012fdb4, const irr::SEvent & event={...}) Line 168 C++
SlogOut3D.exe!CGameManager::OnEvent(const irr::SEvent & event={...}) Line 171 + 0x1d bytes C++
Irrlicht.dll!1000dccf()
[Frames below may be incorrect and/or missing, no symbols loaded for Irrlicht.dll]
Irrlicht.dll!10002d28()
Irrlicht.dll!1000e1b6()
Irrlicht.dll!101325ae()
Irrlicht.dll!101333b3()
shimeng.dll!6e374435()
gdi32.dll!776f48d9()
user32.dll!76700979()
opengl32.dll!684e834f()
user32.dll!766ffd72()
user32.dll!766ffe4a()
user32.dll!766ffdf3()
user32.dll!7670018d()
user32.dll!766f8343()
Irrlicht.dll!10134005()
SlogOut3D.exe!main() Line 24 + 0x25 bytes C++
SlogOut3D.exe!__tmainCRTStartup() Line 582 + 0x19 bytes C
SlogOut3D.exe!mainCRTStartup() Line 399 C
kernel32.dll!774ad0e9()
ntdll.dll!77a919bb()
ntdll.dll!77a9198e()
SlogOut3D.exe!btDbvt::update() + 0x104 bytes
89cccccc()

How to clear the exception?
AnswerRe: Application Crash PinPopular
Code-o-mat8-Jul-10 1:23
Code-o-mat8-Jul-10 1:23 
AnswerRe: Application Crash Pin
Cedric Moonen8-Jul-10 1:26
Cedric Moonen8-Jul-10 1:26 
AnswerRe: Application Crash Pin
Aescleal8-Jul-10 1:57
Aescleal8-Jul-10 1:57 
QuestionMessage Removed Pin
8-Jul-10 0:56
gmallax8-Jul-10 0:56 
AnswerRe: load string Pin
CPallini8-Jul-10 1:01
mveCPallini8-Jul-10 1:01 
QuestionMessage Removed Pin
7-Jul-10 22:38
T.RATHA KRISHNAN7-Jul-10 22:38 
AnswerRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:39
Cedric Moonen7-Jul-10 22:39 
GeneralRe: Copying Array elements to a Structure Pin
T.RATHA KRISHNAN7-Jul-10 22:46
T.RATHA KRISHNAN7-Jul-10 22:46 
GeneralRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:50
Cedric Moonen7-Jul-10 22:50 
AnswerRe: Copying Array elements to a Structure Pin
Niklas L7-Jul-10 22:46
Niklas L7-Jul-10 22:46 
QuestionData Source connection Pin
raju_shiva7-Jul-10 22:31
raju_shiva7-Jul-10 22:31 
AnswerRe: Data Source connection Pin
Niklas L7-Jul-10 22:38
Niklas L7-Jul-10 22:38 
AnswerRe: Data Source connection Pin
suzuuu8-Jul-10 0:33
suzuuu8-Jul-10 0:33 
QuestionReadFile function retuening zero for HID Device Pin
learningvisualc7-Jul-10 21:46
learningvisualc7-Jul-10 21:46 
AnswerRe: ReadFile function retuening zero for HID Device Pin
Code-o-mat7-Jul-10 22:27
Code-o-mat7-Jul-10 22:27 
QuestionFind file is copying? [modified] Pin
suzuuu7-Jul-10 20:50
suzuuu7-Jul-10 20:50 
JokeRe: Find file is copying? [modified] Pin
Stephen Hewitt7-Jul-10 21:00
Stephen Hewitt7-Jul-10 21:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.