On Sat, 14 Aug 2004 09:17:25 +0200
Leopold Toetsch <[EMAIL PROTECTED]> wrote:

> Michel Pelletier <[EMAIL PROTECTED]> wrote:
> 
> > The first is multi-inheritance stopped working, but that's not as big a
> > deal as the new problem.
> 
> I've changed a few bits in object code during Pie-thon hacking, which is
> likely the cause for the problem. A small code snippet that exposes the
> error would be fine.

Good news and bad, small multi-inheritance test scripts work fine for
me, only my large test script segfaults. I'm still trying to boil it
down to the minimal case tonight.  

Bad news is it's *weird*, when I turn on opcode tracing to find out
exactly where it is (and I have a strange feeling it's the 'compile'
opcode) the large script works fine.  It only segfaults when *not*
tracing.  I'm still looking for the right snippet.
 
> 3) turn off line buffering
> 
>    $P0 = getstdout    # PIR syntax
>    $P0."setbuf"(0)

That did it for me, thanks!

-Michel

Reply via email to