Open Y-Less opened 6 years ago
Reproduction:
#define _DEBUG 1
#define YSI_TESTS
#include <a_samp>
#include <YSI_Coding\y_inline>
main()
{
}
With this exact commit:
https://github.com/pawn-lang/YSI-Includes/tree/f1b0c8815ffc3f051c71a5ae230e143e3216cc54
However, note that I discovered two bugs on the same code, so this one won't trigger until the other one (#317) is fixed.
This is how I worked around it:
I have no idea why that helped, but it did.
It could be, in which case the crash is more general. That issue I know involved two overloads, this one didn't, so I made a new issue, but maybe they are two separate manifestations of the same issue (which would make a lot of sense).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is this a BUG REPORT, FEATURE REQUEST or QUESTION?:
What happened:
It seemed to have a load of refers to the function
DisasmReloc
.What you expected to happen:
Not crash.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment: