LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mozilla Firebird (https://www.linuxquestions.org/questions/linux-software-2/mozilla-firebird-61221/)

nocturnal 05-22-2003 02:32 PM

Mozilla Firebird
 
firebird just crashed on me(i'm not lying!) and since you run it with a shell script i was wondering how to terminate it?
cuz it's just sitting there in my panel and i can't use it...
it seems to crash when i try to submit a form.

trickykid 05-22-2003 02:54 PM

Open a console, find the pid (ps -aux) of the program and kill it (kill -9 pid)

fancypiper 05-22-2003 02:56 PM

Do you have xkill installed? Try that and see if that will kill it.

You could try killall mozilla or firebird as well.


All times are GMT -5. The time now is 10:19 PM.