Re: printf + pthreads+gdb+mintty = hang?

2013-05-08 Thread Christopher Faylor
On Wed, May 08, 2013 at 04:47:46PM -0400, Ryan Johnson wrote: >On 08/05/2013 2:36 PM, Christopher Faylor wrote: >> On Tue, May 07, 2013 at 04:22:23PM -0400, Ryan Johnson wrote: >>> Hi all, >>> >>> Running the attached STC inside gdb hangs (zero CPU util, have to kill >>> gdb from Task Manager, kill

Re: printf + pthreads+gdb+mintty = hang?

2013-05-08 Thread Ryan Johnson
On 08/05/2013 2:36 PM, Christopher Faylor wrote: On Tue, May 07, 2013 at 04:22:23PM -0400, Ryan Johnson wrote: Hi all, Running the attached STC inside gdb hangs (zero CPU util, have to kill gdb from Task Manager, killing a.exe doesn't cut it). Compile line used: g++ -Wall -g -mthreads -DBUG bu

Re: printf + pthreads+gdb+mintty = hang?

2013-05-08 Thread Christopher Faylor
On Tue, May 07, 2013 at 04:22:23PM -0400, Ryan Johnson wrote: >Hi all, > >Running the attached STC inside gdb hangs (zero CPU util, have to kill >gdb from Task Manager, killing a.exe doesn't cut it). > >Compile line used: g++ -Wall -g -mthreads -DBUG bug.cpp > >I currently have the following packa