
Originally Posted by
Uwe
Should be a problem of new/delete of your plot items and maybe the inserted data objects. Ask your debugger, what is wrong.
Uwe
Well, I'll try somethign like calling a function to do the clear() istead of calling it directly as I'm doing with this version. Now I tried the "ask your debugger" [with what I understood by that] and the message was:
The inferior stopped because it received a signal from the Operating System.
Signal name : SIGSEGV
Signal meaning : Segmentation fault
Than it pointed out to line 306 in my programming in the cpp that makes the new points:
pmw->gra->curva->setData(&xs1[0],&ys1[0],xs1.size());
pmw->gra->curva->setData(&xs1[0],&ys1[0],xs1.size());
To copy to clipboard, switch view to plain text mode
How should I proceed in this case?
Bookmarks