You are not logged in.
Starting GNU TeXmacs gives the following error:
Segmentation fault (core dumped)
I have tried using TeXmacs from the official repositories, texmacs-qt from AUR as well as the TeXmacs genric package from its website. All of them give the same error.
Offline
Have you tried kile-git or texstudio ? I use them both and in my opinion they are better alternatives than TeXmacs, with enhanced possibilities. I can not tell what is causing your error without some extra information. What output do you get from dmesg?
Offline
Please post a backtrace
Offline
Here is the output from dmesg:
[34094.942119] texmacs.bin[79149]: segfault at 7ffc5ea7cff8 ip 0000560ea33d77f5 sp 00007ffc5ea7d000 error 6 in texmacs.bin[560ea308d000+f22000]
[34094.942135] Code: 89 c7 67 e8 dd 0a f8 ff 48 8d 35 11 6e be 00 48 89 c7 67 e8 ad 0c f8 ff e9 66 ff ff ff 0f 1f 84 00 00 00 00 00 41 55 41 54 55 <53> 48 8d 5f 0f 48 83 e3 f8 48 83 ec 08 48 81 fb 07 01 00 00 77 25
[34094.942188] audit: type=1701 audit(1626357361.866:1055): auid=1002 uid=1002 gid=1002 ses=2 subj==unconfined pid=79149 comm="texmacs.bin" exe="/usr/lib/texmacs/TeXmacs/bin/texmacs.bin" sig=11 res=1
[34095.162559] audit: type=1334 audit(1626357362.086:1056): prog-id=123 op=LOAD
[34095.162738] audit: type=1334 audit(1626357362.086:1057): prog-id=124 op=LOAD
[34095.162807] audit: type=1334 audit(1626357362.086:1058): prog-id=125 op=LOAD
[34095.187615] audit: type=1130 audit(1626357362.110:1059): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@13-79180-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[34098.556340] audit: type=1131 audit(1626357365.480:1060): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-coredump@13-79180-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[34099.006869] audit: type=1334 audit(1626357365.930:1061): prog-id=125 op=UNLOAD
[34099.006877] audit: type=1334 audit(1626357365.930:1062): prog-id=124 op=UNLOAD
[34099.006880] audit: type=1334 audit(1626357365.930:1063): prog-id=123 op=UNLOAD
[34123.046718] audit: type=1101 audit(1626357389.971:1064): pid=79200 uid=1002 auid=1002 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="pulkit" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[34123.048072] audit: type=1110 audit(1626357389.974:1065): pid=79200 uid=1002 auid=1002 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[34123.051413] audit: type=1105 audit(1626357389.977:1066): pid=79200 uid=1002 auid=1002 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'Offline
Please post a backtrace
How to obtain the backtrace?
Offline
Offline
Here is the backtrace: https://pastebin.com/EK8SNZKC
Offline
Sorry, the backtrace posted in las message was obtained without debug symbols. Here is the correct one: https://pastebin.com/wAQLa5yk
Offline