brndnmtthws / conky

Light-weight system monitor for X, Wayland (sort of), and other things, too
https://conky.cc
GNU General Public License v3.0
7.27k stars 620 forks source link

segv on missing mailfile #68

Closed DavidBiesack closed 6 years ago

DavidBiesack commented 10 years ago

If a .conkyrc file uses

TEXT
${new_mails}

I get a segv with conky 1.9.0

* Error in `/usr/bin/X11/conky': double free or corruption (fasttop): 0x00000000009bc9b0 *

I also get the segv if I use

mail_spool /path/to/my/mail/file
TEXT
$new_mails

It works if I use

${new_mails /path/to/my/mail/file}

or

mail_spool /path/to/my/mail/file
TEXT
${new_mails}
willemw12 commented 9 years ago

Conky coredumps when using ${mails} or ${new_mails} in case:

lasers commented 6 years ago

3 years, 10 months passed. It's time for someone to close this issue. Thanks.