linuxdeployqt icon indicating copy to clipboard operation
linuxdeployqt copied to clipboard

fork() call fail in linuxdeployqt deployment

Open patrickelectric opened this issue 5 years ago • 1 comments

I'm deploying drkonqi and kcrash with one application to allow bugtrace. It appears that when kcrash calls fork. fork fails and the error message is displayed. Is that a know behavior of AppImage to not allow children process ? If so, how can I fix this ?

patrickelectric avatar Feb 05 '19 19:02 patrickelectric

I don't know what might be causing this, since applications deployed with linuxdeployqt do not use any environment variables such as LD_LIBRARY_PATH, at least not normally. Does yours?

probonopd avatar Feb 06 '19 18:02 probonopd