Hi! I'm seeing `Error creating named virtual table...
# general
j
Hi! I'm seeing
Error creating named virtual table
for the first ATC table in my conf file when I load up osqueryi, but queries against the table still work. I did some digging with a debug build and it looks like the error is happening because attachTableInternal is being called twice with the same table name. And I checked, it's not a collision with a core table name. I can open an issue on github with more details, but just wanted to see if this rings any bells first?
I would guess this PR is the reason this error message is showing up (but not the underlying cause of the error)