diff --git a/artiq/coredevice/core.py b/artiq/coredevice/core.py index 9cf9a6117..e4781fbec 100644 --- a/artiq/coredevice/core.py +++ b/artiq/coredevice/core.py @@ -238,7 +238,7 @@ def symbolize(library, addresses): location = next(lines) filename, line = location.rsplit(":", 1) - if filename == "??": + if filename == "??" or filename == "": continue if line == "?": line = -1