Are the &hrd_names and &hdr_values in this line correct? If so, do you know what xz_trans... does with them? Since it's a double ptr as written, your original ptr might be modified.
result=xz_transaction_hdrs_modify(handle,ctx,&hdr_names,&hdr_values,del_count,add_count,replace_count) --Hoyt On Thu, May 14, 2009 at 10:40 PM, Mohamed Lrhazi <[email protected]> wrote: > On Fri, May 15, 2009 at 1:32 AM, Robert Bradshaw > <[email protected]> wrote: >> How long do you keep the tuple around? >> > till the end of the function where everything is happening, mainly > till after I attempt the C-lib function call, where I sigfault. > > Hoyt, thanks for the suggestions. I will try them. I am so desperate. > Thanks. > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > -- ++++++++++++++++++++++++++++++++++++++++++++++++ + Hoyt Koepke + University of Washington Department of Statistics + http://www.stat.washington.edu/~hoytak/ + [email protected] ++++++++++++++++++++++++++++++++++++++++++ _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
