Your message dated Tue, 15 Apr 2008 00:41:59 -0400
with message-id <[EMAIL PROTECTED]>
and subject line gccchecker has been removed from Debian, closing #83152
has caused the Debian Bug report #83152,
regarding internal error right away in checker
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
83152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83152
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gccchecker
Version: 0.9.9.1.20001209-1
I am unable to get this, or any other version of checker to work on my
potato system. All versions produce this:
>From Checker (pid:08540): (oos) out of system memory.
Stack frames are:
mmap at 0xa8000000 for 3 pages
Internal error in Checker. Abort.
Abort
For this program:
#include <stdio.h>
#define SIZE 10
int main (void)
{
int i;
char buf[SIZE],*ptr;
printf ("\nSizeof buf=%ld",sizeof(buf));
printf ("\nSIZE=%ld",SIZE);
ptr=buf;
for(i=0;i<(SIZE*1000);i++)
{
printf ("\ni=%ld",i);
*ptr++=i;
}
return 0;
}
The error message comes from smalloc.c +278 in checker; checker is
apparently failing to allocate more memory.
I've tried running the following gccchecker and libc combinations:
0.9.9.1.20001209-1 (package compiled here) and glibc 2.1.3 (from potato)
0.9.9.1.20001209-1 (from testing) and glibc 2.2 (from testing)
0.9.9.1.19991229-1 (from potato) and glibc 2.2
handmade gccchecker from cvs and glibc 2.2
The compiler version has remained constant:
gcc version 2.95.2 20000220 (Debian GNU/Linux)
--
Grant Taylor - x222 - http://www.picante.com/~gtaylor/
--- End Message ---
--- Begin Message ---
Version: 0.9.9.1.20011205-15.1+rm
The gccchecker package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/337558 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---