in reply to xsub and c++ iostreams locking

Can you narrow the code down to the smallest bit where it locks up, and then paste it in here? I don't see any STL caveats in the XSUB pods (perlxs or perlxstut), so if you can narrow it down to the smallest bit that hangs, perhaps it is something simple to work around. It's tough to eyeball a general problem like hang without the code, in any language.

    --jb

Replies are listed 'Best First'.
Re: Re: xsub and c++ iostreams locking
by rsteinke (Scribe) on Apr 19, 2002 at 21:10 UTC
    When I tried to thin things down to a test case, I hit an internal error in g++ (both 2.95.4 and 3.0.4). I'll mail them and get back to you later.