-
-
Notifications
You must be signed in to change notification settings - Fork 633
Closed as not planned
Closed as not planned
Copy link
Labels
wontfixnot a conky bug, unreasonable effort required to fix or can't be fixed due to external limitationsnot a conky bug, unreasonable effort required to fix or can't be fixed due to external limitations
Description
What happened?
conky random freezes with no dmesg or debug info. Has to be killed with -9 to get rid of the process. This issues has been observed with kernel 6.4-rc. earlier versions work fine.
Version
1.19.2
Which OS/distro are you seeing the problem on?
Gentoo
Conky config
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo
Any original torsmo code is licensed under the BSD license
All code written since the fork of torsmo is licensed under the GPL
Please see COPYING for details
Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
]]
conky.config = {
alignment = 'bottom_right',
double_buffer=true,
--background = true,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
--default_shade_color = 'red',
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'Misc Fixed:size=8',
xftalpha = 1,
gap_x = 5,
gap_y = 30,
minimum_height = 3,
minimum_width = 1,
net_avg_samples = 2,
--no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
-- opaque
--own_window_transparent = false,
--own_window_colour = '222222',
--own_window_argb_visual = false,
-- fake transparency
own_window_transparent = true,
own_window_argb_visual = false,
own_window_argb_value = 0,
-- gpu transparency
--own_window_transparent = true,
--own_window_argb_visual = true,
--own_window_argb_value = 0,
stippled_borders = 0,
update_interval = 3.0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false
}
conky.text = [[
${color #666666}${stippled_hr}${color}${voffset 2}
${color slate grey}AC Power: ${color}${acpiacadapter}${voffset 2}
${color slate grey}Battery1: ${color}${battery_percent BAT0}% ${color #999999}${battery_bar BAT0}${voffset 2}
${color slate grey}Capacity: ${color}${execi 2 awk '{print $1*10^-3}' /sys/class/power_supply/BAT0/charge_now | cut -c1-4}/${execi 2 awk '{print $1*10^-3}' /sys/class/power_supply/BAT0/charge_full | cut -c1-4} mAh${voffset 2}
${color slate grey}Capacity: ${color}${execi 2 upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep "energy:" | cut -c26-31}/${execi 2 upower -i /org/freedesktop/UPower/devices/battery_BAT0 |grep "energy-full:" | cut -c26-31} Wh${voffset 2}
${color slate grey}Power: ${color}${exec rapldump -bat0}W ${battery_time BAT0}${voffset 2}
${color slate grey}Status: ${color}${execi 2 cat /sys/class/power_supply/BAT0/status}
${color #666666}${hr}${color}${voffset 2}
#-------------------------------------------------------------
${color slate grey}Display Brightness: ${color}${execi 2 echo $(cat /sys/class/backlight/intel_backlight/max_brightness) $(cat /sys/class/backlight/intel_backlight/brightness) | awk '{ print $2/$1*100 }'| cut -c 1-2}%
#-------------------------------------------------------------
${color #666666}${hr}${color}${voffset 2}
${color slate grey}core0: ${color}${freq 1} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu1}%
${alignc}${cpugraph cpu1 30,180}
${color slate grey}core1: ${color}${freq 2} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu2}%
${alignc}${cpugraph cpu2 30,180}
${color slate grey}core2: ${color}${freq 3} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu3}%
${alignc}${cpugraph cpu3 30,180}
${color slate grey}core3: ${color}${freq 4} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu4}%
${alignc}${cpugraph cpu4 30,180}
${color slate grey}core4: ${color}${freq 5} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu5}%
${alignc}${cpugraph cpu5 30,180}
${color slate grey}core5: ${color}${freq 6} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu6}%
${alignc}${cpugraph cpu6 30,180}
${color slate grey}core6: ${color}${freq 7} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu7}%
${alignc}${cpugraph cpu7 30,180}
${color slate grey}core7: ${color}${freq 8} MHz ${alignr}${color slate grey}usage: ${alignr}${color}${cpu cpu8}%
${alignc}${cpugraph cpu8 30,180}
#-------------------------------------------------------------
${color slate grey}${alignc}package states${voffset 5}
${execpi 2 cat /dev/shm/pstates}
#-------------------------------------------------------------
${color #666666}${hr}${color}${voffset 2}
${color slate grey}package temp:${color}${alignr}${hwmon coretemp temp 1}°C
#-------------------------------------------------------------
${color #666666}${hr}${color}
${color slate grey}${alignc}gpu:
${color slate grey}powered up:${color}${alignr}${exec rapldump -gpu_rc6 pci0000:00/0000:00:02.0 card0}%${voffset 2}
${color slate grey}frequency:${color}${alignr}${exec cat /sys/class/drm/card0/gt_cur_freq_mhz}MHz
#-------------------------------------------------------------
${color #666666}${hr}${color}${voffset 2}
${color slate grey}fan speed:${color}${alignr} ${exec /usr/local/sbin/clevofan} ${execpi 2 cat /dev/shm/clevofan} RPM
#-------------------------------------------------------------
${color #666666}${hr}${color}${voffset 2}
${color slate grey}mem: ${alignr}${color}$memperc% $mem/$memmax
#-------------------------------------------------------------
${color #666666}${hr}${color}${voffset 2}
${alignc}${color slate grey}disks${color}
${color slate grey}I/O:${color}${alignr}${diskio}
${alignc}${diskiograph 20,180}
#-------------------------------------------------------------
${color #333333}${hr}${color}${voffset 2}
${alignc}${color slate grey}network
${if_existing /sys/class/net/eth0/operstate up}${color slate grey}eth0
${color slate grey}IP:${color}${alignr}${addrs eth0}
${color #555555}D: ${color}${downspeed eth0}${color #AAAAAA}${alignr}U: ${color}${upspeed eth0}
${color black}${downspeedgraph eth0 20, 85 ff0000 0000ff} ${alignr}${color black}${upspeedgraph eth0 20, 85 0000ff ff0000}
${endif}
#-------------------------------------------------------------
${if_existing /sys/class/net/eth1/operstate up}${color slate grey}eth1
${color slate grey}IP:${color}${alignr}${addrs eth1}
${color #555555}D: ${color}${downspeed eth1}${color #AAAAAA}${alignr}U: ${color}${upspeed eth1}
${color black}${downspeedgraph eth1 20, 85 ff0000 0000ff} ${alignr}${color black}${upspeedgraph eth1 20, 85 0000ff ff0000}
${endif}
#-------------------------------------------------------------
${if_existing /sys/class/net/wlan0/operstate up}${color slate grey}wlan0
${color slate grey}IP:${color}${alignr}${addrs wlan0}
${color slate grey}ESSID:${color}${alignr}${wireless_essid wlan0}
${color slate grey}Link:${color}${alignr}${wireless_link_qual_perc wlan0}%
${color slate grey}Rate:${color}${alignr}${wireless_bitrate wlan0}
${color #555555}D: ${color}${downspeed wlan0}${color #AAAAAA}${alignr}U: ${color}${upspeed wlan0}
${color black}${downspeedgraph wlan0 20, 85 ff0000 0000ff} $alignr${color black}${upspeedgraph wlan0 20, 85 0000ff ff0000}
${endif}
]]Stack trace
Starting program: /usr/bin/conky -c ~/.conkyrc.n350tw
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
conky: desktop window (7a9) is root window
conky: window type - desktop
conky: drawing to created window (0x200001)
conky: drawing to double buffer
[New Thread 0x7fffe989d6c0 (LWP 4938)]
[New Thread 0x7fffe909c6c0 (LWP 4939)]
[New Thread 0x7fffe889b6c0 (LWP 4940)]
[Detaching after fork from child process 4941]
[Detaching after fork from child process 4942]
[New Thread 0x7fffe3fff6c0 (LWP 4943)]
[New Thread 0x7fffe37fe6c0 (LWP 4944)]
[Detaching after fork from child process 4945]
[Detaching after fork from child process 4946]
[New Thread 0x7fffe2ffd6c0 (LWP 4947)]
[New Thread 0x7fffda7fc6c0 (LWP 4948)]
[New Thread 0x7fffe27fc6c0 (LWP 4949)]
[Detaching after fork from child process 4951]
[New Thread 0x7fffe1ffb6c0 (LWP 4953)]
[Detaching after fork from child process 4958]
[New Thread 0x7fffe17fa6c0 (LWP 4959)]
[New Thread 0x7fffe0ff96c0 (LWP 4960)]
[New Thread 0x7fffdbfff6c0 (LWP 4961)]
[Detaching after fork from child process 4962]
[Detaching after fork from child process 4969]
[New Thread 0x7fffdb7fe6c0 (LWP 4970)]
[Detaching after fork from child process 4971]
[New Thread 0x7fffdaffd6c0 (LWP 4975)]
[Detaching after fork from child process 4979]
[New Thread 0x7fffd9ffb6c0 (LWP 4981)]
[New Thread 0x7fffd97fa6c0 (LWP 4982)]
[Detaching after fork from child process 4984]
[Detaching after fork from child process 4986]
[Detaching after fork from child process 4988]
[Detaching after fork from child process 4989]
[Detaching after fork from child process 4990]
[Detaching after fork from child process 4991]
[Detaching after fork from child process 4992]
[Detaching after fork from child process 4993]
[Detaching after fork from child process 4997]
[Detaching after fork from child process 5000]
Fatal glibc error: pthread_mutex_lock.c:94 (___pthread_mutex_lock): assertion failed: mutex->__data.__owner == 0
[Detaching after fork from child process 29552]
(gdb) bt full
#0 0x00007ffff787aa9c in ?? () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007ffff782d872 in raise () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007ffff78174ad in abort () from /lib64/libc.so.6
No symbol table info available.
#3 0x00007ffff78183ee in ?? () from /lib64/libc.so.6
No symbol table info available.
#4 0x00007ffff78265a3 in ?? () from /lib64/libc.so.6
No symbol table info available.
#5 0x00007ffff787c0dd in pthread_mutex_lock () from /lib64/libc.so.6
No symbol table info available.
#6 0x000055555557ffea in ?? ()
No symbol table info available.
#7 0x00005555555be8b2 in ?? ()
No symbol table info available.
#8 0x00005555555beb6d in ?? ()
No symbol table info available.
#9 0x00005555555bebd7 in ?? ()
No symbol table info available.
#10 0x00005555555b8196 in ?? ()
No symbol table info available.
#11 0x00007ffff7acd5ef in ?? () from /usr/lib/gcc/x86_64-pc-linux-gnu/13/libstdc++.so.6
No symbol table info available.
#12 0x00007ffff7878db9 in ?? () from /lib64/libc.so.6
No symbol table info available.
#13 0x00007ffff78f97bc in ?? () from /lib64/libc.so.6
No symbol table info available.ridobe
Metadata
Metadata
Assignees
Labels
wontfixnot a conky bug, unreasonable effort required to fix or can't be fixed due to external limitationsnot a conky bug, unreasonable effort required to fix or can't be fixed due to external limitations