|
|
|
|
aux=(car *)realloc(p->m, sizeof(car)*i);
At C:\Users\Test\Workspace\Cars\func.c:203 Program received signal SIGTRAP, Trace/breakpoint trap. In ntdll!RtlpSetUserPreferredUILanguages () (C:\Windows\system32\ntdll.dll) Debugger finished with status 0 |
|
|
aux=(car *)realloc(p->m, sizeof(car)*i);
. It didn't even pass to the next realloc function, it just froze there, the yellow cursor dissapears and every time I click the "step into button" it gives me text like that:In ntdll!RtlpSetUserPreferredUILanguages () (C:\Windows\system32\ntdll.dll) In ntdll!RtlInitUnicodeString () (C:\Windows\system32\ntdll.dll) In ntdll!RtlTraceDatabaseValidate () (C:\Windows\system32\ntdll.dll) In ntdll!RtlpSetUserPreferredUILanguages () (C:\Windows\system32\ntdll.dll) In ntdll!RtlTraceDatabaseValidate () (C:\Windows\system32\ntdll.dll) In ntdll!RtlGetExtendedFeaturesMask () (C:\Windows\system32\ntdll.dll) In ntdll!RtlpSetUserPreferredUILanguages () (C:\Windows\system32\ntdll.dll) In ntdll!RtlEqualSid () (C:\Windows\system32\ntdll.dll) |