Package Details: conky-lua-nv 1.19.8-1

Git Clone URL: https://aur.archlinux.org/conky-lua-nv.git (read-only, click to copy)
Package Base: conky-lua-nv
Description: Lightweight system monitor for X with lua and nvidia enabled
Upstream URL: https://github.com/brndnmtthws/conky
Licenses: GPL, BSD
Conflicts: conky
Provides: conky, conky-lua
Replaces: conky, torsmo
Submitter: Andrwe
Maintainer: Foucault
Last Packager: Foucault
Votes: 130
Popularity: 0.46
First Submitted: 2010-04-12 04:55 (UTC)
Last Updated: 2024-03-14 23:52 (UTC)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »

hamelg commented on 2021-03-26 14:31 (UTC)

Thanks, 1.12.1-2 has fixed the issue.

Foucault commented on 2021-03-26 10:21 (UTC)

OK so I searched a bit and I think this is related to the implementation of HSV colour gradients. This is fixed in the latest git snapshot. I'll disable HSV gradients for now until a new release is out.

hamelg commented on 2021-03-26 07:44 (UTC) (edited on 2021-03-26 07:50 (UTC) by hamelg)

thanks for your investigations. (height),(width) is optional, I specify them with maximum_width, default_graph_height in the conky.config block. conky from the extra repository doesn't encounter this issue.

EDIT: s/default_bar_height/maximum_width/

Foucault commented on 2021-03-25 14:25 (UTC) (edited on 2021-03-25 15:16 (UTC) by Foucault)

Removing the colours from diskiograph prevents conky from crashing. However are you sure you're using diskiograph correctly? It seems like the syntax is diskiograph DEVICE WIDTH,HEIGHT COLOUR1 COLOUR2 rather than diskiograph DEVICE COLOUR1 COLOUR2.

Foucault commented on 2021-03-25 14:04 (UTC)

It looks like it's dying on diskiograph. The only related issue that I found with this error it's about lua. Initially I assumed that diskiograph is done in Lua, but it's not so linking against different versions wouldn't help.

hamelg commented on 2021-03-25 10:51 (UTC)

No lua section in my config. my config : https://app.box.com/s/172euiqouc5am47w6w4h8c140k07ndl6

Foucault commented on 2021-03-25 10:24 (UTC)

I'm almost certain this is related to lua. Do you have any lua blocks in you .conkyrc? Can you share your config? Also what version of lua do you have installed (pacman -Qs lua)

hamelg commented on 2021-03-24 22:33 (UTC) (edited on 2021-03-24 22:40 (UTC) by hamelg)

After upgrading to 1.12, my conky crashes at startup with this error :

munmap_chunk(): invalid pointer

and this bt :

Stack trace of thread 6343:

0 0x00007f18b7f4eef5 raise (libc.so.6 + 0x3cef5)
1 0x00007f18b7f38862 abort (libc.so.6 + 0x26862)
2 0x00007f18b7f90f38 __libc_message (libc.so.6 + 0x7ef38)
3 0x00007f18b7f98bea malloc_printerr (libc.so.6 + 0x86bea)
4 0x00007f18b7f9901c munmap_chunk (libc.so.6 + 0x8701c)
5 0x00007f18b7f9dcdb __libc_free (libc.so.6 + 0x8bcdb)
6 0x0000559fa5c0d993 Z13free_and_zeroImEvRPT (conky + 0x24993)
7 0x0000559fa5c0e162 draw_line (conky + 0x25162)
8 0x0000559fa5c0eb64 draw_stuff (conky + 0x25b64)
9 0x0000559fa5c1252a _Z9main_loopv (conky + 0x2952a)
10 0x0000559fa5c03842 main (conky + 0x1a842)
11 0x00007f18b7f39b25 __libc_start_main (libc.so.6 + 0x27b25)
12 0x0000559fa5c08bde _start (conky + 0x1fbde)

Stack trace of thread 6347:

0 0x00007f18b8a0e9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
1 0x00007f18b8a0ab98 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11b98)
2 0x0000559fa5c49228 _ZN9semaphore4waitEv (conky + 0x60228)
3 0x00007f18b81cabc4 execute_native_thread_routine (libstdc++.so.6 + 0xcfbc4)
4 0x00007f18b8a02299 start_thread (libpthread.so.0 + 0x9299)
5 0x00007f18b8011053 __clone (libc.so.6 + 0xff053)

Stack trace of thread 6348:

0 0x00007f18b8a0e9ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
1 0x00007f18b8a0ab98 __new_sem_wait_slow64.constprop.0 (libpthread.so.0 + 0x11b98)
2 0x0000559fa5c49228 _ZN9semaphore4waitEv (conky + 0x60228)
3 0x00007f18b81cabc4 execute_native_thread_routine (libstdc++.so.6 + 0xcfbc4)
4 0x00007f18b8a02299 start_thread (libpthread.so.0 + 0x9299)
5 0x00007f18b8011053 __clone (libc.so.6 + 0xff053)

Any ideas

robson commented on 2021-03-23 12:05 (UTC)

Finally, conky version 1.12 works properly i.e. displays RAM usage correctly.

And that mem.patch can be removed now, as it is no longer needed.