Byungsung Cho (bscho++at++utah3d.com)
Tue, 07 Dec 1999 12:27:25 +0900
> [Back from I/ITSEC ..]
>
> On Dec 1, 6:39pm, B S Cho wrote:
> > I would like to get help on using Purify with Performer.
> > The Performer Programmer's Guide tells: [....]
> > malloc(int n) {return malloc(n);}
> > afree(void*p) {free(p);}
> > arealloc(void*p, int n) {return realloc(p, n);}
>
> I think that first 'malloc' is a typo, it should be:
>
> amalloc(int n) {return malloc(n);}
> ^
Thank you for answering my question. I was about to give up using Purify
since I haven't got any help until today. If I looked at the code closely,
I might be able to notice the typo...
Anyway, I have compiled my program successfully with Purify.
But when I ran it, the program died with the following error message:
#ERROR: (fatal) Stripped binaries are not supported
[/usr/lib32/libInventor.so.3].
#ERROR: (fatal) Unable to instrument /usr/lib32/libInventor.so.3
[/usr/lib32/libpfdb/libpfiv_ogl.so].
Segmentation fault (core dumped)
The error happend when an Invertor file converter was about to be loaded
by pfdInitConverter function.
Can somebody tell me how to fix?
Thanks in advance,
-Cho
bscho++at++utah3d.com
>
This archive was generated by hypermail 2.0b2 on Mon Dec 06 1999 - 19:27:44 PST