Vicente Olivert Riera <[email protected]> writes:

>  
>                       rc = unw_get_proc_name(&cursor, fn_name,
>                                              sizeof(fn_name),
> -                                            (unw_word_t *) &function_offset);
> +                                            &uw_function_offset);
> +                     function_offset = (arch_addr_t) uw_function_offset;
> +                     assert(uw_function_offset == (unw_word_t) 
> function_offset);
> +
>                       if (rc == 0 || rc == -UNW_ENOMEM)
>                               fprintf(options.output, " > %s(%s+%p) [%p]\n",
>                                       lib_name, fn_name, function_offset, ip);

This has the same problem.

Thanks,
Petr

_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to