You are not logged in.

#26 2022-11-29 13:14:57

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

I took the pid from his coredumpctl output.

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

https://archlinux.org/packages/extra/x8 … 5-wayland/

Online

#27 2022-11-29 17:55:45

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

[andrew@darkstar:~]$  coredumpctl gdb 2357                                                                              (11-29 17:51)
           PID: 2357 (scribus)
           UID: 1000 (andrew)
           GID: 1000 (andrew)
        Signal: 6 (ABRT)
     Timestamp: Sun 2022-11-27 10:31:33 GMT (2 days ago)
  Command Line: scribus --no-splash
    Executable: /usr/bin/scribus
 Control Group: /user.slice/user-1000.slice/session-2.scope
          Unit: session-2.scope
         Slice: user-1000.slice
       Session: 2
     Owner UID: 1000 (andrew)
       Boot ID: 0b1ec39cd5e7449ab0d5c892a97565f4
    Machine ID: bb3dc9c17a2d409b90cc427f11de4a99
      Hostname: darkstar
       Storage: /var/lib/systemd/coredump/core.scribus.1000.0b1ec39cd5e7449ab0d5c892a97565f4.2357.1669545093000000.zst (present)
  Size on Disk: 963.3K
       Message: Process 2357 (scribus) of user 1000 dumped core.

                Stack trace of thread 2357:
                #0  0x00007fd9a769e64c n/a (libc.so.6 + 0x8864c)
                #1  0x00007fd9a764e958 raise (libc.so.6 + 0x38958)
                #2  0x00007fd9a763853d abort (libc.so.6 + 0x2253d)
                #3  0x00007fd9a7c9fede _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fede)
                #4  0x00007fd9a833cad5 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13cad5)
                #5  0x00007fd9a833d139 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13d139)
                #6  0x00007fd9a7e925cb _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2925cb)
                #7  0x00007fd9a833d1e9 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13d1e9)
                #8  0x00007fd9a8b75e0e _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x175e0e)
                #9  0x0000559a57b90c61 _ZN11ScribusQAppC1ERiPPc (scribus + 0x76dc61)
                #10 0x0000559a57734564 n/a (scribus + 0x311564)
                #11 0x00007fd9a7639290 n/a (libc.so.6 + 0x23290)
                #12 0x00007fd9a763934a __libc_start_main (libc.so.6 + 0x2334a)
                #13 0x0000559a576d1595 _start (scribus + 0x2ae595)
                ELF object binary architecture: AMD x86-64

GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <[url]http://gnu.org/licenses/gpl.html[/url]>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<[url]https://www.gnu.org/software/gdb/bugs/[/url]>.
Find the GDB manual and other documentation resources online at:
    <[url]http://www.gnu.org/software/gdb/documentation/[/url]>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/scribus...
