Open samfry opened 4 years ago
hello, i have got the same. With newest Postaman. here is log( in Polish):
Nazwa aplikacji powodującej błąd: Postman.exe, wersja: 7.26.0.0, sygnatura czasowa: 0x5edb407a Nazwa modułu powodującego błąd: ntdll.dll, wersja: 10.0.19041.207, sygnatura czasowa: 0xcad89ab4 Kod wyjątku: 0xc0000005 Przesunięcie błędu: 0x00000000000a0007 Identyfikator procesu powodującego błąd: 0x4378 Godzina uruchomienia aplikacji powodującej błąd: 0x01d63f0819da9753 Ścieżka aplikacji powodującej błąd: C:\Users\usr\AppData\Local\Postman\app-7.26.0\Postman.exe Ścieżka modułu powodującego błąd: C:\WINDOWS\SYSTEM32\ntdll.dll Identyfikator raportu: 57edcd32-885a-41c0-8452-9d2242f63a20
@samfry @rkarol123 Could you share your OS version and build numbers?
@numaanashraf mine is as per the below: version: 1809 OS Build: 17763.1158
mine is Windows 10 Enterprise version 2004 build: 19041.264
Describe the bug I have a collection of 80 api GET calls. They all have variables in the body to collect the data and a test script. When i run in the runner, at around 80% everytime my postman closes down and no error log is produced in the console. I have looked at the event viewer and can see the below:
Faulting application name: Postman.exe, version: 7.26.0.0, time stamp: 0x5edb407a Faulting module name: ntdll.dll, version: 10.0.17763.1158, time stamp: 0x54d5d94b Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
To Reproduce Steps to reproduce the behavior:
pm.environment.set("savedData", savedData);