My make command worked fine only with warning on unused variable for debug filename and funname, but give me this error
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)
I know the location of the error with debug using print
but have no idea what is the problem.
Can you please help me figure out what is this error about?
My make command worked fine only with warning on unused variable for debug filename and funname, but give me this error
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)
I know the location of the error with debug using print but have no idea what is the problem. Can you please help me figure out what is this error about?found the same question in the board