Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

IDE Freeze after closing (a large file) #144

Open
AbitTheGray opened this issue Sep 7, 2018 · 2 comments
Open

IDE Freeze after closing (a large file) #144

AbitTheGray opened this issue Sep 7, 2018 · 2 comments

Comments

@AbitTheGray
Copy link

I had to disable gfm plugin because when I tried to close *.md file (bigger), it froze my IDE and I had to kill it.
Disabling gfm solved the problem.
I am also having official Markdown plugin.

CLion, Linux (Debian)

@lindyhopchris
Copy link

I'm having exactly the same problem with this - closing a markdown file crashes phpstorm. Disabling the gfm plugin solves the problem. Shame though as I prefer to use the gfm plugin!

@d13r
Copy link

d13r commented Jan 13, 2019

Same here on Ubuntu 18.10. For me it's a small file, but it does have two code blocks (in case that makes any difference). After closing the file, PhpStorm freezes (becomes unresponsive) but does not seem to crash completely. The console says:

02:54:26 INFO: WRITE: PingMessage{type=Ping, uid=6, alive=false}, SocketInfo{channelId=0, browserId=0, channelType=Browser}
02:54:26 INFO: READ:  PingMessage{type=Ping, uid=6, alive=true}, SocketInfo{channelId=0, browserId=0, channelType=Browser}
02:54:26 INFO: WRITE: BeforeDisposeBrowserMessage{type=BeforeDisposeBrowser, uid=7}, SocketInfo{channelId=0, browserId=0, channelType=Browser}
02:54:26 INFO: READ:  BeforeDisposeBrowserMessage{type=BeforeDisposeBrowser, uid=7}, SocketInfo{channelId=0, browserId=0, channelType=Browser}
02:54:26 INFO: WRITE: DisposeBrowserMessage{type=DisposeBrowser, uid=8}, SocketInfo{channelId=0, browserId=0, channelType=Browser}
02:54:26 INFO: Channel is closed: SocketChannel{cid=0, bid=0, type=Browser}
02:54:26 INFO: [0113/145426:WARNING:channel.cc(549)] Failed to send message to ack remove remote endpoint (local ID 1, remote ID 1)
02:54:26 INFO: Channel is disconnected: SocketChannel{cid=0, bid=0, type=Browser}
02:54:26 INFO: [0113/145426:WARNING:channel.cc(549)] Failed to send message to ack remove remote endpoint (local ID 2147483648, remote ID 2)
02:54:26 INFO: Stopping IPC...
02:54:26 INFO: Stopping main channel...
02:54:26 INFO: Shutting down event queue...
02:54:26 INFO: Shutting down event queue... [DONE]
02:54:26 INFO: WRITE: ShutdownMessage{type=Shutdown, uid=9}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
02:54:26 INFO: Channel is closed: SocketChannel{cid=0, bid=0, type=Render}
02:54:26 INFO: Channel is disconnected: SocketChannel{cid=0, bid=0, type=Render}
02:54:26 INFO: Shutting down event queue...
02:54:26 INFO: Shutting down event queue... [DONE]

Not sure if that helps at all. 😃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants