Bug#684941: Conversation with NVIDIA, expect fix in next 304.xx

2012-08-27 Thread Daniel Anderberg
quot;: Hi Daniel, I don't have an estimate, but it made it into the current release series >(304.xx), so whenever there is a new release from that. Feel free to update the bug report with this information. Thanks a lot, - Pierre-Loup On 08/24/2012 08:27 PM, Daniel Anderberg wrot

Bug#684941: Problem still there in 304.37-1

2012-08-16 Thread Daniel Anderberg
g. On 2012-08-15 20:05, Daniel Anderberg wrote: Tested the new 304.37-1 that entered unstable, but the problem remains: Probably time to check the nvidia forum and report a bug there: http://www.nvnews.net/vbulletin/showthread.php?t=46678 Have scanned the threads and registerd. Will write a b

Bug#684941: Problem still there in 304.37-1

2012-08-15 Thread Daniel Anderberg
Tested the new 304.37-1 that entered unstable, but the problem remains: (gdb) bt #0 __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136 #1 0x7f3075884354 in _L_lock_997 () from /lib/x86_64-linux-gnu/libpthread.so.0 #2 0x7f30758841b7 in __pthread_mutex_lo

Bug#603942: installation-report: Grub installed to wrong disk

2010-11-18 Thread Daniel Anderberg
Package: installation-reports Version: 2.42 Severity: critical Tags: d-i Justification: breaks unrelated software -- Package-specific info: Boot method: Using grub from existing debian install Image version: http://cdimage.debian.org/cdimage/squeeze_di_beta1/amd64/iso-cd/debian-squeeze-di-beta

Bug#552613: network-manager-kde: memory leak

2009-10-28 Thread Daniel Anderberg
Package: network-manager-kde Version: 1:0.7~~svn941706-2 Severity: important knetworkmanager continuously leak memory on my system. It's heap segment ([heap] as found in /proc/xxx/maps) increases a few megabyte per day. I have seen the [heap] grow to over 150MB (after running for approx a month)

Bug#506719: weathermap4rrd: Fails to work properly with the verion of rrdtool currently in the archive

2008-11-23 Thread Daniel Anderberg
Package: weathermap4rrd Version: 1.1.999+1.2rc3-1 Severity: grave Tags: patch Justification: renders package unusable wethermap4rrd fetches the last sample from an rrd database by calling RRDs::last followed by RRDs::fetch. It contains a "fix" for RRDs v1.2 that moves the time back 300s before

Bug#503820: pngtools: pngchunks not usable on 64bit platforms

2008-10-28 Thread Daniel Anderberg
Package: pngtools Version: 0.3-1 Severity: important in pngchunks.c main() starts with the following lines: if((sizeof(int) != 4) || (sizeof(long) != 4)) { fprintf(stderr, "Int or long is not the assumed four byte size...\n"); exit(1); } This naturally makes this program c

Bug#406666: pbyacc has problems with '$'

2007-01-12 Thread Daniel Anderberg
Package: perl-byacc Version: 2.0-6 Severity: normal This is really two different by related problems: 1) If you use the literal charcter token '$' in the grammar like this: money: '$' NUMBER then the $ will appear unescaped in double-quoted strings in @yyname and @yyrule in the generated file.