Displaying 1 result from an estimated 1 matches for "avl_".
Did you mean:
avl
2009 Mar 06
1
Fix for foreign package segfault on Solaris 10 Intel
...lt ***
address fe1d5c70, cause 'invalid permissions'
Traceback:
1: .C("spss_init", PACKAGE = "foreign")
2: fun(...)
This happened whether I built with gcc3, gcc4, or SunStudio 12.
Using pstack I found that the code was crashing in avl_create().
Using truss I found that identically named functions in the Solaris
/lib/libavl.so.1 library were being used instead of the AVL functions
provided in avl.c in the foreign package. To verify, I replaced all
of the "avl_" and "AVL_" patterns in foreign/src/*.[ch] with...