Re: Array bound read : pthread_exit



On Jan 30, 3:53 am, "Ra...@xxxxxxxxxxxx" <raxitsheth2...@xxxxxxxxx>
wrote:
Debugging a program
while running under purify, it shows below

Is it problem with pthread_exit ?
<SunOS 5.10 >
ABR: Array bounds read (N times)
strcmp [rtlib.o]
_p1048static [rtlib.o]
*unknown func* [pc=0x172830]
_t_cancel [libc.so.1]
_thr_exit_common [libc.so.1]

<while calling> pthread_exit ((void *) 0);

-Raxitwww.mykavita.com<--- Get your Poem Blog !

My bet is this is a false positive owing to something strange in
rtlib.

DS
.



Relevant Pages

  • Array bound read : pthread_exit
    ... Debugging a program ... while running under purify, it shows below ... ABR: Array bounds read ...
    (comp.unix.programmer)
  • Array Bounds Errors in Purify
    ... When I'm running my application through Purify I keep ... CRecordset recSet; ... Array bounds write in MultiByteToWideChar ... reproduce the same issue running against Oracle (Oracle ...
    (microsoft.public.vc.database)
  • Array Bounds Write Errors on Recordset Open
    ... When I'm running my application through Purify I keep ... CRecordset recSet; ... Array bounds write in MultiByteToWideChar ... reproduce the same issue running against Oracle (Oracle ...
    (microsoft.public.vc.mfc)