You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of named Snabb programs their SHM directories contain a name symlink that leads to the same directory. When pointing RaptorJIT load: at such a SHM directory it will try to load the audit.log ten times instead of only once.
Possibly we should either not follow symlinks at all or somehow detect if we attempt to load the same audit.log and avoid that.
The text was updated successfully, but these errors were encountered:
Had a first attempt at fixing this but the primitive FileReference>>isSymlink doesn't seem to be working. Could be a build issue with the VM. Have to resolve that first methinks.
In case of named Snabb programs their SHM directories contain a
name
symlink that leads to the same directory. When pointingRaptorJIT load:
at such a SHM directory it will try to load theaudit.log
ten times instead of only once.Possibly we should either not follow symlinks at all or somehow detect if we attempt to load the same
audit.log
and avoid that.The text was updated successfully, but these errors were encountered: