vote up 0 vote down star

I generate a makefile using qmake and then pass the following arguments to valgrind

valgrind --tool=memcheck --leak-check=yes filename inputfilename

where filename is the name of the executable generated and inputfilename is the name of the input file required as input for the executable

Instead of getting any output related to the program i get Bus Error as the output .

Please can anyone tell me what is this an indication of ?

Thanks

flag
Does valgrind work with other programs or other input files? Also, does the program work if you do not use valgrind to run it? Perhaps you can try running the program (with and without valgrind) with gdb to get some more info on the problem. – mweerden Jun 12 at 11:44

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.