Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2002 12:50:05 -0700 (PDT)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: i386/41723: Copying files to filesystem causes "integer divide fault" and panic.
Message-ID:  <200208181950.g7IJo5iR046548@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/41723; it has been noted by GNATS.

From: Bruce Evans <bde@zeta.org.au>
To: Tha KreAture <Tha_KreAture@hotmail.com>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/41723: Copying files to filesystem causes "integer divide
 fault" and panic.
Date: Mon, 19 Aug 2002 05:52:11 +1000 (EST)

 On Sat, 17 Aug 2002, Tha KreAture wrote:
 
 >  Well.  It looks like a change from int to long was enough.  Now the system
 >  is acting fine.
 
 Er, int is the same as long on i386's.
 
 >  I understand this is one of the things already fixed in 5.0 ?
 
 I don't know if this particular bug was fixed.  Some similar bugs were
 probably fixed without really noticing by changing int and long typedefed
 types to int64_t.  int64_t really is longer than int on i386's :-).
 
 Bruce
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208181950.g7IJo5iR046548>