Matthias . Hoelzl @ ifi . lmu . de <[EMAIL PROTECTED]> wrote: > Parrot segfaults when executing the appended function.
It's hard to tell, what's the problem. A debugger backtrace with information about the relevant variables could help. And: if the code runs with "parrot -G" then it's likely a GC bug. If the segfault is happening earlier, when you run with --gc-debug and/or -t, the it's very likely a GC bug. Best is of course to extract a small piece of code that exposes the error :) leo