Disassembler failed:cannot access memory
-
@ManiRon Do you run debug or release build?
Did you try to set break point and then step through your app until it crashes to see where it crashes? -
@jsulm yes i tried it . I have called a function generated by me and after the last curly brace is executed it waits for some time and crashes
-
@ManiRon Debug or release build?
What kind of crash is it (SIGSEGV, ...)?
Can you post the code? -
@ManiRon Debug or release build?
What kind of crash is it (SIGSEGV, ...)?
Can you post the code? -
@ManiRon Without code I can't help.
You still did not tell whether you're trying with debug or release build. With debug build you should see more in the stack trace. -
@ManiRon Without code I can't help.
You still did not tell whether you're trying with debug or release build. With debug build you should see more in the stack trace. -
@ManiRon Without code I can't help.
You still did not tell whether you're trying with debug or release build. With debug build you should see more in the stack trace.