(No debugging symbols found in /usr/bin/scribus)
[New LWP 2357]
Core was generated by `scribus --no-splash'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007fd9a769e64c in ?? ()
(gdb)

Offline

#28 2022-11-29 21:26:30

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

So "scribus --no-splash" aborted in createPlatformIntegration() - I worry this from one of your previous QT_QPA_PLATFORM tests.

echo $QT_QPA_PLATFORM
QT_QPA_PLATFORM= scribus --no-splash
QT_QPA_PLATFORM=xcb scribus --no-splash

If either fails, look for the newest coredumps (pay attention to the timestamps) - and then at them…

The abort in the coredump should™ also have issued an error message (QMessageLogger:fatal())

Online

#29 2022-11-30 12:16:56

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

with the following commands i got nothing and no coredump
echo $QT_QPA_PLATFORM
QT_QPA_PLATFORM= scribus --no-splash
QT_QPA_PLATFORM=xcb scribus --no-splash

with the following i got a gui up but with no functionality. in fact it froze my laptop

QT_QPA_PLATFORM=eglfs  scribus --no-splash


  sudo  coredumpctl list    

Tue 2022-11-29 09:24:09 GMT  2529 1000 1000 SIGTRAP present  /usr/bin/python3.10  17.0M
Tue 2022-11-29 17:56:27 GMT  5036 1000 1000 SIGSEGV present  /usr/bin/gdb          4.6M
Wed 2022-11-30 10:39:49 GMT  2471 1000 1000 SIGABRT present  /usr/bin/scribus    965.4K
[andrew@darkstar:~]$   
// the wednesday entry related to the command  :  QT_QPA_PLATFORM=eglfs  scribus --no-splash


[andrew@darkstar:~]$ coredumpctl gdb 2471                                                  (11-30 12:12)
           PID: 2471 (scribus)
           UID: 1000 (andrew)
           GID: 1000 (andrew)
        Signal: 6 (ABRT)
     Timestamp: Wed 2022-11-30 10:39:49 GMT (1h 36min ago)
  Command Line: scribus --no-splash
    Executable: /usr/bin/scribus
 Control Group: /user.slice/user-1000.slice/session-2.scope
          Unit: session-2.scope
         Slice: user-1000.slice
       Session: 2
     Owner UID: 1000 (andrew)
       Boot ID: 3db9eead84e149dea878a2313290dd80
    Machine ID: bb3dc9c17a2d409b90cc427f11de4a99
      Hostname: darkstar
       Storage: /var/lib/systemd/coredump/core.scribus.1000.3db9eead84e149dea878a2313290dd80.2471.1669804789000000.zst (present)
  Size on Disk: 965.4K
       Message: Process 2471 (scribus) of user 1000 dumped core.

                Stack trace of thread 2471:
                #0  0x00007f5f4caa064c n/a (libc.so.6 + 0x8864c)
                #1  0x00007f5f4ca50958 raise (libc.so.6 + 0x38958)
                #2  0x00007f5f4ca3a53d abort (libc.so.6 + 0x2253d)
                #3  0x00007f5f4d09fede _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fede)
                #4  0x00007f5f4d73cad5 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13cad5)
                #5  0x00007f5f4d73d139 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13d139)
                #6  0x00007f5f4d2925cb _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2925cb)
                #7  0x00007f5f4d73d1e9 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13d1e9)
                #8  0x00007f5f4df75e0e _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x175e0e)
                #9  0x000055775cc12c61 _ZN11ScribusQAppC1ERiPPc (scribus + 0x76dc61)
                #10 0x000055775c7b6564 n/a (scribus + 0x311564)
                #11 0x00007f5f4ca3b290 n/a (libc.so.6 + 0x23290)
                #12 0x00007f5f4ca3b34a __libc_start_main (libc.so.6 + 0x2334a)
                #13 0x000055775c753595 _start (scribus + 0x2ae595)
                ELF object binary architecture: AMD x86-64

GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <[url]http://gnu.org/licenses/gpl.html[/url]>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<[url]https://www.gnu.org/software/gdb/bugs/[/url]>.
Find the GDB manual and other documentation resources online at:
    <[url]http://www.gnu.org/software/gdb/documentation/[/url]>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/scribus...
(No debugging symbols found in /usr/bin/scribus)
[New LWP 2471]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `scribus --no-splash'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f5f4caa064c in ?? () from /usr/lib/libc.so.6
(gdb) Quit
(gdb)

Last edited by captain_sensible (2022-11-30 12:18:10)

Offline

#30 2022-11-30 13:07:15

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

i got nothing and no coredump

No process, no warning and no coredump?
No running scribus process in the process list?
*Nothing* "nothing"?

// the wednesday entry related to the command  :  QT_QPA_PLATFORM=eglfs  scribus --no-splash

Aborts in QGuiApplicationPrivate::createPlatformIntegration() what fits the previous pattern and is likely the condition for all previous SIGABRT coredumps.

QT_QPA_PLATFORM=xcb scribus --no-splash &
ps aux | grep $!

Online

#31 2022-11-30 17:16:47

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

i'm  on my own laptop ; basically there is no problem anyway with scribus on daughters laptop as long as the the following is used

scribus --no-splash 

i did check list and got

Wed 2022-11-30 10:39:49 GMT  2471 1000 1000 SIGABRT present  /usr/bin/scribus    965.4K
Wed 2022-11-30 12:18:50 GMT  2887 1000 1000 SIGSEGV present  /usr/bin/gdb         12.1M

so i then ran out of curiosity

