From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GgrCV-0001Qn-33 for qemu-devel@nongnu.org; Sun, 05 Nov 2006 18:14:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GgrCS-0001Mg-WF for qemu-devel@nongnu.org; Sun, 05 Nov 2006 18:14:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgrCS-0001MH-RA for qemu-devel@nongnu.org; Sun, 05 Nov 2006 18:14:48 -0500 Received: from [64.233.182.185] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GgrCS-0005Qp-MC for qemu-devel@nongnu.org; Sun, 05 Nov 2006 18:14:48 -0500 Received: by nf-out-0910.google.com with SMTP id p48so2271454nfa for ; Sun, 05 Nov 2006 15:14:47 -0800 (PST) Message-ID: Date: Sun, 5 Nov 2006 20:14:47 -0300 From: "Lauro Moura" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: [Qemu-devel] Re: Problem with Parallel port TCP redirection Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 11/4/06, Lauro Moura wrote: > I'm trying to redirect the parallel port to a tcp connection using > "-parallel tcp::4555,server,nowait". When any client tries to connect > qemu just crashes without a single error message, only "segmentation > fault" sometimes. > > Qemu 0.8.2 on Ubuntu Edgy. > Using some "rough" debugging, I found that tcp_chr_connect is called inside tcp_chr_accept (both in hw/vl.c) but doesn't return, leaving a segfault instead. -- Lauro CIn/UFPE http://lauro.wordpress.com