Show HN: Discovered a bug in gmail

4 points by 19eightyfour ↗ HN
Zombie messages.

1. Open GMail.

2. Write a mail to yourself. Send it.

3. After it arrives immediately select it and delete it.

4. After that immediately go to trash and empty trash forever.

5. After that immediately close tab.

6. Now open a new tab and go to GMail again. See the message you apparently just deleted in your email box. Creepy zombie message!

Can anyone else reproduce?

3 comments

[ 2.0 ms ] story [ 20.8 ms ] thread
Are you sure this is a bug or is it just that you are closing stuff before the AJAX/whatever request goes through? Do you have low latency to GMail's servers? Just an idea.
Seems reasonable: Gmail's Javascript makes the message appear immediately because it knows it will appear there. You delete it, but that command has no effect because the real email message is still being relayed to Gmail's mail servers and getting redirected to yourself, but nonetheless the message vanishes from the UI. Then it arrives.

I'll not try to reproduce. This is not a bug.