Bug#694565: linux-image-3.2.0-4-amd64: uname -a doesn't report build date any more

2012-11-27 Thread Micha M.
Package: src:linux Version: 3.2.32-1 Severity: normal Hi, I have just made a dist-upgrade on wheezy. And there the Kernel was updated to 3.2.0-4. But now `uname -a´ doesn't show the build date of the Kernel any more: root@fs-host:~# uname -a Linux fs-host 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x8

Bug#578359: pike7.6: wrong output

2010-04-19 Thread Micha M.
Package: pike7.6 Version: 7.6.112-3 Severity: normal Hi, I used pike to generate fibonacci numbers: #!/usr/bin/pike int main(){ int f0 = 0, f1 = 1; write("0\n1\n"); for(int i=2;i<=100;i++) { int fn = f1 + f0; write(fn + "\n"); f0 = f1; f1 = fn; }

Bug#539681: asterisk: Segmentation fault when accepting sip call

2009-08-02 Thread Micha M.
Package: asterisk Version: 1:1.6.2.0~dfsg~beta3-1 Severity: important I have 2 sip clients (software). If I call from one (2000) the other (2001) and then accept the incomming call asterisk 1.6.2 crashes: *CLI> *CLI> == Using SIP RTP CoS mark 5 -- Executing [2...@default:1] Dial("SIP/200

Bug#537818: mutt-patched: Backtrace+Memory map

2009-07-26 Thread Micha M.
Package: mutt-patched Version: 1.5.20-2 Severity: normal Hi, my mutt-patched crashes also on startup: Sorting mailbox...*** glibc detected *** mutt: realloc(): invalid old size: 0x0a081878 *** === Backtrace: = /lib/i686/cmov/libc.so.6[0xb7c271d4] /lib/i686/cmov/libc.so.6[0xb7c2ad81