gcc - Fatal Error while Running c++ object file -


i have compiled c++ project using cmake utility on red hat linux 4.1.2.

gcc version: 4.1

when try run object file using following command got exception:

./gcvmp ../../dat/settlingsunix/mpsettings.xml exception :  fatal error: æ¹¥åsä 

i not able understand root cause. please me in regard.

i suspect "fatal error:" portion printed code. it's supposed followed message explaining error, message passed corrupted, , junk printed.

have tried compiling program -ggdb running under gdb? here's starter on how use debugger: http://www.ibm.com/developerworks/library/l-gdb/


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -