This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Unexpected value-at for NULL'd pointer with pthreads
- From: Andrew Haley <aph at redhat dot com>
- To: Kyle Harper <kylejharper at gmail dot com>, Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: Jeffrey Walton <noloader at gmail dot com>, "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Mon, 24 Aug 2015 09:28:39 +0100
- Subject: Re: Unexpected value-at for NULL'd pointer with pthreads
- Authentication-results: sourceware.org; auth=none
- References: <CAPcbWWxx3g9Uk9sn5jgG1GgmxSk1fjy5ybHKuRMzdKN3LJqt2Q at mail dot gmail dot com> <CAH8yC8nSNMGkbLWWcToBX6ZP5ygFFVqjKOmjq_pnvvFmfnxqSA at mail dot gmail dot com> <CAH6eHdSw84L3t9AqUjwGkvEU=4knZJvAod+d72OgusP0F5q0pA at mail dot gmail dot com> <CAPcbWWx-CQpJQvKHdHkObJ4wRv=9idRi1PaJuJ0nScMM7o6E_g at mail dot gmail dot com>
On 22/08/15 00:06, Kyle Harper wrote:
> I'm happy to provide any other code or info, or try other debugging
> tools. I'm getting desperate trying to track this down, so any help
> is appreciated.
The rule for this is always super-simple:
Provide a complete example with full instructions about how to
reproduce the problem.
Andrew.