[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#6074) SEGV in pthread_mutex_lock()
On Sun, 3 May 2009, Howard Chu wrote:
>> data is null, p is null.
>
> And the trace shows data = 0x12cd3e0f0. What are you looking at?
Sorry about that...despite appearances, I actually know that NULL != "".
Guess this is what I get for writing an e-mail on the way to the airport.
Let's try:
(dbx) print data
data = 0x12cd3e0f0
(dbx) print *data
*data = (void)
(dbx) print p
p = (nil)
so dereferencing p->avl_data was the no go. Hopefully this is more sane...