• MorphOS Developer
    CISC
    Posts: 619 from 2005/8/27
    From: the land with ...
    Quote:

    BSzili wrote:
    I already know what's going on in the crashdump. One of those class members has a bogus address when it's destroyed. I just can't figure out why. I honestly don't know what should I print in the destructor to point me in the right direction. This only happens on MorphOS, none of the other supported platforms segfaults/crashes here, so I'm on my own with this problem.


    Well, then print all the member pointers, then at least you will see if it happens outside your code control or not. You might also want to print them at certain places in your main code as well, certainly right before the hits usually start, just add another class method that does that for you.


    - CISC
  • »24.07.14 - 08:51
    Profile