On Monday 17 March 2008 20:55:01 Stefan Lambrev wrote: > Greetings Dave, > > Dave Overton wrote: > > I am new to the AMD64 stable branch, so forgive me if this has been beat > > to death, but I can't find why this message keeps occurring over and over > > all day. FreeBSD 7.0 Stable on AMD x2. It works (or seems to) fine. > > > > +rtfree: 0xffffff0003635780 has 1 refs > > check google for rtfree() used when RTFREE() needed .. or something like > this :) > Those messages are annoying but harmless.
Harmless perhaps, but it still should be fixed, so if you don't see any similar PR already I'd suggest sending one. Has to do with certain variables being of one type but used as if it were another (e.g. int vs long) which on 64bit platforms as a band-aid gets "MSB-filled" with 0xf's to the proper size. So such warning pretty much means "fix your code". HTH, Dan > > its a kernel "bold" on the terminal, and would scare me to death if I > > just knew what it meant... > > > > Should I be worried about something? I hate bold white text.... > > > > > > > > Dave Overton, Owner > > SYIX.COM > > > > [EMAIL PROTECTED] > > (530) 755-1751 x101 > > Fax (530) 751-8871 > > 800-988-SYIX > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"