December 03, 2021 Issues » [Issue 22563] Nested structs, if not escaping, shouldn't allocate context (just like delegates) | |||
|---|---|---|---|
| |||
...just not inferred to be @safe. It segfaults at runtime, presumably because `global` is initialized... | |||
November 18, 2021 General » SAOC LLDB D integration: 9th Weekly Update | |||
|---|---|---|---|
| |||
...size;`. Since I preallocated the buffer, the segfaults were intermittent. Furthermore, the semantics of my... | |||
November 17, 2021 Issues » [Issue 22516] New: Segfault for function literal in struct initializer with previous errors | |||
|---|---|---|---|
| |||
...Reporter: moonlightsentinel@disroot.org
The following code segfaults since 2.072:
struct Data
{
void function... | |||
November 02, 2021 Issues » [Issue 22460] Unittest build of d_do_test.d triggers RangeError on OpenBSD | |||
|---|---|---|---|
| |||
...Further analysis suggests that using -lowmem immediately segfaults full stop no matter what you are... | |||
October 28, 2021 Issues » [Issue 22443] New: OpenBSD: Fix Fiber support by adding MAP_STACK | |||
|---|---|---|---|
| |||
...work. Without it, code using Fibers immediately segfaults. This patch was created by gkoehler@openbsd... | |||
October 20, 2021 General » Re: If you could make any changes to D, what would they look like? | |||
|---|---|---|---|
| |||
...with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class) fixed. | |||
October 19, 2021 Issues » [Issue 17037] std.concurrency has random segfaults | |||
|---|---|---|---|
| |||
...Fix issue 17037 - std.concurrency has random segfaults" was merged into master: - 2c6051da1023f535544de5f575c013803286f62c by WalterW... | |||
October 17, 2021 Issues » [Issue 22409] New: importC: [ICE] Error: struct no size because of forward reference | |||
|---|---|---|---|
| |||
...Reporter: ibuclaw@gdcproject.org
Issues error then segfaults.
---
struct S1;
typedef struct S1 {
int f1... | |||
October 16, 2021 Issues » [Issue 17037] std.concurrency has random segfaults | |||
|---|---|---|---|
| |||
...has random segfaults" fixing this issue: - Fix issue 17037 - std.concurrency has random segfaults https... | |||
October 13, 2021 Issues » [Issue 19660] 'export' keyword on OSX/Linux globals causing segfaults | |||
|---|---|---|---|
| |||
...export' keyword on OSX/Linux globals causing segfaults https://github.com/dlang/dmd/pull/13164 -- | |||
Copyright © 1999-2021 by the D Language Foundation