Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net