[andrew@darkstar:~]$ coredumpctl gdb 2887                                 (11-30 17:12)
           PID: 2887 (gdb)
           UID: 1000 (andrew)
           GID: 1000 (andrew)
        Signal: 11 (SEGV)
     Timestamp: Wed 2022-11-30 12:18:47 GMT (4h 53min ago)
  Command Line: gdb /usr/bin/scribus -c /var/tmp/coredump-2FIV3b
    Executable: /usr/bin/gdb
 Control Group: /user.slice/user-1000.slice/session-2.scope
          Unit: session-2.scope
         Slice: user-1000.slice
       Session: 2
     Owner UID: 1000 (andrew)
       Boot ID: 813e28d21d194258ace93603b476c3d9
    Machine ID: bb3dc9c17a2d409b90cc427f11de4a99
      Hostname: darkstar
       Storage: /var/lib/systemd/coredump/core.gdb.1000.813e28d21d194258ace93603b476c3d9.2887.1669810727000000.zst (present)
  Size on Disk: 12.1M
       Message: Process 2887 (gdb) of user 1000 dumped core.

                Module /usr/lib/guile/3.0/ccache/language/scheme/decompile-tree-il.go without build-id.
                Module /usr/lib/guile/3.0/ccache/language/scheme/compile-tree-il.go without build-id.
                Module /usr/lib/guile/3.0/ccache/language/scheme/spec.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/vm/loader.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/vm/dwarf.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/format.go without build-id.
                Module /usr/lib/guile/3.0/ccache/srfi/srfi-26.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/vlist.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/regex.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/base/target.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/vm/elf.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/vm/debug.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/vm/program.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/receive.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/base/message.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/base/language.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/base/compile.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/eval-string.go without build-id.
                Module /usr/share/gdb/guile/gdb.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/foreign.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/foreign-library.go without build-id.
                Module /usr/lib/guile/3.0/ccache/srfi/srfi-16.go without build-id.
                Module /usr/lib/guile/3.0/ccache/language/tree-il.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/base/syntax.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/base/pmatch.go without build-id.
                Module /usr/lib/guile/3.0/ccache/language/tree-il/primitives.go without build-id.
                Module /usr/lib/guile/3.0/ccache/oop/goops.go without build-id.
                Module /usr/lib/guile/3.0/ccache/rnrs/bytevectors.go without build-id.
                Module /usr/lib/guile/3.0/ccache/srfi/srfi-4.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/exceptions.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/q.go without build-id.
                Module /usr/lib/guile/3.0/ccache/srfi/srfi-9/gnu.go without build-id.
                Module /usr/lib/guile/3.0/ccache/system/base/ck.go without build-id.
                Module /usr/lib/guile/3.0/ccache/srfi/srfi-9.go without build-id.
                Module /usr/lib/guile/3.0/ccache/srfi/srfi-1.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/futures.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/control.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/threads.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/ports.go without build-id.
                Module /usr/lib/guile/3.0/ccache/srfi/srfi-11.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/match.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/copy-tree.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/deprecated.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/psyntax-pp.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/boot-9.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/networking.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/posix.go without build-id.
                Module /usr/lib/guile/3.0/ccache/ice-9/eval.go without build-id.
                Stack trace of thread 2887:
                #0  0x00007f4b98aa164c n/a (libc.so.6 + 0x8864c)
                #1  0x00007f4b98a51958 raise (libc.so.6 + 0x38958)
                #2  0x000055a7978f0f0a n/a (gdb + 0x25ff0a)
                #3  0x000055a7978f1149 n/a (gdb + 0x260149)
                #4  0x00007f4b98a51a00 n/a (libc.so.6 + 0x38a00)
                #5  0x00007f4b992f8c1b PyErr_SetInterruptEx (libpython3.10.so.1.0 + 0xf8c1b)
                #6  0x000055a7978f37a4 n/a (gdb + 0x2627a4)
                #7  0x00007f4b98a51a00 n/a (libc.so.6 + 0x38a00)
                #8  0x00007f4b99331a38 n/a (libpython3.10.so.1.0 + 0x131a38)
                #9  0x00007f4b99331024 n/a (libpython3.10.so.1.0 + 0x131024)
                #10 0x00007f4b99330761 n/a (libpython3.10.so.1.0 + 0x130761)
                #11 0x00007f4b993ecfdb n/a (libpython3.10.so.1.0 + 0x1ecfdb)
                #12 0x00007f4b9941749c PyGC_Collect (libpython3.10.so.1.0 + 0x21749c)
                #13 0x00007f4b9941531c Py_FinalizeEx (libpython3.10.so.1.0 + 0x21531c)
                #14 0x000055a797a3f7da n/a (gdb + 0x3ae7da)
                #15 0x000055a797b04b01 n/a (gdb + 0x473b01)
                #16 0x000055a797826fa3 n/a (gdb + 0x195fa3)
                #17 0x000055a7978f23e5 n/a (gdb + 0x2613e5)
                #18 0x000055a797bfeb58 n/a (gdb + 0x56db58)
                #19 0x000055a7979bcc75 n/a (gdb + 0x32bc75)
                #20 0x000055a797768c15 n/a (gdb + 0xd7c15)
                #21 0x00007f4b98a3c290 n/a (libc.so.6 + 0x23290)
                #22 0x00007f4b98a3c34a __libc_start_main (libc.so.6 + 0x2334a)
                #23 0x000055a79776f1f5 n/a (gdb + 0xde1f5)

                Stack trace of thread 2889:
                #0  0x00007f4b98a9c4b6 n/a (libc.so.6 + 0x834b6)
                #1  0x00007f4b98a9ecd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                #2  0x00007f4b98ccee81 __gthread_cond_wait (libstdc++.so.6 + 0xcee81)
                #3  0x000055a797c04774 n/a (gdb + 0x573774)
                #4  0x00007f4b98cd62f3 execute_native_thread_routine (libstdc++.so.6 + 0xd62f3)
                #5  0x00007f4b98a9f8fd n/a (libc.so.6 + 0x868fd)
                #6  0x00007f4b98b21a60 n/a (libc.so.6 + 0x108a60)

                Stack trace of thread 2891:
                #0  0x00007f4b98a9c4b6 n/a (libc.so.6 + 0x834b6)
                #1  0x00007f4b98a9ecd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                #2  0x00007f4b98e7e7f1 n/a (libgc.so.1 + 0x157f1)
                #3  0x00007f4b98e8686f n/a (libgc.so.1 + 0x1d86f)
                #4  0x00007f4b98a9f8fd n/a (libc.so.6 + 0x868fd)
                #5  0x00007f4b98b21a60 n/a (libc.so.6 + 0x108a60)

                Stack trace of thread 2890:
                #0  0x00007f4b98a9c4b6 n/a (libc.so.6 + 0x834b6)
                #1  0x00007f4b98a9ecd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                #2  0x00007f4b98ccee81 __gthread_cond_wait (libstdc++.so.6 + 0xcee81)
                #3  0x000055a797c04774 n/a (gdb + 0x573774)
                #4  0x00007f4b98cd62f3 execute_native_thread_routine (libstdc++.so.6 + 0xd62f3)
                #5  0x00007f4b98a9f8fd n/a (libc.so.6 + 0x868fd)
                #6  0x00007f4b98b21a60 n/a (libc.so.6 + 0x108a60)
                ELF object binary architecture: AMD x86-64

GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <[url]http://gnu.org/licenses/gpl.html[/url]>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<[url]https://www.gnu.org/software/gdb/bugs/[/url]>.
Find the GDB manual and other documentation resources online at:
    <[url]http://www.gnu.org/software/gdb/documentation/[/url]>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/gdb...
(No debugging symbols found in /usr/bin/gdb)
[New LWP 2887]
[New LWP 2889]
[New LWP 2891]
[New LWP 2890]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `gdb /usr/bin/scribus -c /var/tmp/coredump-2FIV3b'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f4b98aa164c in ?? () from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x7f4b995cef00 (LWP 2887))]
(gdb)

Offline

#32 2022-11-30 17:39:34

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

 2302 IOT instruction (core dumped)  QT_QPA_PLATFORM=xcb scribus --no-splash

Wed 2022-11-30 17:34:57 GMT  2302 1000 1000 SIGABRT present  /usr/bin/scribus    921.8K

andrew@darkstar:~]$ coredumpctl gdb 2302                                                                                           (11-30 17:35)
           PID: 2302 (scribus)
           UID: 1000 (andrew)
           GID: 1000 (andrew)
        Signal: 6 (ABRT)
     Timestamp: Wed 2022-11-30 17:34:57 GMT (55s ago)
  Command Line: scribus --no-splash
    Executable: /usr/bin/scribus
 Control Group: /user.slice/user-1000.slice/session-2.scope
          Unit: session-2.scope
         Slice: user-1000.slice
       Session: 2
     Owner UID: 1000 (andrew)
       Boot ID: d1fcdd5c7ffd44a3bf315f9ec37a203e
    Machine ID: bb3dc9c17a2d409b90cc427f11de4a99
      Hostname: darkstar
       Storage: /var/lib/systemd/coredump/core.scribus.1000.d1fcdd5c7ffd44a3bf315f9ec37a203e.2302.1669829697000000.zst (present)
  Size on Disk: 921.8K
       Message: Process 2302 (scribus) of user 1000 dumped core.

                Stack trace of thread 2302:
                #0  0x00007fc78b29e64c n/a (libc.so.6 + 0x8864c)
                #1  0x00007fc78b24e958 raise (libc.so.6 + 0x38958)
                #2  0x00007fc78b23853d abort (libc.so.6 + 0x2253d)
                #3  0x00007fc78b89fede _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fede)
                #4  0x00007fc78bf3cad5 _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt5Gui.so.5 + 0x13cad5)
                #5  0x00007fc78bf3d139 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt5Gui.so.5 + 0x13d139)
                #6  0x00007fc78ba925cb _ZN23QCoreApplicationPrivate4initEv (libQt5Core.so.5 + 0x2925cb)
                #7  0x00007fc78bf3d1e9 _ZN22QGuiApplicationPrivate4initEv (libQt5Gui.so.5 + 0x13d1e9)
                #8  0x00007fc78c775e0e _ZN19QApplicationPrivate4initEv (libQt5Widgets.so.5 + 0x175e0e)
                #9  0x000055783c385c61 _ZN11ScribusQAppC1ERiPPc (scribus + 0x76dc61)
                #10 0x000055783bf29564 n/a (scribus + 0x311564)
                #11 0x00007fc78b239290 n/a (libc.so.6 + 0x23290)
                #12 0x00007fc78b23934a __libc_start_main (libc.so.6 + 0x2334a)
                #13 0x000055783bec6595 _start (scribus + 0x2ae595)

                Stack trace of thread 2303:
                #0  0x00007fc78b3110bf __poll (libc.so.6 + 0xfb0bf)
                #1  0x00007fc78b1821ff n/a (libglib-2.0.so.0 + 0xac1ff)
                #2  0x00007fc78b12a132 g_main_context_iteration (libglib-2.0.so.0 + 0x54132)
                #3  0x00007fc78bad7c4c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d7c4c)
                #4  0x00007fc78ba8573c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28573c)
                #5  0x00007fc78b8e721f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe721f)
                #6  0x00007fc787b61cba n/a (libQt5DBus.so.5 + 0x23cba)
                #7  0x00007fc78b8e42ea n/a (libQt5Core.so.5 + 0xe42ea)
                #8  0x00007fc78b29c8fd n/a (libc.so.6 + 0x868fd)
                #9  0x00007fc78b31ea60 n/a (libc.so.6 + 0x108a60)
                ELF object binary architecture: AMD x86-64

GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <[url]http://gnu.org/licenses/gpl.html[/url]>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<[url]https://www.gnu.org/software/gdb/bugs/[/url]>.
Find the GDB manual and other documentation resources online at:
    <[url]http://www.gnu.org/software/gdb/documentation/[/url]>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/scribus...
(No debugging symbols found in /usr/bin/scribus)
[New LWP 2302]
[New LWP 2303]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `scribus --no-splash'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007fc78b29e64c in ?? () from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x7fc78dc03c00 (LWP 2302))]
(gdb)

