I had run an older version of digikam in the past (on a dedicated system, not in a jail) with no issues, but am presently running 8.1.0 and getting segfaults just opening the application. Upon looking at the error message (with the help of gdb), I figured that ASLR might be to blame, so I had disabled that. I got a little bit further and was able to load an image, but then it crashed again with the exact same error. When I set the sysctls, I stopped and restarted the jail.
I am running digikam in a jail and for reference, all of my other X11 stuff seems to work fine. I'm not sure if it is jail-related or what.
Any ideas? I shouldn't have to restart the host to completely disable ASLR, right? I've had issues in the past with some go applications and merely relaunching those after changing the sysctl allowed those to run just fine.
gdb -c digikam.core
Code:
[New LWP 552309]
[New LWP 544273]
[New LWP 552306]
[New LWP 552307]
[New LWP 552308]
[New LWP 552310]
[New LWP 552343]
[New LWP 552344]
[New LWP 552345]
[New LWP 552346]
[New LWP 552347]
[New LWP 552348]
[New LWP 552349]
[New LWP 552351]
[New LWP 552352]
[New LWP 552353]
[New LWP 552354]
[New LWP 552355]
[New LWP 552356]
[New LWP 552357]
[New LWP 552358]
[New LWP 552359]
[New LWP 552360]
[New LWP 552363]
[New LWP 552364]
[New LWP 552367]
[New LWP 552368]
[New LWP 552369]
[New LWP 552370]
[New LWP 552371]
[New LWP 552389]
[New LWP 552390]
[New LWP 552391]
[New LWP 552392]
[New LWP 552393]
Core was generated by `digikam'.
Program terminated with signal SIGSEGV, Segmentation fault.
Address not mapped to object.
#0 0x00000008044077b4 in ?? ()
[Current thread is 1 (LWP 552309)]
I am running digikam in a jail and for reference, all of my other X11 stuff seems to work fine. I'm not sure if it is jail-related or what.
Any ideas? I shouldn't have to restart the host to completely disable ASLR, right? I've had issues in the past with some go applications and merely relaunching those after changing the sysctl allowed those to run just fine.
Last edited: