Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645150 - app-admin/conky-1.10.7 crash with SIGSEV if out_to_x=false
Summary: app-admin/conky-1.10.7 crash with SIGSEV if out_to_x=false
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-20 17:32 UTC by pacman616
Modified: 2018-01-26 17:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge--info.txt,15.88 KB, text/plain)
2018-01-20 17:32 UTC, pacman616
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pacman616 2018-01-20 17:32:53 UTC
Created attachment 515388 [details]
emerge --info

I built app-admin/conky-1.10.7 with:
USE="X iconv iostats ipv6 math ncurses portmon pulseaudio systemd truetype vim-syntax wifi -apcupsd (-audacious) -cmus -curl -eve -hddtemp -ical -imlib -irc -lua-cairo -lua-imlib -lua-rsvg -moc -mpd -mysql -nano-syntax -nvidia -rss -thinkpad -weather-metar -weather-xoap -webserver -xmms2"

I have this two lines in $HOME/.config/conky/conky.conf:
conky.config = { out_to_x = false, out_to_console = true, }
conky.text = [[ [{"full_text":"${time %H:%M:%S}"}], ]];

Running `conky` gives: Segmentation fault (core dumped) 

The previous version, app-admin/conky-1.10.4, works just fine. 
The issue seems to be caused by `out_to_x = false` as setting it to `true` makes it works as expected. Setting it `true`, launching `conky` and setting it back to `false` (and let conky reload the configuration by itself) made it works too.
Comment 1 Daniel Pielmeier gentoo-dev 2018-01-26 17:25:30 UTC
Fixed in GIT. Thanks for the report.