robust-rosin / robust

A dataset of 200+ bugs in the Robot Operating System for BugZoo
30 stars 10 forks source link

Fixed phase for c5dc9de to be "startup" rather than "runtime" #366

Closed ChrisTimperley closed 4 years ago

gavanderhoorn commented 4 years ago

Does the "when terminating the application unexpectedly" not warrant the runtime label?

ChrisTimperley commented 4 years ago

Yeah, I suppose this is a strange one. The bug is triggered at run-time during application termination via SIGTERM, when the program fails to free certain ports. The failure isn't observed until the user launches the application again, when the program tries to use those same ports.