-
Notifications
You must be signed in to change notification settings - Fork 853
Postman 5.5 crashes my Windows 10 (Blue Screen of Death) #4065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @escoffie thanks for reporting this issue, Can you share your system's resource usage details, especially Postman's resource consumption? |
exactly the same issue here. Random crashes BSOD, even when I dont run Postman. Variable BSOD reasons: Happens randomly without particular behavior (browsing web mainly) Windows 10 x64, on a laptop X1 Carbon up to date. |
Hi @thecuriousdev, Sorry it took me so long. As you can see, memory consumption seems to be very high. I just opened, with four tabs, but I didn't actually did any request. The first snapshot is from one minute after open Postman and the second one, after about five minutes. I didn't did nothing, just let it there. Thanks for investigate this issue. |
I switched back to Chrome version and everything was fine again. Then I needed access to pm object to store some values in env variables, so I had to use the stand alone version again, and sadly after a couple hours, again giving focus to Postman (maximize it) causes a Blue Screen Of Death. |
@escoffie @hycday - Kindly update your native apps to the latest version which addresses the high CPU usage issue. |
Hello @sivcan, Sorry to reopen this topic, but I'm still geting BSOD in my system every time I use Postman stand alone app. Less often, but still getting those, and only if I have Postman running. I've even changed my HDD for a SSD, wich made my system fast as never before, but still getting the same problem. A brief recall: It is an AMD A8 processor, with 8Gb of RAM, and an ATI Radeon HD 8750M with 2 GB. Now I have an SSD running my OS, a Windows 10 Home 64-bit. I'm using Docker and virtual box to run a few containers. And obvioulsy, the latest Postman version. With the Postman's Chrome app I can work without any problem. Nothing too fancy, I guess. What could that be? Thanks in advance. |
I have the same problem. What info can I provide you with? |
i still have this problem with the latest version,, |
@iswaraP @cambiph - Can you guys head over to this URL and try the solution provided here:
The latest version of Postman App as of now is v.6.1.3 |
@sivcan seems to work for me, no BSOD so far ... |
@sivcan Thanks for the update! I'm able to work with the app now without BSOD so far. |
@sivcan i am having this issue now what should i do to solve it |
App Details:
Issue Report:
In case is relevant, I have an Asus N56D with the following specifications:
Processor: AMD A8-5550M APU with Radeon Graphics 2.10 GHz
RAM: 8 Gb
Windows 10 Home 64 bits
OS Version: 10.0.16299 compilation 16299
I was using Postman for Chrome, but due to the end of life of this product, I switched to the Windows app about three weeks ago. I was working just fine for two weeks, and then my Windows started to crash when Postman app was maximized.
I'm using Docker to run some containers under a Linux Virtual Machine. The containers are a mysql v 8.0, a php-fpm 7.1 and an Nginx Alpine, and I'm using those to run a RESTFul API I'm developing with Laravel.
The database design is very straightforward, two tables with a one to one relationship with 25 records each (nothing fancy). If I perform the requests using another client, for example, RESTClient for Firefox, I can work flawlessly (but no other client is as good as Postman).
If I run Postman, and start switching from application to aplication, for example, Postman to VS Code, then to Google Chrome or Firefox, back to Postman, etcetera, most of times it works just fine. But every now and then, suddenly, and only when switching back to Postman, my Windows crashes with a Blue Screen Of Death. I restart the machine, run my containers, open all my applications for my development environment, and when less expected, only when switching back to Postman, Windows crashes again.
I experienced this at least 10 times in the last week. Yesterday, 3 times un 2 hours. It happens more often after I run a migration refresh and seed ($ php artisan migrate:refresh --seed), but not always.
The BSOD messages vary between PAGE_FAULT_IN_NNPAGED_AREA, SYSTEM_THREAD_EXCEPTION_NOT_HANDLED and MEMORY_MANAGEMENT.
My Windows have been pretty stable before this week, and the last time I saw a BSOD was about 6 months ago. I insist, it only happens when I click on the Postman icon on the taskbar, one of about ten or twenty times.
Any help or advice will be very appreciated.
The text was updated successfully, but these errors were encountered: