Array bound read : pthread_exit



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);


-Raxit
www.mykavita.com<--- Get your Poem Blog !
.



Relevant Pages

  • Re: Array bound read : pthread_exit
    ... while running under purify, it shows below ... ABR: Array bounds read ... My bet is this is a false positive owing to something strange in ...
    (comp.unix.programmer)
  • Re: IBM/Rational Purify (or an alternative) on FC3/FC5
    ... I rely heavily on IBM/Rational Purify for debugging software and under ... Solaris/RH73 life is good but it doesn't work on FC3/FC5 with a kernel> ...
    (Fedora)
  • Re: how to locate memory error
    ... There are many heap debugging tools ... Purify is an excellent tool but sometimes it does not give ... Do you have the dtor source code ... Dynamic Memory Solutions ...
    (comp.lang.cpp)
  • 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)
  • 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)