This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: signals in a multithreaded application


On Fri, Jan 05, 2007 at 08:35:03AM +0000, jf wrote:
> And the program continues running fine (minus of course the heap
> corruption). Has anyone encountered this before? I changed the settings in
> GDB telling it to not pass the exception to the application thinking that
> the terminal was just messing up or similar and it just happened at the
> same time GDB decided to switch threads (is that GDB changing threads or
> the OS??), but I found that the signal is never delivered.

It's GDB switching threads.  But no, I've never seen anything like
this.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]