PM crashes

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
dotru3

PM crashes

Unread post by dotru3 » 2018-05-04, 07:49

Hello,

Since a couple of 27.x versions PM went crashing on me (not sure when it exactly began), before it was pretty solid.
Crashes are not really reproduceable but occur with heavy use (many tabs open, lots of open/close tabs)

After investigating the issue as far as Iam able to it came up with this error message:

Code: Select all

[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
palemoon: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

Thread 1 "palemoon" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51	../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
I dont know if this is a bug in PM or the underlying OS as it is Debian Testing and a moving target. Is more information needed or can I do something else?
Any help appreciated. Sorry for my bad english.

Thanks

Some system information follows:

Code: Select all

Linux machine 4.15.0-3-amd64 #1 SMP Debian 4.15.17-1 (2018-04-19) x86_64 GNU/Linux

processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3550 CPU @ 3.30GHz
stepping	: 9
microcode	: 0x1f
cpu MHz		: 2024.802
cache size	: 6144 KB
...

libx11-xcb1:amd64                                                         2:1.6.5-1
libxcb-composite0:amd64                                                   1.13-1
libxcb-damage0:amd64                                                      1.13-1
libxcb-dri2-0:amd64                                                       1.13-1
libxcb-dri3-0:amd64                                                       1.13-1
libxcb-dri3-dev:amd64                                                     1.13-1
libxcb-glx0:amd64                                                         1.13-1
libxcb-glx0-dev:amd64                                                     1.13-1
libxcb-icccm4:amd64                                                       0.4.1-1+b1
libxcb-image0:amd64                                                       0.4.0-1+b2
libxcb-keysyms1:amd64                                                     0.4.0-1+b2
libxcb-present-dev:amd64                                                  1.13-1
libxcb-present0:amd64                                                     1.13-1
libxcb-randr0:amd64                                                       1.13-1
libxcb-randr0-dev:amd64                                                   1.13-1
libxcb-render-util0:amd64                                                 0.3.9-1+b1
libxcb-render0:amd64                                                      1.13-1
libxcb-shape0:amd64                                                       1.13-1
libxcb-shm0:amd64                                                         1.13-1
libxcb-shm0-dev:amd64                                                     1.13-1
libxcb-sync-dev:amd64                                                     1.13-1
libxcb-sync1:amd64                                                        1.13-1
libxcb-util0:amd64                                                        0.3.8-3+b2
libxcb-xfixes0:amd64                                                      1.13-1
libxcb-xinerama0:amd64                                                    1.13-1
libxcb-xkb1:amd64                                                         1.13-1
libxcb-xv0:amd64                                                          1.13-1
libxcb1:amd64                                                             1.13-1
libc6:amd64                                                               2.27-3

User avatar
adesh
Board Warrior
Board Warrior
Posts: 1277
Joined: 2017-06-06, 07:38

Re: PM crashes

Unread post by adesh » 2018-05-04, 14:48


Locked