Re: Can a simple a==b 'hang' in and endless loop?
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Thu, 19 Jan 2006 17:42:40 -0000
On 2006-01-19, Fredrik Lundh <fredrik@xxxxxxxxxxxxxx> wrote:
>> > It is precisely this power that makes C such a dangerous
>> > language to program in -- it's what makes it so easy to crash
>> > your program, any other program running on the same machine,
>>
>> Nonsense. Under Windows 3.0 that may be true, but on any real
>> OS, you can't "crash any other program running on the same
>> machien" in C, assembly, Python, or Lisp.
>
> given that it's trivial to create fork bombs and memory monsters in all
> those languages, I think you might need to define the term "real OS".
>
> (or do you run all your programs in a virtual sandbox ?)
I guess I never called that sort of DOS attack "crashing"
another program. If that's the sort of think he's talking
about, those are just as trivial to do do in Python as they are
in C.
--
Grant Edwards grante Yow! Is a tattoo
at real, like a curb or a
visi.com battleship? Or are we
suffering in Safeway?
.
- Follow-Ups:
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Terry Hancock
- Re: Can a simple a==b 'hang' in and endless loop?
- References:
- Can a simple a==b 'hang' in and endless loop?
- From: Claudio Grondi
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Steve Holden
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Claudio Grondi
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Steve Holden
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Claudio Grondi
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Steven D'Aprano
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Claudio Grondi
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Terry Hancock
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Grant Edwards
- Re: Can a simple a==b 'hang' in and endless loop?
- From: Fredrik Lundh
- Can a simple a==b 'hang' in and endless loop?
- Prev by Date: Re: list comprehention
- Next by Date: Re: list comprehention
- Previous by thread: Re: Can a simple a==b 'hang' in and endless loop?
- Next by thread: Re: Can a simple a==b 'hang' in and endless loop?
- Index(es):
Relevant Pages
|