Fixed bugs are "V"ed. Unfixed have stars. 
"Z"s are not being actively worked on.

V infinity.nus.sg goes all the way up to 30 hops, and the last four or so
  are "* * *". Dumps.
V Start a new trace while another one is underway -> weird results.
V When the DNS doesn't answer, the program hangs.
V Sometimes I get stuck in the dragmode. 
V Earth isn't centered when the glarea is very non-square.
V Selecting yellow sites won't affect them on the globe.
V The entries in the table in the infowindow are centered. They shouldn't be.
V last sites if not known are unselectable. Ex: www.kei.com
V An error in placement *sometimes*. (It was in the database-reading, 
  uninitialized values *sometimes* used.
* Some kind of rounding error or something in locStrToNum <-> locNumToStr
  somewhere. This makes writing db's very shaky.
V Add the hashes to the comments in the networks files.
V The Help menu is not at the far right of the window anymore.
  (It is now. Was a gtk bug.)
V Weird distance-values on SGI. (Was a float<->double rounding error.)
Z Remove all // comments, or fix makefile.
* On some OpenGL implementations, the sites are visible thorough the earth.
  This happens on (at least) SGI onyx2, mesa.
V sgi: traceroute prints errors to stdout. -> dump on "host not found."
V picking doesn't work correctly when the window has been resized.
V The "Help"-menu isn't at the far right anymore, about a cm in.
     (fixed by new GTK version)
V only the Yes button on the new trace dialog works, not pressing enter.
V Dumps on linux. (Was a race-condition in the compiler code-layout.)
V Dumps on linux when pressing OK in the "new trace" dialog. (Was _another_
  popen()-inconsistency! (This time: different behavior on Linux and Solaris
  WRT what happens then you pclose(NULL). (solaris returns -1, linux SIGSEGV.)
  (This is apparently a glibc bug. (Confirmed, known bug.))
* _Something_ is wrong with malloc/freeing somewhere. Dump under linux 
  connected to three frees in main.c.
V When it can't find traceroute, I get some gtk warnings, and a window
  that tells me that it can't find the site.
V If the last site is unknown, it ends up on (0,0).
