delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/12/07/17:47:42

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <011901c17f71$1ea24eb0$0200a8c0@lifelesswks>
From: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au>
To: "Evan Pollan" <evan_pollan AT yahoo DOT com>, <cygwin AT cygwin DOT com>
References: <BKEEJPNONNBIJFHGBKHJCEDPCAAA DOT evan_pollan AT yahoo DOT com>
Subject: Re: Segmentation fault when using gdb & pthreads
Date: Sat, 8 Dec 2001 09:47:15 +1100
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-OriginalArrivalTime: 07 Dec 2001 22:47:12.0213 (UTC) FILETIME=[1C131850:01C17F71]

Try continuing. There is some memory access checks in place, that will
return a error to the app, but under a debugger throw a segv.

Rob
===
----- Original Message -----
From: "Evan Pollan" <evan_pollan AT yahoo DOT com>
To: <cygwin AT cygwin DOT com>
Sent: Friday, December 07, 2001 2:23 PM
Subject: Segmentation fault when using gdb & pthreads


> All--
>
> I posted this a few weeks back and didn't get any response.  I've
searched
> the
> archives and haven't seen anything helpful, so I'm reposting...
>
> I'm trying to use gdb on a simple pthreads app. The app runs fine, but
I
> wanted
> to give the gdb a test drive.  However, whenever I step into or over
any
> pthread code, I get a segmentation fault.  In my case, a call to
> pthread_cond_init() causes the SIGSEGV.
>
> The code is compiled w/ -g, and I can step through the execution for
> everything
> up to the pthreads code.  Is this a limitation w/ gdb or am I missing
either
> a
> compilation or debugging flag?  I'm using the full cygwin distribution
as of
> cygwin-1.3.5-3 on Win2000.
>
> Here's the seg fault as it appears when I encounter the
pthread_cond_init()
> call:
>
>     (gdb) run
>     Starting program:
> /cygdrive/c/home/Evan/src/c++/QueueProcessor/Driver.exe
>
>     Breakpoint 1, QueueProcessor::QueueProcessor (this=0x22fd54)
>         at QueueProcessor.cpp:39
>     39    {
>     Current language:  auto; currently c++
>     (gdb) step
>     41    rc = pthread_cond_init(&_condition, NULL);
>     (gdb) print rc
>     $1 = 0
>     (gdb) step
>
>     Program received signal SIGSEGV, Segmentation fault.
>     0x77e86e72 in _libkernel32_a_iname ()
>     (gdb)
>
>
> thanks for the help,
> Evan
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019