Closed sanjayankur31 closed 9 years ago
Hi! D'oh it seems some code from one of my feature branches has leaked into the development branch without being finished. This part of the code was still buggy. I am currently compiling the library. Should be able to commit a hotfix within the hour. Have to go now and make coffee, bye! F
Hiya! It turned out to be PEBKAC. I had a stray libauryn.a file somewhere and it was linking against it instead of the latest build. Sorry for the noise. Closing. :(
Alright. Still seems as if you were compiling code from the develop branch. I cherry-picked some commits there which should resolve that issue.
I am compiling against the develop branch nowadays, yeah. I just pulled your changes and they do fix the issue. Thanks! :)
Hiya,
I was running some simulations with AdEx that use the system's save_network_state method and keep running into segfaults. This is the backtrace:
The same simulation using TIFGroup does not give me a segfault. I've checked my simulation code and don't think there's an error there. I compared the sources of the TIF and AdEx groups and noticed that the AdEx group doesn't override the "virtual_serialize" methods - could this be the reason? (I'm looking at the boost docs now, but I haven't used this part before.)