all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tino Calancha <tino.calancha@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: raeburn@raeburn.org, 25247@debbugs.gnu.org, tino.calancha@gmail.com
Subject: bug#25247: 26.0.50; Concurrency crashes with XLib
Date: Fri, 30 Dec 2016 12:13:02 +0900	[thread overview]
Message-ID: <87poka2jpd.fsf@gmail.com> (raw)
In-Reply-To: <83tw9mtyt3.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 29 Dec 2016 19:44:40 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Tino Calancha <tino.calancha@gmail.com>
>> Cc: raeburn@raeburn.org, 25247@debbugs.gnu.org, tino.calancha@gmail.com
>> Date: Thu, 29 Dec 2016 20:37:47 +0900
>> 
>> It's worth to note that in _any_ case i've seen more than 1 thread with
>> context_acquired = true.
>
> You mean, in no case, right?
Exactly: i have never seen more than 1 thread with
context_acquired = true

>> Thread 10 (Thread 0x7fffdd151700 (LWP 27549)):
>> #0  raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:58
>>         set = {__val = {402653184, 0, 18446744073709551615,
>> 18446744073709551615, 0, 0, 18446744073709551615,
>> 18446744073709551615, 0, 0, 0, 0, 0, 0, 30768, 140737251463819}}
>>         pid = <optimized out>
>>         tid = <optimized out>
>> #1  0x000000000058f90f in terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:395
>> No locals.
>> #2  0x00000000005bdf0e in emacs_abort () at sysdep.c:2364
>> No locals.
>> #3  0x00000000005a3a38 in unblock_input_to (level=-1) at keyboard.c:7170
>> No locals.
>> #4  0x00000000005a3a4f in unblock_input () at keyboard.c:7186
>> No locals.
>> #5 0x0000000000552f34 in XTread_socket (terminal=0x1371e40
>> <bss_sbrk_buffer+5619808>, hold_quit=0x7fffdd14fa80) at xterm.c:8943
>>         count = 0
>>         event_found = false
>>         dpyinfo = 0x2f5ad40
>> #6  0x00000000005a343d in gobble_input () at keyboard.c:6883
>>         nr = 0
>>         hold_quit = {kind = NO_EVENT, part = scroll_bar_nowhere,
>> code = 0, modifiers = 0, x = {i = 0}, y = {i = 0}, timestamp = 0,
>> frame_or_window = {i = 0}, arg = {i = 0}}
>>         next = 0x0
>>         nread = 0
>>         err = false
>>         t = 0x1371e40 <bss_sbrk_buffer+5619808>
>> #7  0x00000000005a39cc in handle_async_input () at keyboard.c:7138
>>         nread = 0
>> #8  0x00000000005a39eb in process_pending_signals () at keyboard.c:7152
>> No locals.
>> #9  0x00000000005a3a2b in unblock_input_to (level=0) at keyboard.c:7167
>> No locals.
>> #10 0x00000000005a3a4f in unblock_input () at keyboard.c:7186
>> No locals.
>> #11 0x000000000070c8f3 in xg_select (fds_lim=14,
>> rfds=0x7fffdd150580, wfds=0x7fffdd150500, efds=0x0,
>> timeout=0x7fffdd1504e0, sigmask=0x0) at xgselect.c:162
>
> This is weird.  It seems some other thread called unblock_input while
> this thread was in process_pending_signals.  Not sure how that could
> happen.
That is my favourite crash: it happens just right after start the session.
It's _very_ unlikely to happen.  OTHO the other crashes are quite easy
to reproduce in my box.





  reply	other threads:[~2016-12-30  3:13 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-22 10:20 bug#25247: 26.0.50; Concurrency crashes Tino Calancha
2016-12-22 17:28 ` Eli Zaretskii
2016-12-23  3:34   ` Tino Calancha
2016-12-23  8:34     ` Eli Zaretskii
2016-12-23 11:32       ` Tino Calancha
2016-12-23 14:14         ` Eli Zaretskii
2016-12-29 11:37           ` bug#25247: 26.0.50; Concurrency crashes with XLib Tino Calancha
2016-12-29 17:44             ` Eli Zaretskii
2016-12-30  3:13               ` Tino Calancha [this message]
2016-12-30  7:19             ` Ken Raeburn
2016-12-30  8:37               ` Eli Zaretskii
2016-12-30  9:41                 ` Eli Zaretskii
2016-12-30 10:30                   ` Elias Mårtenson
2016-12-30 11:05                     ` Eli Zaretskii
2016-12-30 11:21                       ` Elias Mårtenson
2016-12-30 18:54                         ` Eli Zaretskii
2016-12-30 20:40                           ` Eli Zaretskii
2016-12-31 11:05                         ` Eli Zaretskii
2016-12-31 15:34                           ` Elias Mårtenson
2016-12-31 15:51                             ` Eli Zaretskii
2016-12-31 16:24                               ` Elias Mårtenson
2016-12-31 17:18                                 ` Eli Zaretskii
2016-12-31 17:28                                   ` Elias Mårtenson
2016-12-31 18:06                                     ` Eli Zaretskii
2016-12-31 18:16                                       ` Elias Mårtenson
2016-12-31 18:29                                         ` Eli Zaretskii
2016-12-31 18:38                                           ` Eli Zaretskii
2016-12-30 13:45                   ` Tino Calancha
2016-12-30 16:57                     ` Eli Zaretskii
2017-01-06  0:03                       ` npostavs
2017-01-06  7:48                         ` Eli Zaretskii
2016-12-23  9:34   ` bug#25247: 26.0.50; Concurrency crashes Ken Raeburn
2016-12-23 10:04     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87poka2jpd.fsf@gmail.com \
    --to=tino.calancha@gmail.com \
    --cc=25247@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=raeburn@raeburn.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.