Solved knetwalk crash on start

I upgrade the packages on FreeBSd-12.2p10 and now netwalk crases on start:
Code:
/usr/local/bin/knetwalk
kf.coreaddons: The operating system is unable to promise 10547304 bytes for mapped cache, abandoning the cache for crash-safety.
kf.coreaddons: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Abort trap (core dumped)

The loss of netwalk is a minor annoyance. However, I do not believe that upgrading packages should cause other applications to crash. Which leaves me wondering what else is going to fail. So far these I have found:

Code:
pkg info --required-by qt5-opengl

qt5-opengl-5.15.2_2:

    kalzium-21.08.1                               # works

    marble-21.08.1                                # does not work

    webcamoid-8.8.0_2                             # unknown - fails but for reasons possibly related to no web cam installed

    ksudoku-21.08.1                               # works without mapped cache

    kubrick-21.08.1                               # starts but does not run properly           

    qt5-multimedia-5.15.2_2                       # wireshark works so I infer that multimedia does as well

    qt5-webkit-5.212.0.a4_6                       # fontmatrix works so I infer that webkit does as well

    qTox-1.17.3_2                                 # works

    phonon-qt5-4.11.1                             # audio still works

Bug reported: PR 260424
 
Last edited:
Back
Top