Offline

#33 2022-11-30 17:44:41

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

andrew@darkstar:~]$ QT_QPA_PLATFORM=xcb scribus --no-splash &                                                                      (11-30 17:41)
ps aux | grep $!
[1] 2415
andrew      2415  0.0  0.2 122912  8100 pts/0    R    17:41   0:00          |               \_ scribus --no-splash
andrew      2417  0.0  0.0   6564  2452 pts/0    S+   17:41   0:00          |               \_ grep --color=auto 2415
[andrew@darkstar:~]$ qt.qpa.xcb: could not connect to display :1.0                                                                  (11-30 17:41)

Offline

#34 2022-11-30 21:19:36

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

[andrew@darkstar:~]$ qt.qpa.xcb: could not connect to display :1.0                                                                  (11-30 17:41)

ps aux | grep -i xorg
echo $DISPLAY
loginctl session-status
xdpyinfo | head

Online

#35 2022-12-01 09:28:39

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

I manually fixed the display number

name of display:    :0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    12101004
X.Org version: 21.1.4
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7

Offline

#36 2022-12-01 09:30:01

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

full terminal

[andrew@darkstar:~]$ ps aux | grep -i xorg                                                                                      (12-01 09:23)
echo $DISPLAY
loginctl session-status
xdpyinfo | head   > /home/$USER/Desktop/info2.txt
root         768  4.7  3.1 834128 121792 tty7    Ssl+ 09:15   0:24  \_ /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
andrew      2619  0.0  0.0   6564  2540 pts/2    S+   09:23   0:00          \_ grep --color=auto -i xorg
:0
2 - andrew (1000)
           Since: Thu 2022-12-01 09:15:22 GMT; 8min ago
          Leader: 834 (lightdm)
            Seat: seat0; vc7
         Display: :0
         Service: lightdm; type x11; class user
         Desktop: cinnamon
           State: active
            Unit: session-2.scope
                  ├─ 834 lightdm --session-child 13 20
                  ├─ 851 cinnamon-session --session cinnamon
                  ├─ 883 csd-automount
                  ├─ 884 csd-print-notifications
                  ├─ 885 csd-screensaver-proxy
                  ├─ 886 csd-clipboard
                  ├─ 887 csd-xsettings
                  ├─ 888 csd-background
                  ├─ 889 csd-a11y-settings
                  ├─ 890 csd-color
                  ├─ 891 csd-media-keys
                  ├─ 892 csd-housekeeping
                  ├─ 899 csd-power
                  ├─ 903 csd-wacom
                  ├─ 909 csd-keyboard
                  ├─ 946 /usr/lib/cinnamon-settings-daemon/csd-printer
                  ├─1018 cinnamon-launcher
                  ├─1031 cinnamon --replace
                  ├─1073 /usr/bin/python /usr/bin/blueman-applet
                  ├─1075 /usr/lib/caribou
                  ├─1076 nemo-desktop
                  ├─1078 zeitgeist-datahub
                  ├─1079 /usr/lib/geoclue-2.0/demos/agent
                  ├─1080 nm-applet
                  ├─1082 cinnamon-killer-daemon
                  ├─1089 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
                  ├─1297 nemo /home/andrew/Desktop/BookSelection
                  ├─1346 /usr/bin/zsh
                  ├─1722 /usr/bin/python3 /usr/share/system-config-printer/applet.py
                  ├─1911 /home/andrew/.dropbox-dist/dropbox-lnx.x86_64-162.4.5419/dropbox
                  ├─2125 xreader "/home/andrew/Desktop/BookSelection/spiritualism/Angel Numbers(Kyle Gray).pdf"
                  ├─2147 /usr/lib/webkit2gtk-4.0/WebKitNetworkProcess 7 19
                  ├─2195 "/usr/lib/brave-bin/brave --enable-crashpad"
                  ├─2198 /usr/lib/brave-bin/chrome_crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-handler "--databa>
                  ├─2200 /usr/lib/brave-bin/chrome_crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpad-handler "--d>
                  ├─2206 "/usr/lib/brave-bin/brave --type=zygote --no-zygote-sandbox --enable-crashpad --crashpad-handler-pid=2198 --enable-c>
                  ├─2207 "/usr/lib/brave-bin/brave --type=zygote --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b95392>
                  ├─2209 "/usr/lib/brave-bin/brave --type=zygote --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b95392>
                  ├─2228 "/usr/lib/brave-bin/brave --type=gpu-process --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b>
                  ├─2233 "/usr/lib/brave-bin/brave --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-GB --service-sand>
                  ├─2247 "/usr/lib/brave-bin/brave --type=utility --utility-sub-type=storage.mojom.StorageService --lang=en-GB --service-sand>
                  ├─2277 "/usr/lib/brave-bin/brave --type=renderer --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b953>
                  ├─2278 "/usr/lib/brave-bin/brave --type=renderer --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b953>
                  ├─2316 "/usr/lib/brave-bin/brave --type=renderer --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b953>
                  ├─2411 "/usr/lib/brave-bin/brave --type=renderer --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b953>
                  ├─2433 "/usr/lib/brave-bin/brave --type=renderer --enable-crashpad --crashpad-handler-pid=2198 --enable-crash-reporter=b953>
                  ├─2465 alacritty
                  └─2476 /usr/bin/zsh

Dec 01 09:15:22 darkstar systemd[1]: Started Session 2 of User andrew.
Dec 01 09:15:30 darkstar cinnamon-killer-daemon[1082]: Bound Cinnamon restart to <Control><Alt>Escape.
Dec 01 09:15:30 darkstar cinnamon-session[851]: WARNING: t+7.58802s: Detected that screensaver has appeared on the bus
Dec 01 09:16:00 darkstar cinnamon-session[851]: WARNING: t+37.61083s: Detected that screensaver has left the bus

Offline

#37 2022-12-01 09:43:30

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

What do you mean "fixed"??
The qt.qpa.xcb plugin fails because it tries to contact a bogus $DISPLAY - and that sure sounds like the casue of the QGuiApplicationPrivate::createPlatformIntegration() abort…

Online

#38 2022-12-01 14:48:35

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

rr yes  more accurately i reverted  from  screen 1.0   to   0.0   when i say fixed . Now you know what mental impairment  looks like !

Offline

#39 2022-12-01 14:55:14

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

I've seen worse.

However that makes the instance useless.
For clarification: what's the result of

DISPLAY=:0 QT_QPA_PLATFORM=xcb scribus --no-splash

Online

#40 2022-12-01 17:01:27

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

DISPLAY=:0 QT_QPA_PLATFORM=xcb scribus --no-splash
 coredumpctl list :

Wed 2022-11-30 17:54:52 GMT  1462 1000 1000 SIGABRT present  /usr/bin/scribus    964.7K
---------------------------

so no core dump ?

from terminal 

[andrew@darkstar:~]$ DISPLAY=:0 QT_QPA_PLATFORM=xcb scribus --no-splash   (12-01 17:05)
sizeof(TrkHeader)=1000
Warning: dynamic library '/usr/lib/osgPlugins-3.6.5/osgdb_ogr.so' exists, but an error occurred while trying to open it:
libgdal.so.32: cannot open shared object file: No such file or directory
Warning: dynamic library '/usr/lib/osgPlugins-3.6.5/osgdb_vnc.so' exists, but an error occurred while trying to open it:
libvncclient.so.1: cannot open shared object file: No such file or directory
ReaderWriterTF::writeObject
Warning: dynamic library '/usr/lib/osgPlugins-3.6.5/osgdb_gdal.so' exists, but an error occurred while trying to open it:
libgdal.so.32: cannot open shared object file: No such file or directory
WARNING: YOUR CODE IS RELYING ON DEPRECATED FUNCTIONALITY IN THE JASPER
LIBRARY.  THIS FUNCTIONALITY WILL BE REMOVED IN THE NEAR FUTURE. PLEASE
FIX THIS PROBLEM BEFORE YOUR CODE STOPS WORKING.
deprecation warning: use of jas_init is deprecated
warning: The application program did not set the memory limit for the JasPer library.
warning: The JasPer memory limit is being defaulted to a value that may be inappropriate for the system.  If the default is too small, some reasonable encoding/decoding operations will fail.  If the default is too large, security vulnerabilities will result (e.g., decoding a malicious image could exhaust all memory and crash the system.
warning: setting JasPer memory limit to 1993035776 bytes
WARNING: YOUR CODE IS RELYING ON DEPRECATED FUNCTIONALITY IN THE JASPER
LIBRARY.  THIS FUNCTIONALITY WILL BE REMOVED IN THE NEAR FUTURE. PLEASE
FIX THIS PROBLEM BEFORE YOUR CODE STOPS WORKING.
deprecation warning: use of jas_cleanup is deprecated
pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/lab.png: File not found
pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/spot.png: File not found
pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/register.png: File not found
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2d97f0 name="" role=Client obj=QLineEdit(0x5570ef2db860)"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e41c0 name="" role=Client obj=SMSpinBox(0x5570ef2e4120, name = "numStartSpin")"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e41c0 name="" role=Client obj=SMSpinBox(0x5570ef2e4120, name = "numStartSpin")"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2d97f0 name="" role=Client obj=QLineEdit(0x5570ef2db860)"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e77b0 name="Numbered List" role=Client obj=SMSpinBox(0x5570ef2e8070, name = "numLevelSpin")"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e77b0 name="Numbered List" role=Client obj=SMSpinBox(0x5570ef2e8070, name = "numLevelSpin")"focusable|invisible")
Scribus Crash
-------------
Scribus crashes due to Signal #11

Last edited by captain_sensible (2022-12-01 17:08:44)

Offline

#41 2022-12-01 20:07:37

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2d97f0 name="" role=Client obj=QLineEdit(0x5570ef2db860)"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e41c0 name="" role=Client obj=SMSpinBox(0x5570ef2e4120, name = "numStartSpin")"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e41c0 name="" role=Client obj=SMSpinBox(0x5570ef2e4120, name = "numStartSpin")"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2d97f0 name="" role=Client obj=QLineEdit(0x5570ef2db860)"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e77b0 name="Numbered List" role=Client obj=SMSpinBox(0x5570ef2e8070, name = "numLevelSpin")"focusable|invisible")
qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x5570ef2e77b0 name="Numbered List" role=Client obj=SMSpinBox(0x5570ef2e8070, name = "numLevelSpin")"focusable|invisible")

