https://d.puremagic.com/issues/show_bug.cgi?id=12395
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #2 from Vladimir Panteleev <[email protected]> 2014-03-18 03:58:59 EET --- @safe programs can still segfault, e.g. due to dereferencing a null pointer or causing a stack overflow. Your program does the latter: the functions disjunction.check_match and memo_expression.matches call each other recursively. > but my program is still segfaulting and I can't figure out why or where. To diagnose segfaults, compile your program with symbols (DMD -g switch) and run it under a debugger (such as gdb). -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
