c++ - crash on 64bt platform -



c++ - crash on 64bt platform -

i think found simliar thread here, not understand much unfortunately related c++. prob seems occure while trying increment something. incrementing `static int` causes sigsegv segv_accerr

after looking @ above link,(as have feeling similar) segmentation fault doesn't seem occur always, occurrence pretty rare. dump seems happen in function , when find called.

seems seek give hashtbl::find key 0. tries dereference , fails. add together printing key std::out , check keys using.

c++ ia64 itanium

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -