Disallow null references in safe code?
Jacob Carlborg
doob at me.com
Wed Feb 5 09:07:43 PST 2014
On 2014-02-03 11:41, Jonathan M Davis wrote:
> I recall there being a change to druntime such that it would print a backtrace
> for you if you hit a segfault, but it doesn't seem to work when I write a
> quick test program which segfaults, so I'm not sure what happened to that.
1. It only works on Linux
2. You need to call a function in a module constructor (I don't recall
which one)
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list