I just upgraded to Mageia 6 and found that running texstudio causes an immediate crash with the message
Segmentation fault (core dumped). This is from the installed package texstudio-2.12.4-1mga6.x86_64.
Running strace gives a long stream of messages that don't seem suspicious to me, ending with
brk(0x30c9000) = 0x30c9000
brk(0x30ea000) = 0x30ea000
brk(0x310b000) = 0x310b000
brk(0x312c000) = 0x312c000
brk(0x314d000) = 0x314d000
brk(0x316e000) = 0x316e000
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
Has anyone experienced this? Does anyone know what to do?
Ken