You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is when I try to use Spy on class's method which has two arguments, it causes application crash. If I delete argument int two, and change call of someMethod like proxy.someMethod(1); it runs successfully.
Full test code:
The problem is when I try to use Spy on class's method which has two arguments, it causes application crash. If I delete argument
int two
, and change call ofsomeMethod
likeproxy.someMethod(1);
it runs successfully.Full test code:
My system: Windows 10 x64, MinGW 7.3 x86
Tried the same on Linux and gcc 7, and problem wasn't occured.
Unfortunately, debugger output isn't informative
The text was updated successfully, but these errors were encountered: