la1k / flyby

A satellite tracking program
GNU General Public License v2.0
39 stars 8 forks source link

Segfault with empty transponder db #30

Closed nickoe closed 8 years ago

nickoe commented 8 years ago

Steps to reproduce

  1. Start flyby
  2. Enter the transponder database view, hit the e key
  3. Hit the q key

    Expected result

Return to the main menu

Actual result

Segfault

Tested against bb32ab9. I only set the ground station information and have not added any TLE or anything else, from a clean install.

Backtrace

0 0x000000000040d5b9 in DisplayTransponderEntry ()

1 0x000000000040dbb3 in EditTransponderDatabase ()

2 0x000000000040e0ed in RunFlybyUI ()

3 0x000000000040596a in main ()

nickoe commented 8 years ago

Nice, thanks!