I was running gedit from the command window for editing an xml file.
After editing the file, I closed the gedit text editor window.
But the gedit process was till running in the command window.
So I forced stopped it using ctrl+z.
After that I want to use gedit to open another file.
How-long-so-ever I try, gedit xxxx.xml, gedit is not responding.
Can someone help me why it is not responding? And how to go forward?

<Ctrl+Z>is suspend for process, then you need to send it to background withbg. If you need to stop process, use<Ctrl+C>. – N0rbert Aug 03 '18 at 09:01