Search

March 30
DIP Ideas »
...as per makeNull return state

    *var = 42;
    // segfault due to var being null
}
```

What we...
March 29
General »
...as per makeNull return state

    *var = 42;
    // segfault due to var being null
}
```

What we...
March 27
Learn »
...few lines replaces this error with a segfault, but either way, these errors shouldn't...
March 26
General »
...that tells you where your code might segfault because of a null dereference is even...
March 24
Learn »
...destructor was missing in `Map.deleteUnit`. The segfault happens whenever a unit is destroyed.

In...
March 23
Learn »
...the AI system, and I had a segfault every time the enemy was in reach...
March 13
General »
...that simply letting the OS handle the segfault is sufficient for 98% of the use...
March 12
General »
...talking about environments where the null page does not segfault, like in a kernel.

-Steve
March 11
General »
...Hello, world!");
    	return 0;
    }

```

Formally yes, but segfault looks not good for language which say...
March 12
General »
...to the this pointer, its going to segfault.

Same principle with the vtable lookup.

If...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »