Crash

General discussions
Locked
coacharnold
Posts: 65
Joined: Tue Oct 04, 2011 10:54 am

Crash

Post by coacharnold »

So I have a weird issue. Gayudeque was running and then crashed ... I went to restart it in a CL to get it's output and got this

me@me-desktop:~$ guayadeque
13:47:47: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8).
13:47:52: Error showing window
13:47:52: Another program instance is already running, aborting.

So I went to kill -9 guaya
I couldn't kill it, the process kept running . I'm not to familiar with the "D" sleep state of a process .... but looking up info on processes that wont be killed it said to try this

ps axl | awk '$10 ~ /D/'

I got this


0 1000 2075 1600 20 0 3031928 1088512 reques D ? 26:39 guayadeque



Any thoughts on what needs to happen here?


T
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Crash

Post by anonbeat »

Im sorry but I dont know about D process

Maybe guayadeque was just hidden because sound menu. Dont know sorry
Locked