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
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;
}
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
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
4 matches
Mail list logo