
Hello, remembered of me! I'm a student graduating in Computer science Engineering and I'm leading a thesis on the Vectorial Diagrams Animated in Inkscape.
I had successful to insert of inkscape a "parallel" Thread to the main program, that it reads of the regarding data the characteristics of an object and then assigns them to the object by means of the endured function
sp_repr_set_attr(nodes[i],style.c_str(),attrib.c_str());
nodes[i] -> it is a carrier of gunlayers "Node" (std::vector<Inkscape::XML::Node *> nodes;) style & attrib -> are strings.
But after this call, the program crasha and it is closed without some message. By means of the debuggher they are successful to understand that there is an error of Segmentation Fault:
Program received signal SIGSEGV, Segmentation fault. ---Type <return> to continue, or q <return> to quit--- [Switching to thread 3236.0x6a8] GC_clear_stack_inner (arg=0x47429a0 "", limit=2284336) at misc.c:293 293 misc.c: No such file or directory. in misc.c Current language: auto; currently c
You can help me to resolve this problem being given to me some council to follow?
Thanks
Federico