Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
What is this ck-remov-direc kernel error?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sun Oct 07, 2018 4:03 pm    Post subject: What is this ck-remov-direc kernel error? Reply with quote

I frequently get this error showing up in system log:

Quote:
kernel: traps: ck-remove-direc[25005] trap int3 ip:7f4c2e4efa11 \
sp:7ffec4475240 error:0 in libglib-2.0.so.0.5600.2[7f4c2e49e000+115000]


Can anyone enlighten me what this means, if it is serious and how to fix?
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Sun Oct 07, 2018 5:19 pm    Post subject: Reply with quote

sorry to reply to myself but these errors are triggered when
a script runs (every 6 minutes);

the script, called runhide, is a silly thing that checks if firefox is
running and if not runs firefox and puts it in the
background (because I'm tired of waiting the 2-3 seconds it
takes to start firefox with a 2018 computer)

the script looks like this:

Code:
#!/bin/bash
chkff=`pgrep firefox`
if  [[ $chkff = "" ]]
  then
  DISPLAY=:0.0 /usr/bin/firefox &> /dev/null &
  sleep 2
  export DISPLAY=:0.0 && export XAUTHORITY=/home/user/.Xauthority ffid=`wmctrl -l | grep Firefox | awk '{print $1}'`
  export DISPLAY=:0.0 && export XAUTHORITY=/home/user/.Xauthority && xdotool windowunmap $ffid
else
  exit
fi


and the cron job that runs it looks like this:

Code:
*/6 * * * *     user   DISPLAY=:0.0 XAUTHORITY=/home/user/.Xauthority \
ssh user@192.168.0.3 /home/user/docs/gandalf_scripts/runhide >/dev/null 2>&1


("user" is replacing the real user name)

So if someone can see what is triggering the ck-remove-dir error it would be appreciated
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6103
Location: Dallas area

PostPosted: Sun Oct 07, 2018 5:46 pm    Post subject: Reply with quote

Something to do with ConsoleKit
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum