I am programming in C ++ on a Linux platform.
My program completes this (unhandled) exception:
"end call after calling instance" long "Canceled
The code that throws the exception is inside the try-catch block, then why should this happen? An exception is thrown when returning from a function.
I am used to programming in C and have very little experience in C ++ (which is the main problem). I do not know how to debug this problem. I do not expect a solution, but a direction / pointer to debug this problem.
Thanks in advance.
source
share