On Wed, 18 Aug 1999, Ilia Chipitsine wrote:
> > > > Why i think this is bug? Because any user can hung FreeBSD, settings in
> > > > /etc/login.conf can't help.
> >
> > >Are you sure about that? Setting datasize limits will prevent
> > >malloc() from doing what you're trying to make it do. Are
On Wed, 18 Aug 1999, Ilia Chipitsine wrote:
> > > > Why i think this is bug? Because any user can hung FreeBSD, settings in
> > > > /etc/login.conf can't help.
> >
> > >Are you sure about that? Setting datasize limits will prevent
> > >malloc() from doing what you're trying to make it do. Ar
On Tue, 17 Aug 1999, Alec Kalinin wrote:
> > > Why i think this is bug? Because any user can hung FreeBSD, settings in
> > > /etc/login.conf can't help.
>
> >Are you sure about that? Setting datasize limits will prevent
> >malloc() from doing what you're trying to make it do. Are you
> >sure yo
On Tue, 17 Aug 1999, Alec Kalinin wrote:
> > > Why i think this is bug? Because any user can hung FreeBSD, settings in
> > > /etc/login.conf can't help.
>
> >Are you sure about that? Setting datasize limits will prevent
> >malloc() from doing what you're trying to make it do. Are you
> >sure y
Biju Susmer wrote:
> > Well, yeah, that's becuase you're running it out of swap by trying to
> > allocate a gigabyte of memory.
>
> but this is done in steps of 1MB. Once it reaches out of memory, malloc
> should return NULL. Since there is no checking for NULL in this code,
> it should hit
.
Charles
-Original Message-
From: Biju Susmer [mailto:b...@wipinfo.soft.net]
Sent: Tuesday, August 17, 1999 3:25 AM
Cc: freebsd-hackers@FreeBSD.ORG
Subject: RE: Probably bug with allocation memory in FreeBSD-3.2-RELEASE
>
> Well, yeah, that's becuase you're running i
.
Charles
-Original Message-
From: Biju Susmer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 17, 1999 3:25 AM
Cc: [EMAIL PROTECTED]
Subject: RE: Probably bug with allocation memory in FreeBSD-3.2-RELEASE
>
> Well, yeah, that's becuase you're running it out of swap by tryin
Biju Susmer wrote:
> > Well, yeah, that's becuase you're running it out of swap by trying to
> > allocate a gigabyte of memory.
>
> but this is done in steps of 1MB. Once it reaches out of memory, malloc
> should return NULL. Since there is no checking for NULL in this code,
> it should hi
>
> Well, yeah, that's becuase you're running it out of swap by trying to
> allocate a gigabyte of memory.
but this is done in steps of 1MB. Once it reaches out of memory, malloc should
return NULL. Since there is no checking for NULL in this code, it should hit a
signal, isn't it? Why that is no
Hello !
> > I think, mentioned below program probably show the bug in virtual memory
> > subsystem in FreeBSD-3.2-RELEASE. After running this program, FreeBSD
>> comes into "out of swap" state, then hungs.
>Well, yeah, that's becuase you're running it out of swap by trying to
>allocate a gigaby
>
> Well, yeah, that's becuase you're running it out of swap by trying to
> allocate a gigabyte of memory.
but this is done in steps of 1MB. Once it reaches out of memory, malloc should
return NULL. Since there is no checking for NULL in this code, it should hit a
signal, isn't it? Why that is n
Alec Kalinin wrote:
> I think, mentioned below program probably show the bug in virtual memory
> subsystem in FreeBSD-3.2-RELEASE. After running this program, FreeBSD comes
> into "out of swap" state, then hungs.
Well, yeah, that's becuase you're running it out of swap by trying to
allocate a
Hello !
> > I think, mentioned below program probably show the bug in virtual memory
> > subsystem in FreeBSD-3.2-RELEASE. After running this program, FreeBSD
>> comes into "out of swap" state, then hungs.
>Well, yeah, that's becuase you're running it out of swap by trying to
>allocate a gigab
Alec Kalinin wrote:
> I think, mentioned below program probably show the bug in virtual memory
> subsystem in FreeBSD-3.2-RELEASE. After running this program, FreeBSD comes
> into "out of swap" state, then hungs.
Well, yeah, that's becuase you're running it out of swap by trying to
allocate
14 matches
Mail list logo