1. What is your favourite bug? (Was: brain gymnastics)
- Posted by Tor Gausen <tor.gausen at C2I.NET>
Jun 02, 2000
-
Last edited Jun 03, 2000
Carl,
> ROFL! I like it! Deliberate bad formatting => confusing code.
> Were the heck did you find this nightmare?!
Originally it was a mean little bug in one of my programs.
I solved an equation on a piece of paper and ended up with
-y = ...
Sometimes it makes sense to keep the minus sign on the right
side, so I wrote this straight into my program. Because y already
had a value and because the previous line happened to be an
expression, everything seemed to work just fine...
Until I realized it didn't. Type checking didn't catch any error, the tracer
seemed to just elegantly jump over exactly the line I was interested
in... In the end I was certain there was a bug in Eu!
This one must be my favorite bug, and that could be a cool thread:
I guess it stands to reason that smart programmers like us also write
smart bugs... So everybody: what is your all time favorite bug?
Tor
2. Re: What is your favourite bug? (Was: brain gymnastics)
On 2 Jun 00, at 23:06, Tor Gausen wrote:
> So everybody: what is your all time favorite bug?
>
Not exactly Euphoria related, by my favourite bug is in IE4 - by completing
a few steps, you can get it to come up with an error message saying:
"The function could not be completed because this is a rooted explorer."
Couldn't have said that better myself.
Pete Millan
3. Re: What is your favourite bug? (Was: brain gymnastics)
How about this Bios error message:
"Keyboard error or no keyboard present,
Press F1 to continue"
Hmmm something wrong with that Im sure...
LOL
Pete King.
-----Original Message-----
From: Peter Millan <sonic at GLOBALFREEWAY.COM.AU>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: Saturday, June 03, 2000 12:49 AM
Subject: Re: What is your favourite bug? (Was: brain gymnastics)
On 2 Jun 00, at 23:06, Tor Gausen wrote:
> So everybody: what is your all time favorite bug?
>
Not exactly Euphoria related, by my favourite bug is in IE4 - by completing
a few steps, you can get it to come up with an error message saying:
"The function could not be completed because this is a rooted explorer."
Couldn't have said that better myself.
Pete Millan