X-Spam-Check-By: sourceware.org Date: Mon, 24 Jul 2006 23:55:32 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: gdbserver: Child terminated with signal = 5 Message-ID: <20060725035532.GD30145@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Tue, Jul 25, 2006 at 10:25:13AM +0800, veinson.fu wrote: >i use gdb6.4 for remote debug between windows-xp(gdb) and linux(gdbserver). >the gdb of windows-xp is recompiled by gcc of cygwin and >the gdbserver of linux is also recompiled on linux. > >but i occure two problems. >1. when i set a breakpoint in my source-code(no multithread) at client, the >target(gdbserver) receive one message that mean "Wrong sized register packet >(expected 624 bytes, got 616)" >2. when i set a breakpoint in my source-code(has two threads) at client, the >target(gdbserver) receive one message that mean "Child terminated with >signal = 0x5" and then Gdbserve exits. > >can somebody give me some help ? It's not likely that anyone here will be able to help with gdb. gdb has its own mailing list: gdb at sourceware dot org You should send a query there. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/