-
Notifications
You must be signed in to change notification settings - Fork 123
segfault on missing gopts #2815
Comments
AFAIK this is fixed. If it happens again, please reopen. |
@bauhaus93 can you try to reproduce? (Run lcdproc with the gopts plugin (re)moved) |
I get a segfault during I installed elektra and lcdproc (from ElektraInitiative/lcdproc#7) using the guide in PR 7, then renamed |
Thank you for reproducing! Can you maybe also post the stacktrace? ( |
The stacktrace for lcdproc:
|
It seems like the binary did not have debug symbols. Is your CMAKE_BUILD_TYPE RelWithDebInfo or Debug? |
I just tried it myself. The full stack-trace is:
So this is a different segfault then the one this issue was created for ( The fix should be simple, it is just a missing |
@kodebach Was the fix already included somewhere or is this still open? |
AFAIK it is still open |
This is definitely something we should fix for the next release. What else is missing so that the elektrified LCDproc will work nicely? |
I will create a PR for this and #3014.
The Other than that, everything should work. Whether it works "nicely" or not, is something that @haraldg will have to decide. The biggest open problems are:
|
Thank you!
Any specific reason for this? What about remove the experimental flag?
Thank you, I opened #3041 |
It is unfinished and most of its features are not well tested in real-world environments. Other than that, I don't see a reason to keep it experimental. |
Which are the best tested parts? |
Loading from an embedded spec via a The part that is not so well tested is everything to do with changing the spec. I didn't even remember, that we allowed adding/modifying If we disallow all changes to |
Yes, this change sounds very useful. |
as reported in #2772
Expected behavior: error, that a plugin cannot be found.
The text was updated successfully, but these errors were encountered: