From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9bf85e4c5603aa534c9705d22bc2a8ad@quanstro.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] drawterm segfault From: erik quanstrom Date: Sat, 13 Oct 2007 20:19:29 -0400 In-Reply-To: <798fc2bfe8c1ff8bb5bbf8bf9193035b@sorosj.hd.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: cfdd595a-ead2-11e9-9d60-3106f5b1d025 > Continuing. > [New Thread -1250161776 (LWP 9379)] > [New Thread -1261585520 (LWP 9380)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1261585520 (LWP 9380)] > 0x08086210 in ?? () > (gdb) bt > #0 0x08086210 in ?? () > #1 0x00000000 in ?? () you may be debugging the wrong thread. it's been a while since i've fired up gdb, but i think the command is "thread." you'll need to do a backtrace in each thread. alternatively, if you have a core file, p9p core may give better output. - erik