Gonzalo José Carracedo Carballal

Results 342 comments of Gonzalo José Carracedo Carballal

Hi @eb3frn Do you still see this issue?

It should be fixed now, I've just triggered a new development build. Do you mind giving it a try?

Hi, glad to hear that! Regarding submodules, it's funny you say that because we've been experimenting with them recently. My plan is to add the possibility to rely on submodules...

Porting to CMake itself is not the problem, but maintaining compatibility with the existing projects (like SigDigger) could be. And, of course, we still have the complications derived from the...

Got it, you are not the only one complaining and I am also getting tired of this behavior, I will change it soon.

Hi, Since I had to write a small feature that performs config autosave every 30 minutes, I leveraged the existing code to implement this. Now config is dumped right after...

See https://github.com/BatchDrake/SigDigger/issues/117

Hi Steve, Could you run SigDigger from gdb and from there, copy here the backtrace of the error? You can do this by running SigDigger from terminal like this: ```...

Hi, I'll try to fix this during the day. In the meantime, inside of Suscan, go to analyzer/source.c and in the surroundings of line 1635, remove the following lines: ```c...