Re: ANN: Pykdump - Python scripting for Crash

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alex Sidorenko wrote:

> Hi Dave,
>
> sorry for mischief - I joined the mailing-list today using my short email
> address <asid@xxxxxx>, but sent email from another mailer which was
> configured to use my long email address, <alexandre.sidorenko@xxxxxx>.
>
> I posted again, this time using <asid@xxxxxx>
>
> 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: alexs@xxxxxxxxxxxxxxxxxxxxx
> Global Solutions Engineering:   Unix Networking
> Hewlett-Packard (Canada)
> ------------------------------------------------------------------

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux