Comment 2 for bug 1916874

Revision history for this message
zdohnal (zdohnal) wrote :

Hi Mel,

I'm Zdenek, RHEL/Fedora/CentOS HPLIP maintainer - I saw your bug here in emails from HPLIP launchpad (I check the upstream bugs for relevant bugs).

The segfault is a separate issue, which I cannot tell more about from the stacktraces - they're missing information where specifically (which line/variables used...) in hpcups segfault happened:

#8 0x00007fb6c58c8b2c __libc_start_main (libc.so.6 + 0x27b2c)
#9 0x000055c4651b09ce n/a (hpcups + 0x89ce)
-------------------------------------------

usually helps to install debuginfo packages and then investigate the coredump in coredumpctl.

But regarding the other error:

Feb 24 14:50:09 loonix hpcups[6599]: prnt/hpcups/HPCupsFilter.cpp 489: m_Job initialization failed with error = 48

that code refers to missing/old plugin according prnt/hpcups/CommonDefinitions.h (0x30 is 48 in decimal):

PLUGIN_LIBRARY_MISSING = 0x30,

so you can try to install/reinstall the plugin for now by 'hp-plugin'.