Search:

Type: Posts; User: cipher82

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    16,577

    Thanks matsp for your advise! After reviewing...

    Thanks matsp for your advise!
    After reviewing all the previsous calls of malloc() i saw that one allocated not enough memory for what i was writing to that memory location. Suprisingly the programm...
  2. Replies
    21
    Views
    16,577

    malloc() resulting in a SegFault?!

    Hi,

    i got a strange SegFault when trying to allocate memory (malloc).
    First i setup the object like this:



    //global
    Accelerator_KDTree *g_KdTree; //KD-Tree Objectpointer
    ...
Results 1 to 2 of 2