March 09 Learn » Re: Why am I getting segfaults when doing `foreach` with arrays of references? | |||
|---|---|---|---|
| |||
...null. Anyway, I managed to fix the segfaults. In the latest two commits, I have... | |||
March 09 Learn » Re: Why am I getting segfaults when doing `foreach` with arrays of references? | |||
|---|---|---|---|
| |||
The default initialization state of a pointer (regardless of type) in D is null. I... | |||
March 09 Learn » Re: Why am I getting segfaults when doing `foreach` with arrays of references? | |||
|---|---|---|---|
| |||
I think I'm starting to understand better. I was thrown off somewhere when I... | |||
March 09 Learn » Re: Why am I getting segfaults when doing `foreach` with arrays of references? | |||
|---|---|---|---|
| |||
Something that I have noticed that you are still doing that was pointed out previously... | |||
March 09 Learn » Why am I getting segfaults when doing `foreach` with arrays of references? | |||
|---|---|---|---|
| |||
With [my game project](https://github.com/LiamM32/Open_Emblem), I have been getting segmentation... | |||
March 06 Learn » Re: Error when using `import`. | |||
|---|---|---|---|
| |||
...don't know why it segfaults. The line where it segfaults appears to be roughly... | |||
February 17, 2024 General » Re: By ref and by pointer kills performance. | |||
|---|---|---|---|
| |||
...to it, and see how the program segfaults. Just to prove a point of what... | |||
February 13, 2024 Issues » [Issue 24393] New: Going into ROM operator overload | |||
|---|---|---|---|
| |||
...immutable and therefore turn off reference counting. Otherwise segfaults if the memory is read only. -- | |||
January 31, 2024 General » Varargs issue with LDC | |||
|---|---|---|---|
| |||
...dmd. When compiled with ldc, however, it segfaults when I try to perform an operation... | |||
January 23, 2024 Learn » Re: Providing implicit conversion of - memory-safety | |||
|---|---|---|---|
| |||
...writeln(value(3, v.ptr)); // Lucky: program segfaults writeln(value(v.length, v.ptr)); } ``` I... | |||
Copyright © 1999-2021 by the D Language Foundation