Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#45569 - [conky] crashes due to libcurl
Attached to Project:
Arch Linux
Opened by Nickolay (neothefox) - Monday, 06 July 2015, 10:39 GMT
Last edited by Gaetan Bisson (vesath) - Saturday, 11 July 2015, 19:20 GMT
Opened by Nickolay (neothefox) - Monday, 06 July 2015, 10:39 GMT
Last edited by Gaetan Bisson (vesath) - Saturday, 11 July 2015, 19:20 GMT
|
DetailsDescription:
Conky crashes soon after start (1.10.0-2), something related to libcurl (7.43.0-1). Dmesg output: [ 434.149234] conky[1549]: segfault at 400000000 ip 00007fa969078243 sp 00007fa943ffea98 error 4 in libcurl.so.4.3.0[7fa969036000+70000] Steps to reproduce: Just start conky with this conkyrc - https://gist.github.com/NeoTheFox/171e9cce8434ecf12bfa, and wait. |
This task depends upon
Closed by Gaetan Bisson (vesath)
Saturday, 11 July 2015, 19:20 GMT
Reason for closing: Fixed
Additional comments about closing: conky-1.10.0-3 in [extra]
Saturday, 11 July 2015, 19:20 GMT
Reason for closing: Fixed
Additional comments about closing: conky-1.10.0-3 in [extra]
It can be compiled with a support for the old format, but dunno if it's available with extra/conky.
So maybe you should adjust the conkyrc and look if it's still failing
Logs
conky -d:
conky: desktop window (16000a7) is subwindow of root window (d9)
conky: window type - normal
conky: drawing to created window (0x4800001)
conky: drawing to double buffer
conky: Unknown setting 'border_margin'
conky: one or more $endif's are missing
[1] 31597 segmentation fault (core dumped) conky -d
dmesg:
[17815.581415] traps: conky[31606] general protection ip:7efc2c729243 sp:7efc1f7fda98 error:0 in libcurl.so.4.3.0[7efc2c6e7000+70000]
http://repo.falconindy.com/x86_64/curl-debug-7.43.0-1-x86_64.pkg.tar.xz
Is this repeatable with an earlier version of curl? It probably needs reporting to curl upstream if there isn't some other obvious memory corruption on the conky side.
I've posted this upstream: https://github.com/bagder/curl/issues/342
That is a bit strange, though, that header looks fine to me...