$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Solaris Container
From: Zeljko Vrba (zvrba_at_[hidden])
Date: 2009-09-10 01:35:04
On Wed, Sep 09, 2009 at 07:15:13PM +0200, Bernhard Duebi wrote:
>
> thank you for having a look at my problem.
> Any idea how I can find out what library is doing it and how it is
> triggered ?
>
compile your program with debug symbols (-g) and attach to it with
the debugger (dbx -p <pid>) once it enters the loop. Then examine
the stack back-trace and see where it's stuck and how it got there.