Thunderbird 60 core dump

This forum is for topics dealing with problems with software specifically in the AArch64 repo.

Thunderbird 60 core dump

Postby mcloaked » Wed Sep 12, 2018 9:11 am

When thunderbird was updated to version 60 I was no longer able to start it. I am running stock thunderbird on an Acer chromebook r13 running archlinux that until that point has worked without any problems using the recommended install method from the archlinuxarm web pages.

It simply segfaults and core dumps:

$this->bbcode_second_pass_code('', '
$ /usr/bin/thunderbird
Segmentation fault (core dumped)
')

I did find a comment in a report at https://bugzilla.mozilla.org/show_bug.cgi?id=1461041#c1 which has a comment about thunderbird failing to start on aarch64 from the original reporter on that bug reort:

$this->bbcode_second_pass_code('', '
I have stumbled on to a fix. By removing the "-fno-delete-null-pointer-checks" compiler flag Firefox 60 ESR does not crash on AArch64 machine. Can a developer look into this? And is this bug related to https://bugzilla.mozilla.org/show_bug.cgi?id=1459602 ? It is showing the exact same crash results.
')

Does anyone know of a workaround for this until it is fixed in the stock package?
mcloaked
 
Posts: 83
Joined: Thu Oct 16, 2014 4:16 pm

Re: Thunderbird 60 core dump

Postby apokalypz » Thu Sep 13, 2018 5:42 am

Actually, yes. Delete your Thunderbird profile info from your home directory (back it up first). Then when you run Thunderbird, it will do the initial setup. When it asks something about the lightning addon, say no. Mine loaded fine after that...though it sucks to lose the calendar functionality and have to remake the profiles.
apokalypz
 
Posts: 41
Joined: Sun Apr 06, 2014 6:13 pm

Re: Thunderbird 60 core dump

Postby mcloaked » Tue Oct 02, 2018 6:08 pm

I did delete the profile, and started thunderbird again from scratch.

It gives a process that is running but there is no UI on the screen at all.

$this->bbcode_second_pass_code('', '
[mike@chromebook1 ~]$ ps -eaf| grep thunderbird
mike 2122 540 7 18:54 ? 00:00:01 /usr/lib/thunderbird/thunderbird
mike 2124 2122 1 18:54 ? 00:00:00 [thunderbird] <defunct>
mike 2160 1880 0 18:54 pts/1 00:00:00 grep thunderbird
')

The version is
$this->bbcode_second_pass_code('', '
mike@chromebook1 ~]$ pacman -Q thunderbird
thunderbird 60.0-4
')

Running it from scratch and then re-running it several times killing with ctrl-c each time gives some unexpected output:

$this->bbcode_second_pass_code('', '
[mike@chromebook1 ~]$ rm -fr .thunderbird
[mike@chromebook1 ~]$ killall thunderbird
thunderbird: no process found
[mike@chromebook1 ~]$ /usr/lib/thunderbird/thunderbird %u
Segmentation fault (core dumped)
[mike@chromebook1 ~]$ /usr/lib/thunderbird/thunderbird %u
1538503564053 addons.xpi-utils WARN Disabling foreign installed add-on {e2fda1a4-762b-4020-b5ad-a41df1933103} in app-profile
^C
[mike@chromebook1 ~]$ /usr/lib/thunderbird/thunderbird %u
^C
[mike@chromebook1 ~]$ /usr/lib/thunderbird/thunderbird %u
Segmentation fault (core dumped)
')

So I still can't get mine to work.
mcloaked
 
Posts: 83
Joined: Thu Oct 16, 2014 4:16 pm

Re: Thunderbird 60 core dump

Postby mcloaked » Mon Nov 12, 2018 5:21 pm

I have had no success at all with thunderbird since reporting this.

With the latest stock thunderbird I am still getting a segmentation fault at starting it, whether in safe mode, starting with a clean profile or my own profile.

I tried to get some backtrace information:

$ sudo coredumpctl gdb 891
PID: 891 (thunderbird)
UID: 1001 (mike)
GID: 1001 (mike)
Signal: 11 (SEGV)
Timestamp: Mon 2018-11-12 11:21:42 GMT (5h 55min ago)
Command Line: /usr/lib/thunderbird/thunderbird
Executable: /usr/lib/thunderbird/thunderbird
Control Group: /user.slice/user-1001.slice/session-c2.scope
Unit: session-c2.scope
Slice: user-1001.slice
Session: c2
Owner UID: 1001 (mike)
Boot ID: aa3cefb55af24a1bae34ca4440b91e9e
Machine ID: 9507acb4947b437db12bcfe391b9c1b2
Hostname: chromebook1
Storage: /var/lib/systemd/coredump/core.thunderbird.1001.aa3cefb55af24a1bae34ca4440b91e9e.891.1542021702000000.lz4
Message: Process 891 (thunderbird) of user 1001 dumped core.

Stack trace of thread 891:
#0 0x0000007fb752f6a4 raise (libpthread.so.0)
#1 0x0000007fb33a3c70 n/a (libxul.so)
#2 0x0000007fb38978c0 n/a (libxul.so)
#3 0x0000007fb75bb510 n/a (linux-vdso.so.1)
#4 0x0000007fb75bb510 n/a (linux-vdso.so.1)
#5 0x0000007fb3454c30 n/a (libxul.so)
#6 0x0000000000000003 n/a (n/a)
#7 0x0000000000000003 n/a (n/a)
#8 0x0000007fb12658d4 n/a (libxul.so)

Stack trace of thread 897:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x0000007fac54522c n/a (swrast_dri.so)
#2 0x0000007fac54513c n/a (swrast_dri.so)
#3 0x0000007fb752456c start_thread (libpthread.so.0)
#4 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 915:
#0 0x0000007fb7290364 syscall (libc.so.6)
#1 0x0000007fb0fea44c epoll_wait (libxul.so)
#2 0x0000007fb3a2b8e0 n/a (libxul.so)
#3 0x0000007fb39f7a30 n/a (libxul.so)
#4 0x0000007fb39f6ac8 n/a (libxul.so)
#5 0x0000007fb39f6910 n/a (libxul.so)
#6 0x0000007fb3d5a9c8 n/a (libxul.so)
#7 0x0000007fb752456c start_thread (libpthread.so.0)
#8 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 922:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x0000007fb0d4dcb0 n/a (libxul.so)
#3 0x0000007fb0d52764 n/a (libxul.so)
#4 0x0000007fb0d5b758 n/a (libxul.so)
#5 0x0000007fb1003c3c n/a (libxul.so)
#6 0x0000007fb0fd7064 n/a (libxul.so)
#7 0x0000007fb0d53210 n/a (libxul.so)
#8 0x0000007fb704a894 n/a (libnspr4.so)
#9 0x0000007fb752456c start_thread (libpthread.so.0)
#10 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 898:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x0000007fac54522c n/a (swrast_dri.so)
#2 0x0000007fac54513c n/a (swrast_dri.so)
#3 0x0000007fb752456c start_thread (libpthread.so.0)
#4 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 899:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x0000007fac54522c n/a (swrast_dri.so)
#2 0x0000007fac54513c n/a (swrast_dri.so)
#3 0x0000007fb752456c start_thread (libpthread.so.0)
#4 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 924:
#0 0x0000007fb752ac4c pthread_cond_timedwait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de3dc _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird)
#2 0x0000007fb0d54238 n/a (libxul.so)
#3 0x0000007fb0d527d8 n/a (libxul.so)
#4 0x0000007fb0d5b758 n/a (libxul.so)
#5 0x0000007fb1003c3c n/a (libxul.so)
#6 0x0000007fb0fd7064 n/a (libxul.so)
#7 0x0000007fb0d53210 n/a (libxul.so)
#8 0x0000007fb704a894 n/a (libnspr4.so)
#9 0x0000007fb752456c start_thread (libpthread.so.0)
#10 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 900:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x0000007fac54522c n/a (swrast_dri.so)
#2 0x0000007fac54513c n/a (swrast_dri.so)
#3 0x0000007fb752456c start_thread (libpthread.so.0)
#4 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 916:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x0000007fb0d4dcb0 n/a (libxul.so)
#3 0x0000007fb0d52764 n/a (libxul.so)
#4 0x0000007fb0d5b758 n/a (libxul.so)
#5 0x0000007fb1003c3c n/a (libxul.so)
#6 0x0000007fb0fd7064 n/a (libxul.so)
#7 0x0000007fb0d53210 n/a (libxul.so)
#8 0x0000007fb704a894 n/a (libnspr4.so)
#9 0x0000007fb752456c start_thread (libpthread.so.0)
#10 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 902:
#0 0x0000007fb728a700 __poll (libc.so.6)
#1 0x0000007fb5a9f898 n/a (libglib-2.0.so.0)
#2 0x0000007fb5a9fa1c g_main_context_iteration (libglib-2.0.so.0)
#3 0x0000007fa60ea704 n/a (libdconfsettings.so)
#4 0x0000007fb5ace44c n/a (libglib-2.0.so.0)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 903:
#0 0x0000007fb728a700 __poll (libc.so.6)
#1 0x0000007fb5a9f898 n/a (libglib-2.0.so.0)
#2 0x0000007fb5a9fdb8 g_main_loop_run (libglib-2.0.so.0)
#3 0x0000007fb5eb740c n/a (libgio-2.0.so.0)
#4 0x0000007fb5ace44c n/a (libglib-2.0.so.0)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 901:
#0 0x0000007fb728a700 __poll (libc.so.6)
#1 0x0000007fb5a9f898 n/a (libglib-2.0.so.0)
#2 0x0000007fb5a9fa1c g_main_context_iteration (libglib-2.0.so.0)
#3 0x0000007fb5a9fa9c n/a (libglib-2.0.so.0)
#4 0x0000007fb5ace44c n/a (libglib-2.0.so.0)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 904:
#0 0x0000007fb7290360 syscall (libc.so.6)
#1 0x0000007fb5af5cf8 g_cond_wait_until (libglib-2.0.so.0)
#2 0x0000007fb5a69744 n/a (libglib-2.0.so.0)
#3 0x0000007fb5a69f28 g_async_queue_timeout_pop (libglib-2.0.so.0)
#4 0x0000007fb5acf204 n/a (libglib-2.0.so.0)
#5 0x0000007fb5ace44c n/a (libglib-2.0.so.0)
#6 0x0000007fb752456c start_thread (libpthread.so.0)
#7 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 905:
#0 0x0000007fb7290364 syscall (libc.so.6)
#1 0x0000007fb0fea44c epoll_wait (libxul.so)
#2 0x0000007fb0fec700 n/a (libxul.so)
#3 0x0000007fb0feed54 n/a (libxul.so)
#4 0x0000007fb0fd4bf0 n/a (libxul.so)
#5 0x0000007fb0fd7064 n/a (libxul.so)
#6 0x0000007fb0fe47a4 n/a (libxul.so)
#7 0x0000007fb0fd45c8 n/a (libxul.so)
#8 0x0000007fb752456c start_thread (libpthread.so.0)
#9 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 912:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x000000556d8de488 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird)
#3 0x0000007fb3710c98 n/a (libxul.so)
#4 0x0000007fb370d410 n/a (libxul.so)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 914:
#0 0x0000007fb7290364 syscall (libc.so.6)
#1 0x0000007fb0fea44c epoll_wait (libxul.so)
#2 0x0000007fb3a2b8e0 n/a (libxul.so)
#3 0x0000007fb39f7a30 n/a (libxul.so)
#4 0x0000007fb39fa360 n/a (libxul.so)
#5 0x0000007fb39fa1a8 n/a (libxul.so)
#6 0x0000007fb3d5a9c8 n/a (libxul.so)
#7 0x0000007fb752456c start_thread (libpthread.so.0)
#8 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 907:
#0 0x0000007fb728a700 __poll (libc.so.6)
#1 0x0000007fb0fc4ff0 n/a (libxul.so)
#2 0x0000007fb0d527d8 n/a (libxul.so)
#3 0x0000007fb0d5b758 n/a (libxul.so)
#4 0x0000007fb1003b6c n/a (libxul.so)
#5 0x0000007fb0fd7064 n/a (libxul.so)
#6 0x0000007fb0d53210 n/a (libxul.so)
#7 0x0000007fb704a894 n/a (libnspr4.so)
#8 0x0000007fb752456c start_thread (libpthread.so.0)
#9 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 926:
#0 0x0000007fb752ae78 pthread_cond_signal@@GLIBC_2.17 (libpthread.so.0)
#1 0x0000007fb7042e5c PR_ExitMonitor (libnspr4.so)
#2 0x0000007fb0d4b6c0 n/a (libxul.so)
#3 0x0000007fb0d531cc n/a (libxul.so)
#4 0x0000007fb704a894 n/a (libnspr4.so)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 908:
#0 0x0000007fb728a700 __poll (libc.so.6)
#1 0x0000007fb7044a8c n/a (libnspr4.so)
#2 0x0000007fb0dffa1c n/a (libxul.so)
#3 0x0000007fb0e005e0 n/a (libxul.so)
#4 0x0000007fb0e00864 n/a (libxul.so)
#5 0x0000007fb0d527d8 n/a (libxul.so)
#6 0x0000007fb0d5b758 n/a (libxul.so)
#7 0x0000007fb1003b6c n/a (libxul.so)
#8 0x0000007fb0fd7064 n/a (libxul.so)
#9 0x0000007fb0d53210 n/a (libxul.so)
#10 0x0000007fb704a894 n/a (libnspr4.so)
#11 0x0000007fb752456c start_thread (libpthread.so.0)
#12 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 921:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x0000007fb0e9f3c8 n/a (libxul.so)
#3 0x0000007fb0e9f47c n/a (libxul.so)
#4 0x0000007fb704a894 n/a (libnspr4.so)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 909:
#0 0x0000007fb752ab10 pthread_cond_timedwait@@GLIBC_2.17 (libpthread.so.0)
#1 0x0000007fb7042348 n/a (libnspr4.so)
#2 0x0000007fb7042960 PR_WaitCondVar (libnspr4.so)
#3 0x0000007fb122da6c n/a (libxul.so)
#4 0x0000007fb704a894 n/a (libnspr4.so)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 910:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x000000556d8de488 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird)
#3 0x0000007fb3710c98 n/a (libxul.so)
#4 0x0000007fb370d410 n/a (libxul.so)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 919:
#0 0x0000007fb752ac4c pthread_cond_timedwait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de3dc _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird)
#2 0x0000007fb0d58008 n/a (libxul.so)
#3 0x0000007fb0d527d8 n/a (libxul.so)
#4 0x0000007fb0d5b758 n/a (libxul.so)
#5 0x0000007fb1003b6c n/a (libxul.so)
#6 0x0000007fb0fd7064 n/a (libxul.so)
#7 0x0000007fb0d53210 n/a (libxul.so)
#8 0x0000007fb704a894 n/a (libnspr4.so)
#9 0x0000007fb752456c start_thread (libpthread.so.0)
#10 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 911:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x000000556d8de488 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird)
#3 0x0000007fb3710c98 n/a (libxul.so)
#4 0x0000007fb370d410 n/a (libxul.so)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 913:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x000000556d8de488 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird)
#3 0x0000007fb3710c98 n/a (libxul.so)
#4 0x0000007fb370d410 n/a (libxul.so)
#5 0x0000007fb752456c start_thread (libpthread.so.0)
#6 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 917:
#0 0x0000007fb752a7f0 pthread_cond_wait@@GLIBC_2.17 (libpthread.so.0)
#1 0x000000556d8de244 _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird)
#2 0x0000007fb0d41eb8 n/a (libxul.so)
#3 0x0000007fb704a894 n/a (libnspr4.so)
#4 0x0000007fb752456c start_thread (libpthread.so.0)
#5 0x0000007fb7293f4c thread_start (libc.so.6)

Stack trace of thread 925:
#0 0x0000007fb1113f88 n/a (libxul.so)
#1 0x0000007fb0ff17f4 n/a (libxul.so)
#2 0x0000007fb1000a00 n/a (libxul.so)
#3 0x0000007fb25d43f0 n/a (libxul.so)
#4 0x0000007fb0d527d8 n/a (libxul.so)
#5 0x0000007fb0d5b758 n/a (libxul.so)
#6 0x0000007fb1003c3c n/a (libxul.so)
#7 0x0000007fb0fd7064 n/a (libxul.so)
#8 0x0000007fb0d53210 n/a (libxul.so)
#9 0x0000007fb704a894 n/a (libnspr4.so)
#10 0x0000007fb752456c start_thread (libpthread.so.0)
#11 0x0000007fb7293f4c thread_start (libc.so.6)

GNU gdb (GDB) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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 "aarch64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/thunderbird/thunderbird...(no debugging symbols found)...done.
[New LWP 891]
[New LWP 897]
[New LWP 915]
[New LWP 922]
[New LWP 898]
[New LWP 899]
[New LWP 924]
[New LWP 900]
[New LWP 916]
[New LWP 902]
[New LWP 903]
[New LWP 901]
[New LWP 904]
[New LWP 905]
[New LWP 912]
[New LWP 914]
[New LWP 907]
[New LWP 926]
[New LWP 908]
[New LWP 921]
[New LWP 909]
[New LWP 910]
[New LWP 919]
[New LWP 911]
[New LWP 913]
[New LWP 917]
[New LWP 925]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `/usr/lib/thunderbird/thunderbird'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000007fb752f6a4 in raise () from /usr/lib/libpthread.so.0
[Current thread is 1 (Thread 0x7fb75b7030 (LWP 891))]
(gdb) bt
#0 0x0000007fb752f6a4 in raise () at /usr/lib/libpthread.so.0
#1 0x0000007fb33a3c70 in () at /usr/lib/thunderbird/libxul.so
#2 0x0000007fb38978c0 in () at /usr/lib/thunderbird/libxul.so
#3 0x0000007fb75bb510 in <signal handler called> ()
#4 0x0000007fb3667ab8 in () at /usr/lib/thunderbird/libxul.so
#5 0x0000007fb3454c30 in () at /usr/lib/thunderbird/libxul.so
#6 0x0000007fb344a238 in () at /usr/lib/thunderbird/libxul.so
#7 0x0000007fb345466c in () at /usr/lib/thunderbird/libxul.so
#8 0x0000007fb3454b14 in () at /usr/lib/thunderbird/libxul.so
#9 0x0000007fb344a238 in () at /usr/lib/thunderbird/libxul.so
#10 0x0000007fb345466c in () at /usr/lib/thunderbird/libxul.so
#11 0x0000007fb3454b14 in () at /usr/lib/thunderbird/libxul.so
#12 0x0000007fb3454dc8 in () at /usr/lib/thunderbird/libxul.so
#13 0x0000007fb365a7b4 in () at /usr/lib/thunderbird/libxul.so
#14 0x0000007fb1269638 in () at /usr/lib/thunderbird/libxul.so
#15 0x0000007fb0d61efc in () at /usr/lib/thunderbird/libxul.so
#16 0x0000007fb0d621bc in () at /usr/lib/thunderbird/libxul.so
#17 0x0000007f5a66aa90 in ()
(gdb)

Can I do anything more to find out what the problem is?
mcloaked
 
Posts: 83
Joined: Thu Oct 16, 2014 4:16 pm


Return to ARMv8

Who is online

Users browsing this forum: No registered users and 16 guests