postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.84k stars 839 forks source link

Postman shuts down automatically when running a collection #8602

Open samfry opened 4 years ago

samfry commented 4 years ago

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:

  1. create a get endpoint
  2. in the body put the variable {{savedData}}
  3. in the Tetsts tab put "``` let response = pm.response.json(), savedData = JSON.stringify(response);

pm.environment.set("savedData", savedData);



repeat this over 60 times but with  + for each saved data like the below in the body and Tests tabs
{{savedData2}}
{{savedData3}}

4. i have created an environment that will automatically pick up this saveddata
5. go to runner
6. Select the collection and the environment, with 1 iteration and 0 delay
7. Start Run
8. at around 80% Postman.exe just shuts down with no visible error

**Expected behavior**
The collection to reach 100% without closing postman

**Screenshots**
If applicable, add screenshots to help explain your problem. Please make sure the screenshot does not contain any sensitive information such as API keys or access tokens. 

**App information (please complete the following information):**
 - App Type [Native App]
 - Postman Version [7.26.0.0]
 - OS: [windows 10 intel i5-8265u RAM 8GB]

**Additional context**
Add any other context about the problem here.
rkarol123 commented 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

numaanashraf commented 4 years ago

@samfry @rkarol123 Could you share your OS version and build numbers?

samfry commented 4 years ago

@numaanashraf mine is as per the below: version: 1809 OS Build: 17763.1158

rkarol123 commented 4 years ago

mine is Windows 10 Enterprise version 2004 build: 19041.264