On Wed, 10 Nov 2010 07:13:21 -0500, spir <[email protected]> wrote:
Hello D programmers,
I'm blocked by a mysterious segfault I seem to be unable to diagnose.
There is probably some point of D I have not yet understood. Below
relevant piece of code; "***" marks debug instructions.
This is not enough code to understand the problem. For instance,
writefln(pattern) prints a class, but we don't see Pattern's toString
function. We don't see the code that creates the object and then calls
check. Maybe something happens between calls?
It's impossible to diagnose something like this without a working example,
so you need to trim it down to something that still compiles and fails,
and then share that entire code.
-Steve