July 27, 2017 General » @safe and null dereferencing | |||
|---|---|---|---|
| |||
...that null pointer dereferencing should cause a segmentation fault (or crash) and is checked by... | |||
July 27, 2017 General » Re: all OS functions should be "nothrow @trusted @nogc" | |||
|---|---|---|---|
| |||
...process' virtual address space - The null dereference segmentation fault on Linux stems from the fact... | |||
July 26, 2017 General » Re: all OS functions should be "nothrow @trusted @nogc" | |||
|---|---|---|---|
| |||
...there is no way to get a segmentation fault except for UB, and fgetc(NULL... | |||
July 21, 2017 Issues » [Issue 16618] [REG2.055] Segmentation fault in DMD with cyclic alias this and unknown identifier | |||
|---|---|---|---|
| |||
...Added
----------------------------------------------------------------------------
Hardware|x86 |All
Summary|Segmentation fault: 11 |[REG2.055] Segmentation
| |fault in DMD with... | |||
July 14, 2017 Issues » [Issue 17601] [REG2.075.0-b1] segmentation fault for dmd -deps | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17601 Martin Nowak <code@dawg.eu> changed... | |||
July 14, 2017 Issues » [Issue 17651] New: Segfult when parsing Ddoc ESCAPES macro | |||
|---|---|---|---|
| |||
...a segmentation fault. Looking at the stack trace it looks like it the segmentation fault... | |||
July 13, 2017 Issues » [Issue 17646] New: dmd segfaults on missing foreach body in import | |||
|---|---|---|---|
| |||
...instead of statement Program received signal SIGSEGV, Segmentation fault. 0x0000000000637b63 in StatementSemanticVisitor::visit(ForeachStatement*) (this... | |||
July 11, 2017 Learn » stacktrace for InvalidMemoryOperationError | |||
|---|---|---|---|
| |||
...registerMemoryErrorHandler(); (see http://vibed.org/docs#handling-segmentation-faults ) What else can I do to... | |||
July 10, 2017 Issues » [Issue 15770] SocketSet.add OutOfMemoryError on Posix | |||
|---|---|---|---|
| |||
...add(s); // succeeds
ss.add(TcpSocket.init); // segmentation fault as expected
}
/////////////////////////////////////////////////////////////
Please reopen if you... | |||
July 10, 2017 Issues » [Issue 17632] New: 2.075 beta regression: opBinary and delegate code generation | |||
|---|---|---|---|
| |||
...executes successfully with 2.074.1 but segmentation faults with 2.075.0-b4: ---------------------------------------------------- import... | |||
Copyright © 1999-2021 by the D Language Foundation