Hi,
while I was trying to figure out a bug in my library, I found that the segfault results from calls to the function error() from my code. When I change these calls to post() everything works as advertised:
https://github.com/residuum/PuRestJson/issues/14
I found it in Pd-extended 0.42 and 0.43. Is this really an issue or could it be the result of me cross compiling the code with MXE and using to some other version of m_pd.h and pd.dll for compilation?
Thanks, Thomas