snap? appimage? flatpak?

pacman -Qs scribus
type scribus

Online

#42 2022-12-02 09:42:21

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

[andrew@darkstar:~]$ pacman -Qs scribus                                   (12-02 09:40)
zsh: correct 'scribus' to '.scribus' [nyae]? n

local/scribus 1.5.8-11
    Desktop publishing software
[andrew@darkstar:~]$ type scribus                                         (12-02 09:41)
zsh: correct 'scribus' to '.scribus' [nyae]? n
scribus is /usr/bin/scribus
[andrew@darkstar:~]$         

Offline

#43 2022-12-02 09:54:49

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

Do you use orca or other a11y features?
Does scribus work in eg. an openbox session?

Online

#44 2022-12-02 17:21:28

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

Can't remember why i have openbox , but  yes i do have openbox and tried scribus  from openbox session ; works no problem with both commands :

scribus 
scribus --no-splash 

Looked at terminal output , nothing that I could see stud out why it works. Would any output be helpful?
So laterally thinking m i guess the thing to do is just use scribus with openbox then ?

Offline

#45 2022-12-02 17:54:44

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

seth wrote:

Do you use orca or other a11y features?

Try to globally (eg. in  "/etc/profile.d/noa11y.sh") "export NO_AT_BRIDGE=1" (this should™ disable atspi, hopefully even for cinnamon) but the problem is likely somewhere in your cinnamon configuration.

Online

#46 2022-12-04 13:00:57

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

i didn't  use orca before- its mental impairment i have not visual.
  I am running

$ gdb scribus
(gdb) run
 

funny thing is the scribus gui on my laptop (with session cinnamon on X11) was invoked by it and worked ?its still running and giving out loads output

Last edited by captain_sensible (2022-12-04 13:01:49)

Offline

#47 2022-12-04 14:05:16

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

Did you "export NO_AT_BRIDGE=1"? Or does scribus only run inside gdb?

Online

#48 2022-12-04 15:15:35

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

scribus only seems to run inside gdb; i did just try command:

export NO_AT_BRIDGE=1    //didn't do anything 

// for /etc/profile.d/noa11y.sh  
no such file 

Offline

#49 2022-12-04 15:32:14

seth
Member
Registered: 2012-09-03
Posts: 50,009

Re: Scribus crashes due to Signal #11

What?
You're supposed to create /etc/profile.d/noa11y.sh and put "export NO_AT_BRIDGE=1" there.
Exporting it in some random shell while the session is running will most likely not do anything.

Online

#50 2022-12-05 11:13:08

captain_sensible
Member
Registered: 2021-05-29
Posts: 46

Re: Scribus crashes due to Signal #11

ok done that #49 , now on command

scribus --no-splash

Scribus lauched , gui came up and worked.

i closed it , then repeated command , then it crashed ?

Offline

Board footer

Powered by FluxBB