Alex Sidorenko wrote:

> Hi Dave,
>
> sorry for mischief - I joined the mailing-list today using my short email
> address <[EMAIL PROTECTED]>, but sent email from another mailer which was
> configured to use my long email address, <[EMAIL PROTECTED]>.
>
> I posted again, this time using <[EMAIL PROTECTED]>
>
> BTW - would it be possible to change in crash sourcefile extensions.c the way
> you do dlopen:
>
>         ext->handle = dlopen(ext->filename, RTLD_NOW);
>
> adding RTLD_GLOBAL flag, i.e.
>
>         ext->handle = dlopen(ext->filename, RTLD_NOW|RTLD_GLOBAL);
>
> Python is usually shipped with extensions built as dynamically-loadable
> modules, so we need RTLD_GLOBAL to make this work ('extend' loads Python
> extension, it loads another extension...)
>
> Without this, I need to patch extensions.c myself every time I compile the new
> version of crash from sources.
>
> Regards,
> Alex
>

No problem -- I've queued it for the next release...

Thanks,
  Dave


>
> ------------------------------------------------------------------
> Alexandre Sidorenko             email: [EMAIL PROTECTED]
> Global Solutions Engineering:   Unix Networking
> Hewlett-Packard (Canada)
> ------------------------------------------------------------------

--
Crash-utility mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/crash-utility

Reply via email to