Package: awesome-extra
Version: 2009050201
Severity: important
If I call naughty.notify to display a text with more than 44 lines naughty
crashes with a stack overflow:
text = ""
for i = 1, 45 do text = text .. "\n" end
naughty.notify({ text = text })
gives:
W: awesome: luaA_dofunction:264: error running function:
/usr/share/awesome/lib/naughty.lua:158: stack overflow
Displaying only 44 lines works fine. The length of the lines does not seem to
matter: displaying 45 lines of randomly chosen lines of text produces the same
result.
Regards,
-- David
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash
awesome-extra depends on no packages.
Versions of packages awesome-extra recommends:
ii awesome 3.3.1-1 highly configurable, next generati
awesome-extra suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]