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
Well, obviously, running templight with the "-E" option makes no sense at all. This is not something I had expected people would do, there are probably more loop-holes like that. The front-end of templight is something that I wrote in a bit of a quick-and-dirty way that manually instantiates the compiler, so I would imagine that passing in any option that would normally result in the compiler not running at all (like the "-E" option) would interact badly with templight.
Ideally, templight should terminate with an error message instead of crashing on a seg-fault. I would need to find a relatively pain-free way to catch those errors without having to exclude specific options.
I noticed this when I accidentally ran templight under ccache.
Backtrace from gdb:
The text was updated successfully, but these errors were encountered: