buildworld failure; stops in obj/usr/src/rescue/rescue

Tim Kientzle kientzle at freebsd.org
Mon Jun 14 22:18:12 GMT 2004


j.e.drews at att.net wrote:
> FreeBSD 5.2-CURRENT #0: Sat Jun 12 20:47:38 CDT 2004 
> 
> 
> Hi:
> 
>  I obtained the source for current at about 21:30 GMT June 13 and had this failuer while
> doing make buildworld. 
> 
> 
> crunchide -k _crunched_route_stub route.lo
> echo "int _crunched_routed_stub(int argc, char **argv, char **envp){return main(
> argc,argv,envp);}" >routed_stub.c
> cc -O -pipe  -c routed_stub.c
> cc in free(): error: junk pointer, too high to make sense
> cc: *** Signal 6
> 
> Stop in /usr/obj/usr/src/rescue/rescue.
> *** Error code 1

If you run 'make buildworld' again, does
it stop in the same place?

If it stops in a different place, then
you probably have a memory or other
hardware problem.

If it stops in the same place, this is
a bug in cc.  (Though I don't recall
seeing any recent commits to cc, so this
would surprise me.)

Tim



More information about the freebsd-current mailing list